/*------------------------------
	Joomla! Template
	Haus XXL
	Copyright COB
	GENERAL
------------------------------*/

@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400italic,600,700);

* {
	margin:0;
	padding:0;
}

body {
	font:15px/1.3 'Source Sans Pro', Arial sans-serif;
	color:#333;
	background:#F5F5F5;
}

.fleft,
.pull-left {
	float:left;
}

.fright {
	float:right !important;
}

.fnone {
	float:none;
}

.clear {
	clear: both;
	float:none;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	font-size: 0;
	height: 0;
	visibility: hidden;
}

.hide{
	display:none;
}

/* IE-Patch für IE 7*/
*:first-child+html .clearfix { min-height: 0; }

/* IE-Patch für IE 6*/
* html .clearfix { height: 1%; }

/* Links */

a {
	text-decoration:none;
	color:#0099cc;
}

a:hover {
	color:#00bede;
}

a:focus {
	outline:none;
}

/* Headlines */

h1, h2, h3, h4 {
	font-weight:600;
	margin:0px 0 10px;
	display:block;
}

h1 {
	font-size:16px;
}

h2 {
	font-size:20px;
	color:#000;
}

h3 {
	font-size:17px;
	color:#000;
}

h4 {
	font-size:15px;
	color:#000;
}

.page-header h1,
.mod-title h1{
	margin-bottom:0;
	display:inline;
}

.title,
.title h1{
	font-size:18px;
	color:#0099cc;
	font-weight:600;
	margin:0 0 9px 0;
	display:block;
}

.h2{
	font-size:20px;
	color:#000;
	font-weight:600;
	margin:0 0 10px;
	display:block;
}

.h3{
	font-size:18px;
	color:#000;
	font-weight:600;
	margin:10px 0 5px;
	display:block;
}

/* hr */

hr {
	border:none;
	border-top:1px solid #e8e8e8;
	clear: both;
	height: 0;
	margin:15px 0;
}

/* Formulare */

fieldset {
	border:none;
}

legend{
	font-family: 'Source Sans Pro', Arial sans-serif;
	font-weight:normal;	
}

input[type="text"],
input[type="password"],
input[type="email"],
textarea {
	font:15px/1.3 'Source Sans Pro', Arial sans-serif;
	color:#333333;
	border:1px solid #62bedc;
	border-radius:0;
	width:275px;
	height:20px;
	padding:5px;
	outline:none;
}

input:focus,
textarea:focus {
	background-color: #fff;
	-webkit-transition: border linear .2s, box-shadow linear .2s;
	-moz-transition: border linear .2s, box-shadow linear .2s;
	-o-transition: border linear .2s, box-shadow linear .2s;
	transition: border linear .2s, box-shadow linear .2s;
	-webkit-box-shadow: 0 0 8px #62bedc;
	-moz-box-shadow: 0 0 8px #62bedc;
	box-shadow: 0 0 8px #62bedc;
}

select{
	font:15px/1.3 'Source Sans Pro', Arial sans-serif;
	color:#333333;
	width:275px;
	height:33px;
	padding:6px;
	border:1px solid #62bedc;
	outline:none;
	cursor:pointer;
}

option{
	padding:6px;
}

input[type="submit"] {
	cursor:pointer;
}

/* Listen */

ul {
	list-style:none;
}

ol{
	list-style:decimal inside none;
}

p {
	margin:3px 0 10px;
}

/* Bilder */

img{
	border:none;
}

.frame{
	background-color:#fff;
	border:1px solid #e8e8e8;
	display:table-cell;
	vertical-align:middle;
	padding:3px;
	min-width:70px;
}
.frame img {
	border:none;
	display:block;
	padding:0;
	margin:auto;
}

.frame.size-60{
	height:45px;
	width:60px;
}
.frame.size-60 img{
	max-height:45px;
	max-width:60px;
}

.frame.size-100{
	height:75px;
	width:100px;
}
.frame.size-100 img{
	max-height:75px;
	max-width:100px;
}

.frame.size-115{
	height:86px;
	width:115px;
}
.frame.size-115 img{
	max-height:86px;
	max-width:115px;
}

.frame.size-140{	
	height:105px;
	width:140px;	
}
.frame.size-140 img{
	max-height:105px;
	max-width:140px;
}

.frame.size-180{
	height:135px;
	width:180px;	
}
.frame.size-180 img{
	max-height:135px;
	max-width:180px;
}

