/*
Theme Name: Deutsche Tierrettung
Theme URI: http://www.deutschetierrettung.de
Version: 1.0
Description: Deutsche Tierrettung, DTR, Webdesign, Tiere und vieles mehr.
Template: Divi
Author: Deutsche Tierrettung
Author URI: http://www.deutschetierrettung.de
Tags: responsive-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready
*/
/* Browser Reset */

@import url("../Divi/style.css");

a.hover { color: #ff0000 !important; };

.entry-author-link { display: none; };
.entry-date { display: none; };

.entry-author-link,
.entry-permalink,
.entry-date,
.entry-meta { display: none; };

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea
{
    background-color: #fff;
    color: #000;
    width: 100%;
	height: 45x;
}

.wpcf7
{
    background-color: #f7f7f7;
	padding: 15px;
}

.wpcf7 .submitbutton {
    display: inline-block;
    margin-top: 20px;
    color: inherit;
    text-shadow: none;
    text-decoration: none;
    position: relative;
    padding: 0.3em 1em;
    border: 2px solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: transparent;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.7em !important;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.wpcf7 .submitbutton:hover {
    background: #fff;
}