.jumbotron{
     background-image: url();
    height: 185px;
}
.jumbotron img{
    height: 185px;
    width: 50%;
    float: left;
}
.jumbotron .dom p{font-size: 30px;}
.jumbotron .dom{
    height: 185px;
    width: 50%;
    float: right;
    padding-top: 35px;
}
article .wrapper{padding:10px 0;}
article p {
    text-align: left;
    clear: both;
}
@media(max-width: 1030px) {
	article p {
		padding-left: 15px;
	}
}
article p.align_center {
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	margin: 10px 0;
}
article p.align_center a{
	color: inherit;
}
article p.align_center span {
	font-family:'Century-Gothic-Bold';	
}
article h2 {clear: both;}
article img {
    margin-bottom: 32px;
    margin-top: 20px;
    margin-right: 6px;
    float: left;
}

article .rightMargin{right: 0;}
@media(max-width:1016px){
	article img {
		display: inline-block;
		float: none;
	}
}
@media(max-width:950px){
    .jumbotron img, .jumbotron .dom{
        width: 90%;
        height: auto;
        display: inline-block;
        float: none;
        padding: 5px;
    }
    .jumbotron{
        height: auto;
        text-align: center;
    }
}
@media(max-width:766px){
    article .wrapper{padding: 10px;} 
    
}

/* Services */
ol#services_ordered {
	margin: 20px 0;
	padding-left: 30px;
}
ol#services_ordered li {
	text-align: left;
	list-style-type: decimal;
	list-style-position: inside;
	font-size: 15px;
	line-height: 26px;
}
ul#services_unordered {
	margin: 20px 0;
	padding-left: 30px;
	text-align: left;
}
ul#services_unordered li {
	text-align: left;	
	list-style-position: inside;
	font-size: 15px;
	line-height: 26px;
}

/* Map */
.map {
	border: none;
	width: 640px;
	height: 480px;
}
@media(max-width:676px){
	.map {
		width: 98%;
		height: 400px;;	
	}
}


/* Contact */
#contact_wrapper {
	width: 420px;
	height: auto;
	float: left;	
}
#contact_data {
	width: 420px;
	height: auto;
	float:left;
	margin: 30px 0;
}
#contact_data .contac_info {
	width: 100%;
	height: auto;
	float:left;
	border: 1px solid #D2D2D7;
	border-radius: 5px;
	background: #f2f3f5;
	margin: 15px 0;
}
h3.heading {
	float: left;
	margin: 0 0 0 130px;
}

#contact_form {
	width: 550px;
	height: auto;
	float: left;
	display: block;
	margin: 5px 0 0 30px;
}
#contact_form p {
	font-size: 18px;
	text-align: right;
	margin: 10px 0;
	padding: 0 10px;
	font-style: normal;
}
#contact_form input {
	width: 420px;
	padding: 12px 10px;
	border: 1px solid #d9d9d9;
	border-radius: 5px;
	display: inline-block;
}
#contact_form textarea {
	width: 420px;
	padding: 12px 10px;
	border: 1px solid #d9d9d9;
	border-radius: 5px;
	display: inline-block;
	resize: vertical;
}
#contact_form input[type="submit"] {
	width: 442px;
	color: #ffffff;
	background: #9d2a19;
	border: none;
	padding: 12px 10px;
}

.heading_eng {
	float: left;
	margin: 0 0 0 135px;
}
#eng_form {
	width: 550px;
	height: auto;
	float: left;
	display: block;
	margin: 5px 0 0 30px;
}
#eng_form p {
	font-size: 18px;
	text-align: right;
	margin: 10px 0;
	padding: 0 10px;
	font-style: normal;
}
#eng_form input {
	width: 412px;
	padding: 12px 10px;
	border: 1px solid #d9d9d9;
	border-radius: 5px;
	display: inline-block;
}
#eng_form textarea {
	width: 412px;
	padding: 12px 10px;
	border: 1px solid #d9d9d9;
	border-radius: 5px;
	display: inline-block;
	resize: vertical;
}
#eng_form input[type="submit"] {
	width: 434px;
	color: #ffffff;
	background: #9d2a19;
	border: none;
	padding: 12px 10px;
}

