/*
 Theme Name:   RAD23 Twenty Twenty-Two Child
 Theme URI:    https://www.rad23.de/
 Description:  Twenty Fifteen Child Theme
 Author:       Alexander Schwirjow
 Author URI:   https://www.schwirjow.de
 Template:     twentytwentytwo
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  twentytwentytwochild
*/

.custom-logo {
    animation: rad-rotate 3s infinite;
    width: 64px;
}

@keyframes rad-rotate {
    from { transform: rotate(0); }
    from { transform: rotate(360deg); }
}

.entry-content {
    margin-top: 0;
}

.whatsapp-icon:before {
    width: 1rem;
    height: 1rem;
    content: ' ';
    background-image: url(https://www.rad23.de/wp-content/uploads/2022/07/whatsapp.svg);
    display: inline-block;
    margin: 0px 8px;
	position: relative;
    top: 2px;
    filter: invert(1);
}

.wpcf7 label {
    width: 25%;
    display: inline-block;
}

.wpcf7 input,
.wpcf7 select {
    width: 100%;
    line-height: 2em;
    border: 1px solid #455559;
    background: #fff;
    -webkit-appearance: none;
    border-radius:0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.wpcf7 input[type="submit" i] {
    color: #455559;
    background: #fff;
    font-weight: bold;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding: 1px 2px;
}

.wpcf7 select  {
    height: 28px;
    padding: 1px 2px;
    margin: 2px 0;
}

.wpcf7 textarea {
    border: 1px solid #455559;
    width: 100%;
}

.captcha-image {
    border: none;
    width: 100%;
}