.tall {
    height: 45vh;
}

.fullwidth {
    width: 100%;
    overflow: hidden;
}

.headline {
    font-weight: 900;
    text-align: center;
    color: #40bfef;
}

.subheadline {
    font-weight: 700;
    text-align: left;
    color: #40bfef;
    font-size: 3.7em;
}

.spacer {
    width: 100%;
    height: 1px;
    background-color: #93c01f;
    margin: 1em auto;
    position: relative;
}

.columnholder {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

.half-column {
    margin-top: 1em;
    width: 49%;
    margin-right: 2%;
    float: left;
    height: auto;
}

.third-column {
    margin-top: 1em;
    width: 31%;
    margin-right: 1%;
    float: left;
    height: auto;
}

.sp .half-column {
    margin-top: 0.25em;
}

.half-column h2 {
    font-weight: 700;
    font-size: 3em;
    color: #40bfef;
    padding-left: 0;
}

.half-column img {
    margin-bottom: 1em;
    width: 100%;
    height: auto;
}

.half-column:nth-of-type(even) {
    margin-right: 0;
}

.half-column .form-segment {
    width: 90%;
}

.half-column .freetext {
    height: 80px !important;
    margin-bottom: 6px;
}

.half-column .terms,
.half-column .submit-button {
    width: 80%;
}

.half-column .submit-button {
    width: 40%;
}

.gridcontainer {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.row {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.unit {
    width: 32%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 5%;
}

.unit:nth-child(3n) {
    margin-right: 0;
}

.unit:nth-child(2n) > .textbox {
    margin-left: -106%;
}

.unit:nth-child(3n) > .textbox {
    margin-left: -212%;
}

.textbox {
    position: relative;
    margin-top: 1em;
    width: 303%;
    height: auto;
    display: none;
}

.textbox p {
    padding: 0.5em 0 0 0;
}

.title {
    text-align: center;
}

.unit.open .title {
    color: #40bfef;
}

.contactbox {
    position: relative;
    width: 50%;
    margin: 0 auto;
    height: auto;
    text-align: center;
    padding: 3em 0;
}

@media screen and (max-width:460px) {
    .tall {
        height: 28vh;
    }

    .headline {
        font-size: 3em;
    }

    .subheadline {
        font-size: 1.8em;
    }

    .half-column h2 {
        font-size: 1.7em;
        padding-left: 0;
    }

    .half-column {
        width: 100%;
        float: left;
    }

    .unit {
        width: 96%;
        float: none;
        margin: 0 auto 2em auto !important;
    }

    .unit img {
        width: 100%;
        height: auto;
    }

    .textbox {
        width: 100%;
        margin: 0 !important;
    }

    .contactbox {
        width: 96%;
        margin: 0 auto;
    }

    .contactbox img {
        width: 100%;
        height: auto;
    }
}
