/*
Theme Name: vi01
Theme URI: 
Author: Hannes
Author URI: 
Description: 
Version: 1
License: 
License URI: 
Tags: 
Text Domain: vi01

*/
.vi-text-color {
color: rgb(4, 155, 98);
}

.vi-background-text-color {
background-color: rgb(4, 155, 98);
color: rgb(255, 255, 255);
padding: 3px;
}


/* fuer Kontaktformular */
input[type="text"],
input[type="email"],
textarea
{
    width: 500px;
}

.wpcf7 input[type="checkbox"]
{
	vertical-align: text-top;
}

.wpcf7 .wpcf7-list-item-label
{
	vertical-align: middle;
}

