/**
 * @package   PX Campus Company
 * @version   1.0 - 24.01.2015
 * @author    Pixelarbeiter GbR | Framework: YOOtheme http://www.yootheme.com
 * @copyright Copyright (C) 2015 - Pixelarbeiter GbR | Framework: Copyright (C) YOOtheme GmbH
 * @license   http://www.gnu.org/licenses/gpl.html GNU/GPL
 */

@import url(../warp/css/responsive.css);


/* Breakpoints
----------------------------------------------------------------------------------------------------*/

/* All except large Screens */
@media (max-width: 1220px) {
#mensaplan {position: absolute; }
}

/* Only Phones and Tablets (Portrait) */
@media (max-width: 959px) {
#mensaplan {position: absolute; }
}

/* Only Tablets (Portrait) */
@media (min-width: 768px) and (max-width: 959px) {
#mensaplan {position: relative; }
}

/* Only Tablets (Portrait) and Phones (Landscape) */
@media (min-width: 480px) and (max-width: 959px) {

	/* Layout */
	#search { display: none; }

}

/* Only Phones */
@media (max-width: 767px) {
	
	#mensaplan {
  position: relative !important;
  padding: 0 40px;
  top: 9px;
  right: 0;
  background: rgba(255,255,255,0.9);
  z-index: 99;
  width: auto !important;
}

	/* Layout */
	#toolbar,
	#headerbar,
	#menubar,
	#breadcrumbs,
	#totop-scroller,
	.wk-slideshow-default .caption H2, .wk-slideshow-default .caption H3 { display: none; }
	
	#header-responsive {
	text-align: center;
	padding: 20px;
	background: #fff;
	}
	
	#header-responsive SELECT {border: 1px solid rgb(78, 78, 78);}
	
	#header-responsive .logo {
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	margin-right: 0;
	margin-bottom: 10px;
	}
	
	.menu-responsive {
  	font-size: 14px;
	}
	
	#footer {
	text-align: center;
	font-size: 12px;
	}

}

/* Only Phones (Landscape) */
@media (min-width: 480px) and (max-width: 767px) {
#logo {display:none;}
}

/* Only Phones (Portrait) */
@media (max-width: 479px) {
	
#mensaplan {
  position: relative !important;
  padding: 0 40px;
  top: 9px;
  right: 0;
  background: rgba(255,255,255,0.9);
  z-index: 999;
  width: auto !important;
}
	
#logo {display:none;}
	/* System */
	#system .items .item,
	#system .items .item:first-child {
		margin-top: 12px;
		padding-top: 18px;
		border-top-width: 1px;
	}

	#system .items :first-child .item:first-child {
		margin-top: 0;
		padding-top: 0;
		border-width: 0;
	}

	#system .items .leading .item {
		margin-bottom: 0;
		padding-bottom: 0;
		border-width: 0;
	}

}
