:root {
    --brand: #1986a7;
    --brand-2: #67b5cd;
    --ink: #083d4e;
    --ink-2: #0b3d4e;
    --text: #27343b;
    --muted: #6c7c85;
    --bg: #ffffff;
    --surface: #f6f9fb;
    --danger: #b6321f;
    --success: #009900;
    --ring: rgba(103, 181, 205, .35);
    --radius: 10px;
    --radius-lg: 12px;
    --field-border: #9fbdca;
    --field-border-hover: #9fb2bc;
    --container-w: 960px;
}

@font-face {
    font-family: "ETmodules";
    src: url("https://globaltrust.eu/wp-content/themes/Divi/core/admin/fonts/modules/all/modules.ttf");
    font-display: swap;
}

html,
body {
    margin: 0;
    padding: 0
}

html {
    box-sizing: border-box
}

*,
*::before,
*::after {
    box-sizing: inherit
}

body {
    font-family: 'Nunito Sans', Helvetica, Arial, Lucida, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: var(--text);
    background-image: linear-gradient(180deg, rgba(191, 194, 202, 0.5) 0%, rgba(255, 255, 255, 0.2) 100%), url(https://fruit.globaltrust.eu/wp-content/uploads/2019/07/NetzwerkTechnologieHintergrund.jpg);
    background-size: cover;
    background-attachment: fixed;
}

img {
    max-width: 100%;
    height: auto;
    display: block
}

a {
    color: var(--brand);
    text-decoration: none
}

a:hover {
    text-decoration: underline
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    color: var(--ink);
    line-height: 1.12;
    margin: 0 0 .6em
}

h1 {
    font-size: 24px;
    margin-bottom: .9em
}

h2 {
    font-size: 20px
}

h3 {
    font-size: 18px
}

p {
    margin: 0 0 .9em
}

small {
    font-size: 90%;
    line-height: 1.1;
    color: var(--muted)
}

strong {
    font-weight: 700
}

em,
i {
    font-style: italic
}

.container {
    width: 92%;
    margin: 0 auto
}

#top-header {
    position: relative;
    z-index: 6;
    color: #fff;
    background: var(--brand);
    height: 36px;
    line-height: 36px;
    font-size: 12px;
    transition: background-color .4s, transform .4s, opacity .4s;
}

#top-header a {
    color: #fff
}

#top-header .container {
    padding-top: .1em;
    font-weight: 600
}

#main-header {
    position: relative;
    z-index: 5;
    width: 100%;
    height: 56px;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .08);
    display: flex;
    align-items: center;
    padding-inline: 12px;
}

.logo_container {
    position: relative
}

#logo {
    height: 22px;
    width: auto;
    margin: 16px 0
}

#title_order_form {
    position: static;
    display: block;
    line-height: 1.2;
    font-size: 16px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, .6);
    margin: 8px 0 0;
}

#main-content {
    min-height: auto;
    padding: 24px 0
}

#main-footer {
    background: #146c87;
    padding: 28px 20px 0;
    color: rgba(255, 255, 255, .66)
}

#main-footer .footer-widget h4 {
    font-size: 18px;
    margin: 0 0 .6em;
    color: var(--brand-2)
}

#footer-widgets .footer-widget {
    width: 100%;
    max-width: 100%;
    float: none;
    margin: 0 0 20px 0;
    line-height: 1.3
}

#footer-widgets .footer-widget li a {
    color: rgba(255, 255, 255, .6);
    text-decoration: none
}

#footer-widgets .footer-widget li a:hover {
    text-decoration: underline
}

#footer-bottom {
    background: #083d4e;
    margin: 0 -20px;
    padding: 16px 20px
}

#footer-info,
#footer-info a {
    color: var(--brand)
}

input[type="text"],
input[type="email"],
input[type="password"],
textarea,
select {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 12px 14px;
    border: 1px solid var(--field-border);
    border-radius: 12px;
    background: #fff;
    color: var(--ink-2);
    font: inherit;
    line-height: 1.4;
    outline: none;
    transition: border-color .15s, box-shadow .15s, background-color .15s;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .03) inset;
    margin: 0 0 .75em;
}

input:hover,
textarea:hover,
select:hover {
    border-color: var(--field-border-hover)
}

input:focus-visible,
textarea:focus-visible,
select:focus-visible {
    border-color: var(--brand-2);
    box-shadow: 0 0 0 3px var(--ring);
}

::placeholder {
    color: #94a3ad;
    opacity: 1
}

