.search{
	text-align: right;
}

.fb img{
	float: right;
	margin-right: -15px;
	margin-top: 10px;
}

input[type="submit"] {
    padding: 3px 10px !important;
}


@media screen and (max-width: 1024px) {
	.adressblock{
		display: none;
	}

	.search{
		display: none;
	}
}

tbody > tr > td.grey {
    background-color: #dedede;
    font-weight: bold;
}

tbody > tr > td.white {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    height: auto;
}

.wpcf7-form td {
    list-style-type: none;
    margin: 0;
    padding: 0;
    float:left;
}

.wpcf7-form table td, .wpcf7-form table th {
    line-height: 20px;
    padding: 4px 8px;
    vertical-align: top;
    width: 100%;
}

.wpcf7-form .textarea {
    border: 1px solid #ccc;
    width: 300px;
}

.cc_container .cc_btn {
background-color: #e4e4e4 !important; /* Farbe des Buttons */
color: #000 !important; /* Textfarbe des Buttons */
}
 
.cc_container {
background: #1f65a7 !important; /* Hintergrundfarbe des gesamten Bereichs */
color: #fdfdfd !important; /* Schriftfarbe des gesamten Bereichs */
}
 
.cc_container a {
color: #e1d61c !important; /* Textlink-Farbe "Mehr Infos" */
}

.cc_container .cc_message {
    font-size: 15px !important;
    line-height: 20px !important;

}