/* ----------------------------- MOBILE DEVICES BEGIN -----------------------------*/

.sti-icon {
    background-color: transparent !important;
    background-position: left top !important;
    background-repeat: no-repeat !important;
    height: 93px !important;
    left: 50px !important;
    position: absolute !important;
    top: 22px !important;
    width: 92px !important;
}

.sfHover {
    background: none !important;
    background-color: transparent !important;
}

.sfHover:hover {
    background: none !important;
    background-color: transparent !important;
}

.sfHover:active {
    background: none !important;
    background-color: transparent !important;
}

#site_title img {
    max-width: 80px !important;
    margin-right: 22px !important;
}

#site_title {
    left: 0px !important;
}

	#site_title img {
		max-width: 80px !important;
		margin-right: 22px !important;
	}
	#nav {
		display: none !important;
	}
	
/* #### Mobile Phones Portrait #### */
@media screen and (max-device-width: 480px) and (orientation: portrait){

	#site_title img {
		max-width: 80px !important;
		margin-right: 22px !important;
	}
	#nav {
		display: none !important;
	}
	.sti-menu li {
		width: 100% !important;
		clear: both !important;
		text-align: center !important;
	}
	.sti-menu li a h2 {
		width: 100% !important;
	}
	.sti-menu li a h3 {
		width: 100% !important;
	}
	#icon1 {
		background-position: center top !important;
		display: block;
		top: 22px;
		background: url("https://www.energiegenossenschaft.ch/wp2/wp-content/uploads/2015/11/web_Icon_SolarHaus.png");
	}

.sti-icon {
    left: 40% !important;
}

}

/* #### Mobile Phones Landscape #### */
@media screen and (max-device-width: 640px) and (orientation: landscape){

#site_title img {
    max-width: 80px !important;
    margin-right: 22px !important;
}
#nav {
	display: none !important;
}
}



/* #### Tablets Portrait or Landscape #### */
@media screen and (min-device-width: 768px) and (max-device-width: 1024px){

}

/* ----------------------------- MOBILE DEVICES END -----------------------------*/