/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
/* Styles */



#googlemapscontent {
	display: none !important;
}
#footer h5{


}

#bottom h4 {
	font-size: 24px;
}

.mehlboxen.gefuellt h2,
.mehlboxen.rahmen h2 {
	font-size: 20px;
}
.mehlboxen.rahmen .tinymcewysiwyg{
	background:#F2EFED;
}

#nachoben {
	display: none !important;
}
body {
	font-size: 16px;
}

.mehlboxen .tinymcewysiwyg{
font-size: 12px;
}

.carousel-content .innerbanner h2,
.carousel-content .innerbanner p {
	font-size: 16px !important;
	}

	.carousel-content .innerbanner p {
		margin-top:5px !important;
	}

#main-slider .carousel .item {
height: 250px !important;
}

#menu li a {
	font-size: 16px;
	padding:5px;
	margin-left: 10px;
}


.mehlboxen h3 {
	margin-top:7px;
}
}

/* Smartphones (landscape) ----------- */
@media only screen
and (min-width : 321px) {
/* Styles */

}

/* Smartphones (portrait) ----------- */
@media only screen
and (max-width : 320px) {
/* Styles */

}

/* iPads (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {
/* Styles */
#nachoben {
	display: none !important;
}

#menu li a {
font-size:19px;
  margin-right:0px;
}

#bottom p{
	font-size: 15px;
}

#sidenav ul li a {
	font-size: 19px;
}

.block.maps.map, .mcontent, .map_canvas, .infotext {
min-height: 230px;
}

}

/* iPads (landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
/* Styles */

}

/* iPads (portrait) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
/* Styles */
   .linkeseite {
      display: none;
   }

   #menu .nav > li > a {padding-left: 10px; padding-right:10px; font-size: 16px;}

}

/* Desktops and laptops ----------- */
@media only screen
and (min-width : 1224px) {
/* Styles */

}

/* Large screens ----------- */
@media only screen
and (min-width : 1824px) {
/* Styles */

}

/* iPhone 4 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
/* Styles */
}