/**
 * @package   PX Alt Birkenfeld
 * @version   1.0 - Juni 2015
 * @author    Pixelarbeiter GbR - http://pixelarbeiter.de | Framework: YOOtheme http://www.yootheme.com
 * @copyright (c) 2015 - Pixelarbeiter | Framework: Copyright (C) YOOtheme GmbH
 * @license   http://www.gnu.org/licenses/gpl.html GNU/GPL
 */
@import url(../warp/css/responsive.css);

.google-maps {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.google-maps iframe, .google-maps object, .google-maps embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Breakpoints
----------------------------------------------------------------------------------------------------*/

/* All except large Screens */
@media (max-width: 1220px) {

}

/* Only Phones and Tablets (Portrait) */
@media (max-width: 959px) {

}

/* Only Tablets (Portrait) */
@media (min-width: 768px) and (max-width: 959px) {

}

/* Only Tablets (Portrait) and Phones (Landscape) */
@media (min-width: 480px) and (max-width: 959px) {

	/* Layout */
	#search { display: none; }

}

/* Only Phones */
@media (max-width: 767px) {
	
	
	
	#page {
  background: url(../images/back/bgmobile.jpg) no-repeat fixed top center;
 
}
	

	/* 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:none;
	}
	
	#header-responsive SELECT { border: 1px solid #ccc; }
	
	#header-responsive .logo {
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	margin-right: 0;
	margin-bottom: 10px;
	margin-top: 22px;
	}
	
	.menu-responsive {
  	font-size: 12px;
	}
	
	#footer {
	text-align: center;
	font-size: 12px;
	}

}

/* Only Phones (Landscape) */
@media (min-width: 480px) and (max-width: 767px) {
#header-responsive > div > a > img {	
	border: 1px solid #546262;
  box-shadow: 2px 2px 10px #000;
  border-radius: 6px;
  margin-top: 22px;
}

#fixed-page {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  margin-top: 0;
  border: 0;
}


}

/* Only Phones (Portrait) */
@media (max-width: 479px) {
	
#header-responsive > div > a > img {	
	border: 1px solid #546262;
  box-shadow: 2px 2px 10px #000;
  border-radius: 6px;
}

#fixed-page {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  margin-top: 0;
  border: 0;
}

	/* 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;
	}

}