.heading_ger {
	float: left;
	margin: 0 0 0 139px;
}
#ger_form {
	width: 550px;
	height: auto;
	float: left;
	display: block;
	margin: 5px 0 0 30px;
}
#ger_form p {
	font-size: 18px;
	text-align: right;
	margin: 10px 0;
	padding: 0 10px;
	font-style: normal;
}
#ger_form input {
	width: 408px;
	padding: 12px 10px;
	border: 1px solid #d9d9d9;
	border-radius: 5px;
	display: inline-block;
}
#ger_form textarea {
	width: 408px;
	padding: 12px 10px;
	border: 1px solid #d9d9d9;
	border-radius: 5px;
	display: inline-block;
	resize: vertical;
}
#ger_form input[type="submit"] {
	width: 430px;
	color: #ffffff;
	background: #9d2a19;
	border: none;
	padding: 12px 10px;
}

@media(max-width:1045px) {
	#contact_wrapper {
		width: 100%;
		margin: 0 0 30px 0;
	}
	#contact_data {
		float: none;		
		margin: 0 auto 30px auto;
	}
	h3.heading {
		float: none;
		margin: 0 auto;
		text-align: center;
	}
	#contact_form {
		float: none;		
		margin: 30px auto 30px auto;
	}
	
	.heading_eng {
		float: none;
		margin: 0 auto;
		text-align: center;
	}
	.heading_ger {
		float: none;
		margin: 0 auto;
		text-align: center;
	}
	#eng_form {
		float: none;		
		margin: 20px auto 50px auto;
	}
	
	#ger_form {
		float: none;		
		margin: 20px auto 50px auto;
	}
}
@media(max-width: 575px) {
	#contact_form {
		width: 85%;		
	}
	#contact_form p {
		font-size: 15px;
	}
	#contact_form input {
		width: 72%;
	}
	#contact_form textarea {
		width: 72%;
	}
	#contact_form input[type="submit"] {
		width: 75%;
		margin-right: 8px;
	}
	
	#eng_form {
		width: 85%;		
	}
	#eng_form p {
		font-size: 15px;
	}
	#eng_form input {
		width: 72%;
	}
	#eng_form textarea {
		width: 72%;
	}
	#eng_form input[type="submit"] {
		width: 75%;
		margin-right: 8px;
	}
	
	#ger_form {
		width: 85%;		
	}
	#ger_form p {
		font-size: 15px;
	}
	#ger_form input {
		width: 72%;
	}
	#ger_form textarea {
		width: 72%;
	}
	#ger_form input[type="submit"] {
		width: 75%;
		margin-right: 8px;
	}
}
@media(max-width: 500px) {	
	#ger_form {
		width: 85%;
	}
	#ger_form p {
		text-align: left;
	}
	#ger_form p span{
		display: block;
	}
	#ger_form input {
		width: 94%;
		display: block;
	}
	#ger_form textarea {
		width: 94%;
		display: block;
	}
	#ger_form input[type="submit"] {
		width: 60%;
		display: block;
	}
}
@media(max-width: 484px) {
	#eng_form {
		width: 85%;
	}
	#eng_form p {
		text-align: left;
	}
	#eng_form p span{
		display: block;
	}
	#eng_form input {
		width: 94%;
		display: block;
	}
	#eng_form textarea {
		width: 94%;
		display: block;
	}
	#eng_form input[type="submit"] {
		width: 60%;
		display: block;
	}
}

@media(max-width: 452px) {
	#contact_data {
		width: 100%;
		float: left;		
	}
	.contact_info {
		width: 98%;
		float: none;
		margin: 15px auto;
	}
	article h4 {
		font-size: 18px;
	}
	article p.align_center {
		font-size: 13px;
	}
	
	
	#contact_form {
		width: 85%;
	}
	#contact_form p {
		text-align: left;
	}
	#contact_form p span{
		display: block;
	}
	#contact_form input {
		width: 94%;
		display: block;
	}
	#contact_form textarea {
		width: 94%;
		display: block;
	}
	#contact_form input[type="submit"] {
		width: 60%;
		display: block;
	}
}
.heading_align {
	text-align: center;
}

/* Documents */
a.download {
	text-decoration: none;
	font-size: 20px;
	color: #9d2a19;
	font-weight: bold;
	text-transform: uppercase;
	padding: 20px 30px 20px 70px;	
	border: 1px solid #666;
	border-radius: 10px;
	background: url("../images/download.png") no-repeat 15px center;
	margin: 20px auto 50px auto;
	display: inline-block;
}
a.download:hover {
	text-decoration: none;
}