.frame.size-200{
	height:150px;
	width:200px;	
}
.frame.size-200 img{
	max-height:150px;
	max-width:200px;
}


/* LAYOUT */

#header {
	background:#f5f5f5;
	padding:20px 0 10px;
}

#top-navigation{
	padding:0 0 5px;
	position:relative;
}

#top-navigation ul.menu{
	background-image: linear-gradient(#0099cc 50%, #008cbb 100%);
	background-image: -webkit-linear-gradient(#0099cc 50%, #008cbb 100%); 
	background-image: -moz-linear-gradient(#0099cc 50%, #008cbb 100%); 
	background-image: -o-linear-gradient(#0099cc 50%, #008cbb 100%); 
	background-color:#0099cc;
}

#top-slider{
	position:relative;
	padding:0;
	margin-bottom:20px;
}
 
#content .mod-title,
.page-header {
	display:block;
	min-height:25px;
	color:#333;
	/*background:#e3f4fa;*/
	background:url(../images/backgrounds/title-back.png) repeat-x scroll 0 0 #D0ECF5;
	padding:4px 10px 0;
	margin:0 0 5px;
	font-family: 'Source Sans Pro', Arial sans-serif;
	font-size:16px;
	font-weight:600;
	border:1px solid #CBDBDF;
}

.container12 .page-header.span12{
	float:none;
	display:block;
	width:auto;
}

#content .mod-title h2{
	font-size:16px;
	margin:0;
}

#content {
	background:#f5f5f5;
	padding:0;
	position:relative; /* für Suche über ges.Breite */
	min-height:50vh;
}

#content .mod-content,
.page-content,
.seo-content{
	border:1px solid #e8e8e9;
	background:#fff;
	margin: 0 0 5px;
	overflow:hidden;
}

.main-content .mod-content,
.page-content,
.seo-content{
	width:96.7%;
	padding:10px 1.5%;
}

.page-table{
	display:table;
}

.mod-listing,
.mod-listing .mod-content{
	padding:0 !important;
}

#footer {
	background-color:#0099cc;
	min-height:100px;
	margin:60px 0 0;
}

.footer {
	color:#fff;
	padding:45px 0 0;
	position:relative;
}

.footer a{
	color:#fff;
}


/* REDAKTIONELLE INHALTE */

.item-page img {
    border: 1px solid #CCCCCC;
    margin: 0 2% 5px 0;
    padding: 1px;
	max-width:320px;
	max-height:240px;	
}

.item-page img.fright {
	margin:0 0 5px 2%;
}

.item-page .img-center{
	text-align:center;
	margin-bottom:5px;
}
.item-page .img-center img{
	margin:0 auto;
}

figure img {
    margin-bottom: 0 !important;
}
figure figcaption{
    color: #666666;
    font-size: 14px;
    margin: 0 0 10px;
}

.item-page ul,
.item-page ol{
	margin:3px 0 10px;;
}

.list-dash,
.mod-description ul,
.list-tick,
.list-circle{
	margin-left:20px !important;
}

.list-dash li:before,
.mod-description li:before{
	content:" - ";
	margin:0 10px 0 -3%;
}

.list-tick li:before{
	content:" ✓ ";
	margin:0 5px 0 -3%;
}
.list-circle{
	list-style:disc outside none;
}

.item-page .page-nav{
	float: left;
	width: 45%;
}

.item-page table,
.seo-content table,
.mod-introtext table{
	width:100%;
	display:inline-table;
	margin:3px 0 10px;
}


.item-page table thead,
.seo-content table thead,
.mod-introtext table thead{
	text-align:left;
}

.item-page thead tr:nth-child(odd),
.item-page tbody tr:nth-child(even),
.seo-content thead tr:nth-child(odd),
.seo-content tbody tr:nth-child(even),
.mod-introtext thead tr:nth-child(odd),
.mod-introtext tbody tr:nth-child(even) {
	background-color:#fafafa;
}

.item-page thead tr:nth-child(even),
.item-page tbody tr:nth-child(odd),
.seo-content thead tr:nth-child(even),
.seo-content tbody tr:nth-child(odd),
.mod-introtext thead tr:nth-child(even),
.mod-introtext tbody tr:nth-child(odd){
	background-color:#f7f7f7;
}

.item-page table th,
.item-page table td,
.seo-content table th,
.seo-content table td,
.mod-introtext table th,
.mod-introtext table td{
	padding: 10px;
	vertical-align:top;
}

