/*
 Theme Name:   Bödeker Haustechnik
 Theme URI:    https://www.boedeker-haustechnik.de
 Description:  Bödeker Haustechnik WP Theme
 Author:       Marco Romano
 Author URI:   https://www.marcoromano.de
 Template:     generatepress
 Version:      0.1
*/

/* CF7 */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 input[type="password"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="number"],
.wpcf7 textarea,
.wpcf7 select {
	width: 100%;
}
.reihe {
	display: table;
    width: 100%;
}
.spalte-1 {
    display: table-cell;
    padding-right: 1em;
}
.spalte-2 {
    display: table-cell;
    padding-left: 1em;
}
/*Responsive Design*/
@media (max-width: 480px) {
	.reihe {
		display: block;
	}
	.spalte-1 {
    display: block;
    padding-right: 0px;
	}
	.spalte-2 {
    display: tblock;
    padding-left: 0px;
	}
}