/* ----------------------------------------------------------------------------------
	RESPONSIVE LAYOUTS
---------------------------------------------------------------------------------- */

.desktopNone {
	display: none;
}

/* iPad & Tablet */
@media only screen and (max-width: 768px) {
	
	.desktopNone {
		display: block;
	}
	
	#primary-70, #immocontent-left {
		width: 100%;
		float: none;
	}
	
	#secondary, #immocontent-right {
		width: 100%;
		float: none;
	}
	
	#immocontent-left {
		padding-right: 0;
	}
	
	#immocontent-right {
		margin-top: 30px;
	}
	
	#logo {
	    height: auto;
	    max-width: 500px;
	    transition: all 0.3s ease 0s;
	    width: 90%;
	    float: none;
	    margin: 0 auto;
	}
	
	.header-right {
	    float: none;
	    text-align: center;
	    width: 95%;
	    display: block;
	}
	
	#stoerer {
	    float: none;
	    width: 75%;
	    margin: 0 auto;
	    max-width: 150px;
	    margin-top: 15px;
	}
	
	#header-search {
	    float: none;
	    display: block;
	    width: 95%;
	    margin: 20px 0;
	    height: 35px;
	}
	
	#social-links {
	    display: block;
	    float: left;
	    vertical-align: middle;
	    width: 180px;
	}
	
	#social-links ul {
	    margin: 0 auto;
	}
	
	#header-links, #pre-header-links-inner {
	   display: none;
	}
	
	.menu-toggle {
	    border-radius: 0;
	    display: block;
	    width: 100%;
	}
	
	.respMenu {
	    display: block;
	    float: left;
	    margin: 20px auto;
	    width: 100%;
	    height: auto;
	}
	.respMenu ul, div.menu ul {
	    list-style: none;
	    margin: 0;
	    padding: 0;
	}
	
	#responsive-nav {
		height: auto;
		margin-bottom: 20px;
	}
	
	#responsive-nav ul {
		text-align: center;
		width: 100%;
	}
	
	#responsive-nav li {
		font-size: 20px;
		margin: 6px 0;
		background-color: #EEE;
	}
	
	#responsive-nav .page_item_has_children {
		margin: 10px 0;
	}
	
	#selectbox_1, #selectbox_2, #selectbox_3, #selectbox_4, #selectbox_5, #selectbox_6 {
		width: 48%;
	}
	
	#selectbox_2, #selectbox_4 { margin-right: 0; }
	#selectbox_3 { margin-right: 2.6%; }
	
	.thumbnailPic {
   		height: 130px;
	}
	
	.thumbnail img {
		margin: 0;
	}
	
	.whiteBack {
	    height: auto;
	}
	
	/*--------------------------------------------------------------
	## Weitere Artikel
	--------------------------------------------------------------*/
	
	.more-thumb {
	    float: none;
	    height: 175px;
	    width: 100%;
	}
	
	.more-content {
	    margin-top: 15px;
	    padding-top: 10px;
	}
	
	#footer-menu {
		display: table;
		clear: both;
		width: 100%;
		margin-bottom: 20px;
	}
	.site-info {
	    text-align: left;
	}
	
	/*--------------------------------------------------------------
	## Objekt-Detailseite
	--------------------------------------------------------------*/
	
	#immoPic {
	    min-height: auto;
	}
	
	#immoPic .bannerCategory {
	    top: 30px;
	}
	
	#immocontent-left a.button_post {
		width: 80%;
	}
}

/* iPhone (Landscape) */
@media only screen and (max-width: 568px) {
	
	#sliderFooter {
		display: none;
	}
	
	#social-links {
	    float: none;
	    width: 95%;
	    height: 35px;
	}
	
	#primary {
		margin: 30px 0;
	}
	
	#slider {
		display: none;
	}
	
	#slider-shadow {
		display: none;
	}
	
	#startblock {
		width: 100%;
		padding: 0;
	}
	
	#selectbox_1, #selectbox_2, #selectbox_3, #selectbox_4, #selectbox_5, #selectbox_6 {
		width: 100%;
		height: auto;
	}
	
	#main {
	    padding: 0 10px;
	}
	
	.thumbnailPic {
   		height: 180px;
	}
	
	.whiteBack {
	    height: 230px;
	}
	
}