textarea {
    min-height: 80px;
    resize: vertical
}

select {
    margin-bottom: .75em
}

label {
    display: inline-block;
    padding: 0 10px 0 0;
    max-width: 100%;
    color: var(--ink-2)
}

label.comment,
label.boldlist {
    display: block;
    font-weight: 700;
    max-width: 100%;
    margin-top: .5em
}

label.text {
    display: block;
    color: rgba(8, 61, 78, .55);
    font-weight: 400;
    line-height: 1.45;
    font-size: 13px
}

label.helptext {
    display: block;
    color: rgba(8, 61, 78, .55);
    font-weight: 400;
    line-height: 1.45;
    font-size: 13px
}

.required,
.red {
    color: var(--danger)
}

.gratis {
    color: var(--success)
}

.bold {
    font-weight: 700
}

.small {
    font-size: 90%;
    line-height: 1.2;
    display: inline-block
}

input[type="radio"] {
    display: none
}

input[type="radio"]+label i {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
    margin-right: 8px;
    background: #fff;
    border-radius: 50%;
}

input[type="radio"]:checked+label i::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6px;
    height: 6px;
    background: var(--brand);
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.button,
button,
[type="submit"] {
    display: inline-block;
    background: var(--brand);
    color: #fff;
    border: none;
    border-radius: 14px;
    font-size: 16px;
    font-weight: 700;
    padding: 14px 18px;
    cursor: pointer;
    transition: transform .05s ease, background-color .2s ease, box-shadow .2s ease;
}

.button:hover,
button:hover {
    background: #0092be
}

.button:active,
button:active {
    transform: scale(.98)
}

#send-container {
    margin: 1.5em 0;
    line-height: 1.2;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: .75em
}

#send-container b {
    width: 100%
}

.help {
    position: relative;
    display: inline
}

.help::before {
    font-family: "ETmodules";
    margin-left: 5px;
    color: var(--brand-2);
    display: inline
}

.help>i {
    display: none
}

.helptext {
    position: absolute;
    top: -30px;
    left: 40px;
    width: 350px;
    min-height: 40px;
    padding: 15px 20px;
    border-radius: 8px;
    color: rgba(255, 255, 255, .9);
    background: #083d4e;
    font-size: 13.5px;
    font-weight: 400;
    line-height: 1.2;
    opacity: 0;
    visibility: hidden;
    transition: opacity .18s ease, visibility 0s linear .18s;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .18);
    z-index: 10000;
}

.help:hover .helptext {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s
}

.help .helptext::after {
    content: "";
    position: absolute;
    top: 40px;
    right: 100%;
    border: 6px solid transparent;
    border-right-color: #083d4e;
}

.helptext a {
    color: var(--brand-2);
    font-weight: 600
}

.check {
    --size: 22px;
    --bg: var(--brand);
    --border: var(--ink-2);
    --tick: #fff;
    --radius: 8px;
    position: relative;
    display: block;
    padding-left: 40px;
    cursor: pointer;
    user-select: none;
}

.check input {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
    margin: 0
}

.check i {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: var(--size);
    height: var(--size);
    border: 2px solid var(--border);
    border-radius: var(--radius);
    background: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05) inset, 0 0 0 1px rgba(0, 0, 0, .04);
    transition: background-color .15s, border-color .15s, box-shadow .15s;
}

.check:hover i {
    background: #eef8fb;
    border-color: var(--brand)
}

.check input:checked~i {
    background: var(--bg);
    border-color: var(--bg);
    box-shadow: 0 0 0 4px rgba(25, 134, 167, .15)
}

.check i::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: calc(var(--size)*.32);
    height: calc(var(--size)*.58);
    border: solid var(--tick);
    border-width: 0 calc(var(--size)*.12) calc(var(--size)*.12) 0;
    transform: translate(-50%, -60%) rotate(45deg) scale(0);
    transition: transform .15s ease;
}

.check input:checked~i::after {
    transform: translate(-50%, -60%) rotate(45deg) scale(1)
}

.check a {
    position: relative;
    z-index: 1
}

#eidas {
    background: #fff;
    margin-top: 10px;
    padding: 12px;
    min-height: 100px
}

#eidas a {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px
}

#eidas span {
    display: block;
    color: var(--ink);
    flex: 0 0 auto;
    margin-left: 0;
    text-align: center
}

#eidas img {
    display: block;
    flex: 0 0 auto;
    margin-left: 0;
    max-height: 64px
}

.clearfix::after {
    content: "";
    display: table;
    clear: both
}

