/*
 * CSS definitions for contactform
 */

.tu4u-contact-form .kontakt--radiobutton-1:after {
    content: '';
    display: block;
    clear: both;
}

.tu4u-contact-form .kontakt--radiobutton-1>div>label {
    line-height: 24px;
    padding-left: 39px;
    margin-right: 25px;
    background-image: url('data:image/svg+xml;charset=utf-8,<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path fill="none" stroke="%23000" stroke-width=".5px" d="m8.59,13.46h-.97l-3.9,3.9v-3.9h-1.95c-.54,0-.97-.44-.97-.97V1.77c0-.54.44-.97.97-.97h16.56c.54,0,.97.44.97.97v5.84"/><path fill="%23457b95" d="m10.54,18.33c0,.54.44.97.97.97h5.36l4.38,3.9v-3.9h.97c.54,0,.97-.44.97-.97v-7.79c0-.54-.44-.97-.97-.97h-10.71c-.54,0-.97.44-.97.97v7.79Z"/><path fill="none" stroke="%23000" stroke-width=".5px" d="m10.54,18.33c0,.54.44.97.97.97h5.36l4.38,3.9v-3.9h.97c.54,0,.97-.44.97-.97v-7.79c0-.54-.44-.97-.97-.97h-10.71c-.54,0-.97.44-.97.97v7.79Z"/></svg>');
    background-position: left center;
    background-repeat: no-repeat;
    cursor: pointer;
    color: #0c4c73;
}

.tu4u-contact-form .kontakt--radiobutton-1>div>.input {
    display: none !important;
}

.tu4u-contact-form .kontakt--radiobutton-1>div {
    width:  100%;
}

.tu4u-contact-form .kontakt--radiobutton-1>div>label,
.tu4u-contact-form .kontakt--radiobutton-1 div.radio {
    float: left;
}


.tu4u-contact-form .kontakt--radiobutton-1 div.input .form-check{
    float: left;
    margin-left: 5px;
}

.tu4u-contact-form>.form-group {
    margin-bottom: 15px;
}

.tu4u-contact-form textarea {
    max-width: 520px;
    width: 100%;
    height: 100px;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

.tu4u-contact-form-text {
    line-height: 20px;
}

.tu4u-contact-form-hide-container {
    overflow: hidden;
    max-height: 0px;
    transition: max-height 0.5s;
}

.tu4u-contact-form-hide-container.visible {
    max-height: 500px;
}

.tu4u-contact-form {
    margin-top: 50px;
    font-weight: normal;
}

.tu4u-contact-form .submit button {
    position: relative;
    border: 1px solid #000;
    padding: 10px 31px 10px 10px;
    color: #0c4c73;
    background-color: #fff;
    background-position: right center;
    background-repeat: no-repeat;
    font-family: inherit;
    font-size: inherit;
    font-weight: normal;
}
.tu4u-contact-form .submit button[disabled] {
    background-color: #F7F7F7;
    cursor: not-allowed;
}
.tu4u-contact-form .submit button:not([disabled]):hover,
.tu4u-contact-form .submit button:not([disabled]):focus {
    cursor: pointer;
    text-decoration: underline;
}

.tu4u-contact-form .submit button::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    width: 16px;
    height: 16px;
    transform: translate(0, -50%);
    background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><line fill="none" stroke="%23000" x1="23.5" y1="0.5" x2="9" y2="15"/><polygon fill="none" stroke="%23000" points="13.5 23.5 9 15 0.5 10.5 23.5 0.5 13.5 23.5"/></svg>');
    background-repeat: no-repeat;
    background-position: right center;
}


#kontakt- {
    margin-top: 50px;
    color: #0c4c73;
    font-weight: normal;
}
#kontakt-::before {
    display: inline-block;
    width: 24px;
    height: 24px;
    padding-right: 10px;
    background-image: url('data:image/svg+xml;charset=utf-8,<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><g><path stroke="%23000" stroke-linejoin="round" stroke-width=".5px" stroke-linecap="round" fill="none" d="m6.4,13.46l-3.13,3.9v-3.9h-1.5c-.54,0-.97-.44-.97-.97V1.77c0-.54.44-.97.97-.97h16.56c.54,0,.97.44.97.97v4.92"/></g><g><path fill="%23659c5e" d="m15.53,22.88c4.18,0,7.57-3.39,7.57-7.57s-3.39-7.57-7.57-7.57-7.57,3.39-7.57,7.57,3.39,7.57,7.57,7.57"/><circle fill="none" stroke-linejoin="round" stroke-width=".5px" stroke-linecap="round" cx="15.53" cy="15.31" r="7.57"/></g><polyline fill="none" stroke="%23fff" stroke-width=".76px" stroke-linecap="round" points="10.91 16.12 13.71 18.92 20.15 12.47"/></svg>');
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
}