.col-2 th,
.col-2 td{
	width:50%;
}

.col-3 th,
.col-3 td{
	width:33.3%;
}

.col-4 th,
.col-4 td{
	width:25%;
}

.img-reference,
.img-reference a{
	color:#c0c0c0;
}

.img-reference a:hover{
	color:#b0b0b0;
}

.item-page p,
.seo-content p,
.mod-introtext p{
	margin:3px 0 25px;
}


/* SEO-TEXTE */

img.top-image{
	/*max-width:650px;*/
	max-width:99%;
	max-height:490px;
	padding:1px;
	border:1px solid #ccc;
	margin:5px 0;
}	
img.max-height{
	max-height:100%;
}

.seo-content img.fleft,
.mod-introtext img.fleft{
	/*max-width:320px;*/
	max-width:50%;
	max-height:240px;
	padding:1px;
	border:1px solid #ccc;
	margin:0px 10px 6px 0;
}

.seo-content img.fright,
.mod-introtext img.fright{
	/*max-width:320px;*/
	max-width:50%;
	max-height:240px;
	padding:1px;
	border:1px solid #ccc;
	margin:0px 0 6px 10px;
}

.seo-content p,
.mod-introtext p{
	text-align:justify;
}

.seo-content ul,
.mod-introtext ul{
	margin:10px 0 10px 15px;
}

.keyword{
	margin-left:10px;
}

.two-column-list{
	float:left;
	width:50%;
}


/* Buttons */

