/*
Theme Name: immopra.de
Theme URI: http://www.immopra.de;
Author: Martin Drießlein
Author URI: http://www.office-tech.info;
Description: Design der Seite der Firma "immopra"
Version: 1.0
Text Domain: immopra
Template: twentytwelve
*/
@import url("../twentytwelve/style.css");
/*hier kommen die neuen CSS-Angaben*/

body {
	background-color: #fff;
}
img.header-image {
	box-shadow: none;
	float: right;
	margin-top: 0;
	border-radius: 0;
	border: 0 none !important;
}
.main-navigation ul.nav-menu  {
	background-color: #727274;
	color: #fff;
	border-top-width: 0px;
	border-bottom: 2px solid #f00;
	padding-left: 2.85714rem;
}
.main-navigation li a,
.main-navigation .current_page_item > a {
	color: #fff;
}
.main-navigation ul.sub-menu li > a {
	color: #000 !important;
}
.main-navigation ul.sub-menu li > a:focus,
.main-navigation ul.sub-menu li > a:hover {
	font-weight: bold;
	border-bottom: 1px solid #f00;
}
.site-content article {
	border-bottom-width: 0px;
	margin-bottom: 0px;
}

/***** SLIDER *****/
.metaslider .caption-wrap {
	position: relative !important;
	opacity: 1 !important;
	background-color: #eee !important;
	color: #000 !important;
}
.metaslider .caption {
	padding: 10px 15px !important;
}
.widget img {
	border-radius: 0px;
	box-shadow: none;
}
.widget-area .widget h3 {
	margin-bottom: 1.4rem;
}
div.site-info {
	display: none;
}

/***** FOOTER ******/
#colophon {
	background-color: #727274;
	padding: 20px 40px;
}
#colophon li {
	float: left;
	width: 250px;
	padding-left: 40px;
	color: #fff;
}

/***** SONSTIGES ******/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}


@media screen and (min-width: 960px) {
	body .site {
		margin-top: 0;
		box-shadow: none;
	}
}