:focus-visible {
    outline: 2px solid var(--brand-2);
    outline-offset: 2px
}

@media (min-width:1000px) {
    .container {
        width: min(80%, var(--container-w))
    }

    #main-header {
        height: 64px;
        padding-bottom: 15px;
        box-shadow: 0 0 7px rgba(0, 0, 0, .1);
        padding-inline: 0
    }

    #logo {
        height: 24px;
        margin: 25px 0;

    }

    #title_order_form {
        position: absolute;
        top: 0;
        line-height: 64px;
        font-size: 17px;
        margin: 0
    }

    #main-content {
        min-height: 90vh;
        padding: 50px 0
    }

    #main-footer {
        padding: 50px 50px 0
    }

    #footer-widgets .footer-widget {
        width: 20%;
        float: left;
        margin: 0 5.5% 5.5% 0
    }

    #footer-widgets .footer-widget:last-child {
        margin-right: 0
    }

    #footer-bottom {
        margin: 0 -50px;
        padding: 20px 50px
    }

    input[type="text"],
    input[type="email"],
    input[type="password"],
    textarea,
    select {
        max-width: 750px;
        padding: 10px 12px;
        border-radius: var(--radius);
        margin: 0 0 .5em
    }

    textarea {
        min-height: 40px
    }

    label.comment,
    label.boldlist {
        max-width: 900px;
        margin-top: .4em
    }
}

@media (max-width:999px),
(hover:none) and (pointer:coarse) {

    html,
    body {
        overflow-x: hidden
    }

    .container {
        width: 92%;
        margin: 0 auto
    }

    body {
        font-size: 15px;
        line-height: 1.55
    }

    h1 {
        font-size: 22px;
        margin-bottom: .7em
    }

    h2 {
        font-size: 18px;
        margin-bottom: .6em
    }

    h3 {
        font-size: 16px;
        margin-bottom: .5em
    }

    .comment {
        font-size: 10px;
    }

    label {
        font-size: 8px;
    }
    

    p {
        margin: 0 0 .8em
    }

    label.text {
        font-size: 8.5px;
        line-height: 1.4
    }

    label.helptext {
        font-size: 8.5px;
        line-height: 1.4
    }

    .small {
        font-size: 88%
    }

    #top-header {
        position: sticky;
        top: 0;
        height: 34px;
        line-height: 34px;
        z-index: 1000
    }

    #main-header {
        position: sticky;
        top: 34px;
        height: 54px;
        padding-inline: 12px;
        box-shadow: 0 2px 6px rgba(0, 0, 0, .08);
        z-index: 999
    }

    #logo {
        height: 20px;
        margin: 14px 0
    }

    #title_order_form {
        display: none;
        position: static;
        font-size: 15px;
        margin: 6px 0 0
    }

    #main-content {
        padding-top: 16px
    }

    input[type="text"],
    input[type="email"],
    input[type="password"],
    textarea,
    select {
        padding: 10px 12px;
        border-radius: 10px;
        font-size: 15px;
        margin-bottom: .65em
    }

    .help {
        position: relative;
        display: inline-block
    }

    .help .helptext {
        position: absolute;
        top: calc(100% + 8px);
        left: 0;
        right: auto;
        width: auto;
        max-width: min(92vw, 360px);
        white-space: normal;
        opacity: 0;
        visibility: hidden;
        transition: none;
        z-index: 10000;
    }

    .help .helptext::after {
        top: -6px;
        right: auto;
        left: 12px;
        border-right-color: transparent;
        border-bottom-color: #083d4e
    }

    .help:focus-within .helptext,
    .help:active .helptext {
        opacity: 1;
        visibility: visible
    }

    .check {
        padding-left: 40px;
        --size: 22px;
        --radius: 8px
    }

    input[type="radio"]+label i {
        width: 20px;
        height: 20px;
        margin-right: 8px
    }

    .button,
    button,
    [type="submit"] {
        width: 100%;
        border-radius: 14px;
        padding: 14px 18px;
        font-size: 16px
    }

    #send-container {
        margin: 1.5em 0;
        flex-direction: column;
        align-items: stretch;
        gap: .75em
    }

    #send-container b {
        width: 100%
    }

    #main-footer {
        padding: 28px 20px 0
    }

    #footer-widgets .footer-widget {
        width: 100%;
        float: none;
        margin: 0 0 20px 0
    }

    #footer-bottom {
        margin: 0 -20px;
        padding: 16px 20px
    }
}