.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-heading-2xlarge,
.uk-heading-large,
.uk-heading-medium,
.uk-heading-small,
.uk-heading-xlarge,
h1,
h2,
h3,
h4,
h5,
h6 {
    text-wrap: balance
}

#tm-dialog-mobile .uk-container-expand {
    max-width: none;
    background: #071A28;
}

.locations .uk-tile-default {
    background: #F7D615;
    border-radius: 9px;
    padding: 3px 3px;
}

.locations .el-title {
    font-size: 14px !important;
    font-weight: 400;
    color: #252525;
    border: 2px solid #444;
    border-radius: 8px;
    padding: 18px 8px;
}

.contactForm .uk-textarea {
    height: 290px;
}


.wpcf7-spinner {
    display: none;
}

@media only screen and (max-width: 960px) {
    .list-width-1 {
        width: 450px;
        margin: 30px auto !important;
    }

    .contactForm .uk-textarea {
        height: 140px;
    }

    .contactForm .privacy {
        font-size: 0.85rem;
        text-align: center;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 690px) {

    .uk-button {
        width: 250px !important;
    }

    .locations .uk-grid-small>* {
        padding-left: 8px;
    }

    .locations .el-title {
        display: block ruby;
        font-size: 12px !important;
        font-weight: 400;
        padding: 18px 5px;
    }

    .uk-text-lead {
        font-size: 0.85rem;
    }

    .list-width-1 {
        width: 210px;
    }

}


.uk-form-label {
    display: block;
}

.input-container {
    position: relative;
}

.input-container .wpcf7-form-control {
    padding-top: 6px;
    transition: border-color .2s, box-shadow .2s;
}

.input-container .uk-form-label {
    position: absolute;
    left: 45px;
    top: 12px;
    padding: 0 2px;
    background: #F2627D;
    /* verdeckt den Input-Rand unter dem Label */
    pointer-events: none;
    /* Label blockiert keine Klicks */
    z-index: 1;
    transition: top .2s, font-size .2s, color .2s;
}

.my-box {
  width: 300px;
  height: 200px;
  background: linear-gradient(to bottom, red 0 50%, green 50% 100%);
}


.input-container .wpcf7-form-control:focus {
    border: 2px solid red;
}

.input-container:focus-within .uk-form-label {
    top: -10px;
    color: #fff;
    font-size: 13px;
}

.input-container .wpcf7-form-control-wrap:has(.wpcf7-form-control:not(:placeholder-shown))+.uk-form-label {
    top: -10px;
    color: #fff;
    font-size: 13px;
}

.input-container .wpcf7-form-control::placeholder {
    opacity: 0;
    transition: opacity .2s;
    font-size: 16px;
}

.input-container .wpcf7-form-control:focus::placeholder {
    opacity: 0;
}

.input-container .uk-textarea {
    height: 120px;
}