/* Anwendung bei: Checklisten-Download, HT-Search, HA-Search, Kontaktformular */
.green-button,
.orange-button,
button{
	/*
	background-image: linear-gradient(#a5dd00 0%, #81b000 100%); 
	background-image: -webkit-linear-gradient(#a5dd00 0%, #81b000 100%); 
	background-image: -moz-linear-gradient(#a5dd00 0%, #81b000 100%); 
	background-image: -o-linear-gradient(#a5dd00 0%, #81b000 100%); 
	*/
	background-color:/*#8cbe00*/#96cc00;
	font-size:14px;
	color:#000;
	line-height:2.0;
	padding:0 20px;
	border:none;
	/*display:inline-block;*/
	display: table;
	text-align: center;
	text-transform:uppercase;
}
.green-button {
	border:1px solid #63a600;
	background-color:#a9cd00;
	background:-webkit-linear-gradient(top,#a9cd00,#63a600);
	background:-moz-linear-gradient(top,#a9cd00,#63a600);
	background:-ms-linear-gradient(top,#a9cd00,#63a600);
	background:-o-linear-gradient(top,#a9cd00,#63a600);
	background:linear-gradient(top,#a9cd00,#63a600);
	background:-webkit-gradient(linear,0 0,0 100%,from(#a9cd00),to(#63a600));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a9cd00', endColorstr='#63a600', GradientType=0);	
	/*
	background: -webkit-linear-gradient(top,#ff9f4d,#ff7500);
	background: -moz-linear-gradient(top,#ff9f4d,#ff7500);
	background: -ms-linear-gradient(top,#ff9f4d,#ff7500);
	background: -o-linear-gradient(top,#ff9f4d,#ff7500);
	background: linear-gradient(top,#ff9f4d,#ff7500);
	background: -webkit-gradient(linear,0 0,0 100%,from(#ff9f4d),to(#ff7500));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9f4d', endColorstr='#ff7500', GradientType=0);
	*/
	color: #fff;
	text-shadow: 0 -1px #548c00;
}
.green-button:hover {
	color:#333;
	text-shadow: 0 -1px #a9cd00;
}
.searchform.housetype button,
.orange-button {
	border:1px solid #fa842d;
	background-color: #ff7500;
	background: -webkit-linear-gradient(top,#fabe2d,#fa972d);
	background: -moz-linear-gradient(top,#fabe2d,#fa972d);
	background: -ms-linear-gradient(top,#fabe2d,#fa972d);
	background: -o-linear-gradient(top,#fabe2d,#fa972d);
	background: linear-gradient(top,#fabe2d,#fa972d);
	background: -webkit-gradient(linear,0 0,0 100%,from(#fabe2d),to(#fa972d));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fabe2d', endColorstr='#fa972d', GradientType=0);	
	/*
	background: -webkit-linear-gradient(top,#ff9f4d,#ff7500);
	background: -moz-linear-gradient(top,#ff9f4d,#ff7500);
	background: -ms-linear-gradient(top,#ff9f4d,#ff7500);
	background: -o-linear-gradient(top,#ff9f4d,#ff7500);
	background: linear-gradient(top,#ff9f4d,#ff7500);
	background: -webkit-gradient(linear,0 0,0 100%,from(#ff9f4d),to(#ff7500));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9f4d', endColorstr='#ff7500', GradientType=0);
	*/
	color: #333;
	text-shadow: 0 -1px #fabe2d;
}
.orange-button:hover,
.searchform.housetype button:hover {
	color: #fff;
	text-shadow: 0 -1px #e56228;
}

.item-page .green-button,
.item-page .orange-button {
	margin: 0 0 20px;
	line-height: 1.4;
}

.green-button a,
.orange-button a {
	display:block;
	color:#000;
	height:24px;
}

.green-button a:hover,
.green-button:hover,
.orange-button a:hover,
.orange-button:hover,
button:hover{
	/*
	background-image: linear-gradient(#a9e300 0%, #8fc300 100%); 
	background-image: -webkit-linear-gradient(#a9e300 0%, #8fc300 100%); 
	background-image: -moz-linear-gradient(#a9e300 0%, #8fc300 100%); 
	background-image: -o-linear-gradient(#a9e300 0%, #8fc300 100%); 
	*/
	background-color:#a9e300;
	color:#fff;
	cursor:pointer;
}

.more-less{
	cursor:pointer;
}
.more-less:hover{
	color:#000;
}

/* Pfeil rechts (zu den HT, company images, bar-link, start modelhouse)*/

.arrow {
	color:#0099cc;
	font-weight:600;
	cursor:pointer;
	background:url(../images/icons/arrow-sprite.png) no-repeat scroll 0px -216px transparent;
	height:14px;
	padding-left:10px;
}

.arrow:hover,
.bar-link:hover .arrow,
.flex-next:hover .arrow,
.active .arrow,
.start-map a:hover span.arrow{
	background-position: 0px -237px;
	color:#00bede;	
}

.disabled .arrow,
.disabled:hover .arrow,
.flex-next.flex-disabled .arrow{
	background-position: 0px -339px;
}

/* Pfeil hoch */

.arrow-up{
	background:url(../images/icons/arrow-sprite.png) no-repeat scroll 0px 7px transparent;
	width:20px;	
	height:12px;
}

.arrow-up:hover,
.flex-prev:hover .arrow-up{
	background-position:0px -13px;
}

.disabled .arrow-up,
.disabled:hover .arrow-up,
.flex-disabled .arrow-up,
.flex-disabled:hover .arrow-up{
	background-position:0px -291px;
}

/* Pfeil runter */

.arrow-down{
	color:#0099cc;
	font-weight:600;
	cursor:pointer;
	background:url(../images/icons/arrow-sprite.png) no-repeat scroll 0px -67px transparent;
	height:13px;
	padding:0 0 0 15px;
}

.arrow-down:hover,
.flex-next:hover .arrow-down,
.bar-link:hover .arrow-down{
	background-position: 0px -87px;
}

.disabled .arrow-down,
.disabled:hover .arrow-down,
.flex-disabled .arrow-down,
.flex-disabled:hover .arrow-down{
	background-position: 0px -307px;
}

/* Pfeil links */

.arrow-left{
	background:url(../images/icons/arrow-sprite.png) no-repeat scroll 0px -140px transparent;
	height:14px;
	width:6px;
}

.arrow-left:hover,
.flex-prev:hover .arrow-left{
	background-position: 0px -160px;
}

.disabled .arrow-left,
.disabled:hover .arrow-left,
.flex-prev.flex-disabled .arrow-left{
	background-position: 0px -323px;
}

/* Pfeil weiß zu schwarz */

/* company contact */
.arrow-white{
	background:url(../images/icons/arrow-sprite.png) no-repeat 5px -275px transparent;
	display:inline;
	height:24px;
	padding:0 0 0 18px;
	line-height:1.7;
}

.arrow-white:hover,
.green-button:hover .arrow-white,
.orange-button:hover .arrow-white {
	background-position: 5px -257px;
}

/* Pfeile Groß in Slider */

.arrow-left-big{
	background:url(../images/icons/arrow-sprite.png) no-repeat scroll 0 -429px transparent;
	height:52px;
	width:32px;
	display:block;
	margin:0 auto;
}
.flex-prev:hover .arrow-left-big{
	background-position: 0 -489px;
}

.arrow-big{
	background:url(../images/icons/arrow-sprite.png) no-repeat scroll -77px -429px transparent;
	height:52px;
	width:32px;
	display:block;
	margin:0 auto;
}
.flex-next:hover .arrow-big{
	background-position: -77px -489px;
}

/* Pfeile Medium in Slider */

.arrow-left-medium{
	background:url(../images/icons/arrow-sprite.png) no-repeat scroll 0 -552px transparent;
	height:35px;
	width:26px;
	display:block;
	margin:0 auto;
}
.flex-prev:hover .arrow-left-medium{
	background-position: 0 -593px;
}

.arrow-medium{
	background:url(../images/icons/arrow-sprite.png) no-repeat scroll -54px -552px transparent;
	height:35px;
	width:26px;
	display:block;
	margin:0 auto;
}
.flex-next:hover .arrow-medium{
	background-position: -54px -593px;
}

/* Pfeile Oben Medium */

.arrow-top-medium{
	background:url(../images/icons/arrow-sprite.png) no-repeat scroll 5px -629px transparent;
	height:35px;
	width:26px;
	display:block;
}

/* Checkboxen */

input[type="checkbox"]{
	display:none;
}

input[type="checkbox"] + label span {
    display:inline-block;
    width:15px;
    height:15px;
    background:url(../images/icons/icon-sprite.png) no-repeat scroll 0 -67px transparent;
	margin:0 15px 0 -1px;
	cursor:pointer;
}

input[type="checkbox"]:checked + label span {
    background-position: -15px -67px;
}

/* Label */

label{
	cursor:pointer;
}

/* OFFLINE PAGE */

.offline p{
	text-align:left;
}

.offline hr{
	margin-top:25px;
}

.offline label{
	width:100%;
}

.offline .green-button,
.offline .orange-button {
	height:auto;
}

.clear-container {
    clear: both !important;
    display: block;
    float: none !important;
}
.clear-container.right {
    float: right !important;
}
.clear-container.left {
    float: left !important;
}
.clear-container:after,
.hx-review li:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}
:first-child + html .clear-container {
    min-height: 0;
}
* html .clear-container {
    height: 1%;
}
/*------------------------------
	REVIEW
------------------------------*/

.hx-review {
	float:none;
	clear:both;
	padding:15px 0 0 0;
}

.hx-review li {
	border-bottom:1px solid #e8e8e8;
	margin:0 0 15px 0;
}
.hx-review li:last-child {
	border-bottom:none;
}

.hx-review li .img {
	width:30%;
	float:left;
}

.hx-review li .img img {
	display: block;
	padding:2%;
	max-width:94%;
	margin:0;
}
.hx-review li .content {
	/*
	width:68%;
	float:right;
	*/
	float:left;
}
.hx-review li .content a {
	color: #0099cc;
	font-weight: 600;
	cursor: pointer;
	background: url(../images/icons/arrow-sprite.png) no-repeat scroll 0px -216px transparent;
	height: 14px;
	padding-left: 10px;	
	/*
	display:inline-block;
	padding:3px 15px 4px 15px;
	border:1px solid #63a600;
	background-color:#a9cd00;
	background:-webkit-linear-gradient(top,#a9cd00,#63a600);
	background:-moz-linear-gradient(top,#a9cd00,#63a600);
	background:-ms-linear-gradient(top,#a9cd00,#63a600);
	background:-o-linear-gradient(top,#a9cd00,#63a600);
	background:linear-gradient(top,#a9cd00,#63a600);
	background:-webkit-gradient(linear,0 0,0 100%,from(#a9cd00),to(#63a600));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a9cd00', endColorstr='#63a600', GradientType=0);	
	color: #fff;
	text-shadow: 0 -1px #548c00;
	*/
}
/*
.hx-review li .content a:after {
	content:' » ';
}
*/
.hx-review li .content a:hover {
	color:#000;
	text-shadow:none;
}

.mod-certificates .page-table .content-desc{
	padding-left:10px;
}
.mod-certificates .page-table.linked{
	cursor:pointer;
}
.mod-certificates .page-table.linked a,
.mod-certificates .page-table.linked:hover *{
	color:#0099cc;
}