﻿/* Products Einzelansicht MainImage */

.contactMainimage {
	height: 350px;
	width: 100%;	
  	background: url('../images/contact_1280_278.jpg');
  	background-repeat:no-repeat;
  	background-size: cover;
  	background-position: 70% center;
    }

#kontaktformular {

}

.kontakt {
	margin-top: 4em;
	}
.kontakt h1{
	text-align: center;
	}
.ico {
	margin-top: 1em;
	margin-bottom: 1.6em;
	}
	
.ico div:nth-of-type(1) {
	float: left;
	height: 40px;
	margin-right: 1em;
	}	
	
.ico div:nth-of-type(2) {
	padding-top: .8em;
	display: table;
	line-height: 1.6em;
	}
		
	input[type=submit] {
	font-size:1.1em;
	background:black;
	color:white;
	padding:.5em 1em;
	border:none;
	float:right;
}

input[type=text], input[type=email], input[type=url], input[type=tel], textarea {
	width:100%;
	padding:.8em;
	border:1px solid #333;
	margin: .5em 0 1em 0;
}

textarea {
	height:150px;
}


.form {
	border: 1px solid #0F0;
	}
	
/*	
		 .btn {
		-moz-user-select: none;
		background-image: none;
		display: inline-block;
		line-height: 1.42857;
		margin-bottom: 30px;
		text-align: center;
		vertical-align: middle;
		white-space: nowrap;
		cursor: pointer;
		
	    background-color: #9d1a2a;
	    border-color: #871624;
	    border-radius: 7px;
	    box-sizing: border-box;
	    font-size: 0.8em;
		font-weight: 600;
		padding: 9px 40px;
		margin-top: 0em;
		text-transform: uppercase;
	}
	
*/	
	