/**
 *
 * Gestaltung der Elemente auf den Ratgeberseiten (-rg)
 *
 */

@media all  {

	.cbox-ratgeber {
		margin-right: 6px;
	}



/*	################################################################################### 
	### Headerbereich mit Menü  #######################################################
	###################################################################################  */


		
/*	Objektdarstellung: Header */
		

	.ratgeber-header  {
		border-bottom: 2px solid #E0DBCD;
		position: relative;
		z-index: 1;
		padding: 25px 0 0 0;
		}
		
	.ratgeber-header nav:after { 
		content: ""; 
		display: block; 
		background: url(../img/drop-shadow.png) no-repeat;
		width: 321px;
		height: 11px;
		position: absolute;
		right: 0;
		 }

	.ratgeber-header nav {

		}
		
		
	.ratgeber-header h1 {
		color: #8D2717;
		font-size: 24px;
		font-weight: bold;
		margin-bottom: 0.4em;
		font-family: "Roboto Slab", Tahoma, sans-serif;
	}
	
	.ratgeber-header h2 {
		color: #333;
		font-size: 16px;
		margin-bottom: 27px;
	}
	
	
/* Objekt-Navigation */
	
	
	.secondary-menu {
		background-image: -webkit-gradient(
			linear,
			left top,
			left bottom,
			color-stop(0, #FBFAF6),
			color-stop(1, #EFEEE7)
		);
		background-image: -o-linear-gradient(bottom, #FBFAF6 0%, #EFEEE7 100%);
		background-image: -moz-linear-gradient(bottom, #FBFAF6 0%, #EFEEE7 100%);
		background-image: -webkit-linear-gradient(bottom, #FBFAF6 0%, #EFEEE7 100%);
		background-image: -ms-linear-gradient(bottom, #FBFAF6 0%, #EFEEE7 100%);
		background-image: linear-gradient(to bottom, #FBFAF6 0%, #EFEEE7 100%);
		background-color: #FBFAF6;
	}
	
	
	.secondary-menu:before {
		content: "";
		display: table;
	}
	
	.secondary-menu:after {
		 clear: both;
		 content: ".";
		 display: block;
		 font-size: 0;
		 height: 0;
		 /*visibility: hidden;*/
		 
	}
	
 	/* Spezielle Formatierungen für Ratgeber */
	.sm-ratgeber {
		margin: 20px 0px 0 0px;
	}
	
	/* /end */
	
	.list-sm {
		list-style: none;
		margin-top: 0;
	}
	
	.list-sm-ratgeber {
		margin-top: 0;
		border: 1px solid #e0dbce;
		border-right: 3px solid #e0dbce;
	}
	
	.list-sm li {
		display: inline;
		float: left;
		border-right: 1px solid #e0dbce;
	}
	

	.list-sm li a {
		display: block;
		padding: 15px 20px;
		text-decoration: none;
		color: #333;
		font-size: 16px;
	}
	
	.list-sm a:after {
		clear: both;
		content: ".";
		display: block;
		font-size: 0;
		height: 0;
		visibility: hidden;
	}
		
	.list-sm a:before {
		content: "";
		display: table;
		}
	
	.list-sm li a:hover,
	.list-sm .active a {
		background: #fff;
	}
	
	.list-sm span {
		display: block;
		float: left;
	}
	
	
	.counter-blue {
		/*float: right;
		display: inline;
		overflow: hidden;*/
		font: normal 10px/10px Roboto, Tahoma, sans-serif;
		color: #fff;
		background: #5a95bc;
		border-radius: 12px;
		padding: 4px 7px 4px 7px;
		margin: 4px 0 0 6px;
	}
	
	/* Drop-Down */
	
	.immo-search select {
		height: 30px;
		color: #000;
		/*width: 100%;*/
		margin: 0em;
	}
	
	.immo-search option {
		color: #000;
	}
	
	.immo-search .btn-big {
		margin: 1em 0;
		widht:100px;
	}
	
	
	.list-sm:before {
		content: "";
		display: table;
	}
	
	.list-sm:after {
		clear: both;
		 content: ".";
		 display: block;
		 font-size: 0;
		 height: 0;
		 visibility: hidden;
	}
	
	
	.list-sm-left {
		float: left;
	}
	

	
	.list-sm-right {
		float: right;
	}
		
	.list-sm-right li {
		border-left: 1px solid #e0dbce;
		border-right: 0 none;
	}
	
	.list-sm-right li:first-child {
		border-left: 0px none;
	}
	
	.list-sm .drop-down:hover {
		cursor: pointer;
		background: #fff;
	}
	
	.list-sm .form-sort {
		padding-bottom: 0px;
	}
	
	.sm-immo-results {
		margin-top:30px;
	}

	.list-sm .drop-down select {
		background: transparent;
		width: 93px;
		/*height: 50px;*/
		line-height: 1;
		border: 0;
		/*text-indent: 10px;*/
		
		margin: 20px 17px 15px; 
			}
		
	/* Nur Firefox */
	@-moz-document url-prefix() { 
	.list-sm .drop-down select { margin: 15px 17px 15px;} 
	.list-sm .drop-down select {width: 92px;}

	}
		

	
	.list-sm .drop-down select {
		    -webkit-appearance: none;
		   background: url('../img/triangle-bottom-black.png') no-repeat 100% 50%;
		}
		
		.list-sm .drop-down select:after {
			   content: "a";
			}

	.list-sm .drop-down option {
		padding-left: 10px;
		padding-right: 10px;
		
	}
	
	.list-sm .drop-down select:focus {
		border: 0;
	}
	
	
	/* Drop-Down - ÜBER MENÜ */
	
	
	
	
	
	.list-sm:before {
		content: "";
		display: table;
	}
	
	.list-sm:after {
		clear: both;
		 content: ".";
		 display: block;
		 font-size: 0;
		 height: 0;
		 visibility: hidden;
	}
	
	
	.list-sm-left {
		float: left;
	}

	
	.list-sm-right {
		float: right;
	}
		
	.list-sm-right li {
		border-left: 1px solid #e0dbce;
		border-right: 0 none;
	}
	
	.list-sm-right li:first-child {
		border-left: 0px none;
	}
	
	.list-sm .drop-down:hover {
		cursor: pointer;
		background: #fff;
	}
	
	.list-sm .form-sort {
		padding-bottom: 0px;
	}
	

	.list-sm .drop-down select {
		background: transparent;
		width: 93px;
		line-height: 1;
		border: 0;
		margin: 20px 17px 15px; 
			}
		
	/* Nur Firefox */
	@-moz-document url-prefix() { 
	.list-sm .drop-down select { margin: 15px 17px 15px;} 
	.list-sm .drop-down select {width: 92px;}

	}
		

	
	.list-sm .drop-down select {
		    -webkit-appearance: none;
		   background: url('../img/triangle-bottom-black.png') no-repeat 100% 50%;
		}
		
		.list-sm .drop-down select:after {
			   content: "a";
			}

	.list-sm .drop-down option {
		padding-left: 10px;
		padding-right: 10px;
		
	}
	
	.list-sm .drop-down select:focus {
		border: 0;
	}
	



	
	
	/* Suche */
	
	.list-sm .search-toggle {
		float: none;
		display: block;
		overflow: hidden;
		text-align: right;
	}
	
	.list-sm .search-toggle a {
		display: block;
		padding-top: 13px;
		padding-bottom: 9px;
	}
	
	
	
	
	
	
	/* Suche */
	

	
	.search-box-wrapper {
		position: absolute;
		right: 0;
		width: 100%;
		background: #5a96bc;
	
	}
	
	.search-box-wrapper .search-box {
		float: right;
		padding: 12px;
	}

	
	.search-submit {
		display: none;
	}
	
	.search-box .search-field {
		background-color: #fff;
		border: 0;
		float: right;
		font-size: 14px;
		padding: 5px 2px 6px 6px;
		border-radius: 2px;
	}
		
		
	
	
	
	

/*	################################################################################### 
	### Content-Bereich ###############################################################
	###################################################################################  */	
	
	
/* 3er-Grid Ratgeber-Artikel  */

	.cbox-grid-ratgeber {
		margin-right: 6px;
	}

	.grid-333-ratgeber {
		margin: 6px 0 40px 0;
	}
	
	.grid-333-ratgeber .ym-gbox {
		background: #5895be;
		color: #fff;
		padding: 0 0 14px 0;
	}
	
	.grid-333-ratgeber .ym-gbox>a {
		text-decoration: none;
	}
	
	.grid-333-ratgeber .gbox-1 {
		margin-right: 4px;
	}
	
	.grid-333-ratgeber .gbox-2 {
		margin: 0 2px;
	}
	
	.grid-333-ratgeber .gbox-3 {
		margin-left: 4px;
	}
	
	.grid-333-ratgeber .ym-gbox img {
		width: 100%;
	}

	.grid-333-ratgeber .more  {
		margin: 0 10px;
		color: #fff;
	}


	.grid-333-ratgeber h4 {
		color: #fff;
		margin: 10px 10px 2px 10px;
		font: bold 18px/1.3em "Roboto Slab", Tahoma, sans-serif;
	}
	
	
	.grid-333-ratgeber a:hover .more {
		text-decoration: underline;
	}


/* Artikel-Liste */


	.listing-ratgeber-artikel {
		
	}
	
	.item-rg-artikel {
		margin: 0 0 30px 0;
		padding-bottom: 30px;
		border-bottom: 2px solid #ddd;
	}
	
	.item-rg-artikel:before {
		content: "";
		display: table;
	}
	
	.item-rg-artikel:after {
		clear: both;
		 content: ".";
		 display: block;
		 font-size: 0;
		 height: 0;
		 visibility: hidden;
	}
	
	.item-rg-artikel:last-child {
		border-bottom: 0 none;
		margin-bottom: 0;
		padding-bottom: 0;
	}
	
	
	.item-rg-artikel .img-title {
		float: left;
	}
	
	.item-rg-artikel .cbox-rg-artikel {
		margin-left: 240px;
	}
	
	.item-rg-artikel h3 {
		margin: 0 0 8px 0;
		font: bold 24px/1.2em "Roboto Slab", Tahoma, sans-serif;
		color: #5895be;
		
	}
	
	.item-rg-artikel .pre-title {
		display: block;
		color: #999;
		line-height: 1;
		font: normal 14px/1.3em "Roboto", Tahoma, sans-serif;
		margin: 0 0 8px 0;
	}
	
	.item-rg-artikel p {
		margin: 0;
	}
	
	.item-rg-artikel .img-full-width {
		margin: 10px 0 20px 0;
	}
	
	
	
	
/*	################################################################################### 
	### Seitenspalte ##################################################################
	###################################################################################  */	
	
	
	
/*Allgemeine Formatierungen für Seitenspalte*/
	
	
	.aside-ratgeber {
		padding-top: 12px; 
		color: #5895be;
	}
	
	.aside-ratgeber .ym-cbox {
		padding: 0 9px;
	}
	
	.aside-ratgeber .widget {
		border-bottom: 2px solid #fff;
		padding-bottom: 10px;
		margin: 15px 0 0 0;
	}
	
	
	.aside-ratgeber .widget-title {
		font: bold 18px/1.5em "Roboto Slab", Tahoma, sans-serif;
		color: #4693c2;
		margin: 0 0 8px 0;
	}
	
	.aside-ratgeber ul {
		list-style-type: none;
		font: normal 14px/1.5em "Roboto", Arial, Helvetica, Geneva, sans-serif;
		margin: 0;
	}
	
	.aside-ratgeber ul li {
		list-style-type: none;
		margin: 0 0 8px 0;
	}
	
	.aside-ratgeber li a {
		text-decoration: none;
	}
	
	.aside-ratgeber li a:hover {
		text-decoration: underline;
		color: #4693c2;
	}
	

	
	
	
	
	
	
	.cbox-letzte-beitraege {
		
	}
	
/*	Spezielle Formatierungen */	

	.aside-ratgeber .ul-archiv {
		
	}
	
	.aside-ratgeber .ul-archive li {
		
	}
	
	
	
	
/*	################################################################################### 
	### Pager Bottom ##################################################################
	###################################################################################  */		
	
	
	.pager-bar {
		margin: 0 0 30px 0;
		background-image: -webkit-gradient(
			linear,
			left top,
			left bottom,
			color-stop(0, #FBFAF6),
			color-stop(1, #EFEEE7)
		);
		background-image: -o-linear-gradient(bottom, #FBFAF6 0%, #EFEEE7 100%);
		background-image: -moz-linear-gradient(bottom, #FBFAF6 0%, #EFEEE7 100%);
		background-image: -webkit-linear-gradient(bottom, #FBFAF6 0%, #EFEEE7 100%);
		background-image: -ms-linear-gradient(bottom, #FBFAF6 0%, #EFEEE7 100%);
		background-image: linear-gradient(to bottom, #FBFAF6 0%, #EFEEE7 100%);
		background-color: #FBFAF6;
	}
	
	.rg-pager-bar {
		margin: 30px 0 20px 0;
	}

	.ul-pager {
		list-style-type: none;
		border: 1px solid #e0dbce;
		border-bottom: 3px solid #e0dbce;
	}
	
	.ul-pager li {
		display: inline;
		float: left;
		border-left: 1px solid #e0dbcd;
	}
	
	.ul-pager li:first-child {
		border-left: 0 none;
	}
	
	.ul-pager a, 
	.ul-pager .page-index {
		display: block;
		padding: 15px 20px;
		text-decoration: none;
		color: #333;
		font-size: 16px;
	}
	
	.ul-pager .page-index {
		font-weight: bold;
		font-size: 14px;
		color: #a6a6a2;
	}
	
	.ul-pager a:hover {
		background: #fff;
	}
	
	.ul-pager .li-sublist-numbers {
		float: right;
	}
	
	.sublist-numbers {
		list-style-type: none;
	}
	
	.sublist-numbers li {
		display: inline;
		float: left;
	}
	
	.sublist-numbers .active {
		background: #fff;
	}


	
	}