/**
 * SGS Onlinebestellsystem. Copyright 2007 - {CURRENT_YEAR}
 * Kontakt: http://www.sgsoft.eu
 * E-Mail: info@sgsoft.eu
 */

@media only screen and (max-width: 768px)
{
	/**
	 * General
	 */
	body 
	{
		width: 100%;
		margin-bottom: 30px;
	}

	div.noPhone
	{
		display: none;
	}

	div.phone
	{
		display: block;
	}

	div.headerLogo
	{
		padding: 10px 5px 0 5px;
		display: inline-block;
	}

	input
	{
		height: 30px;
	}

	input[type="radio"]
	{
		vertical-align: middle;
	}

	select
	{
		height: 30px;
	}

	button
	{
		height: 30px;
	}

	/**
	 * Shop Navigation
	 */
	div.navigationRight
	{
		display: none;
	}

	/**
	 * Set Address Page
	 */
	div.setAddressPage
	{
		padding-left: 10px;
		padding-right: 10px;
		text-align: left;
		width: calc(100% - 20px);
	}

	div.setAddressForm
	{
		width: 100%;
	}
	
	div.setAddressFormLeft
	{
		width: calc(70% - 5px);
		padding-right: 5px;
	}

	div.setAddressFormRight
	{
		width: calc(30% - 5px);
		padding-left: 5px;
	}

	div.setAddressFormRight > button
	{
		width: 100%;
		padding: 0;
	}

	div.setAddressSubmit
	{
		width: 100%;
		padding-left: 0;
	}

	div.setAddressSubmit > input
	{
		width: 100%;
	}

	/**
	* Search Address
	*/
	div.searchAddressOverlayInner
	{
		position: fixed;
		top: calc(20% - 100px);
		bottom: calc(80% - 125px);
		left: 10%;
		right: 10%;
		border-radius: 10px;
		background-image: url(../../images/frontend/hintergrund.jpg);
	}

	/**
	 * All Pages after Address Setup
	 */
	div.shopContent
	{
		margin-top: 0px;
		margin-bottom: 0px;
		width: 100%;
	}

	div.shopContentLeft
	{
		margin-right: 0px;
		width: 100%;
	}

	div.contentTitle
	{
		margin: 14px 5px;
	}

	div.contentDescription
	{
		margin: 14px 5px;
	}

	div.breadcrumb
	{
		margin-top: 10px;
	}
	
	/**
	 * Product categories
	 */
	div.shopCategories
	{
		background: transparent;
		box-shadow: none;
		margin: 0 0 20px 0;
		padding: 0;
		display: inline-block;
		width: 100%;
	}

	div.shopCategory
	{
		display: block;
		border-bottom: solid 1px black;
		text-align: left;
		font-size: 15px;
		line-height: 30px;
		margin: 0;
		padding: 10px 0 10px 10px;
		background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' width='20' height='20'><line x1='0' x2='10' y1='0' y2='10' stroke='black' stroke-width='2'/><line x1='10' x2='0' y1='10' y2='20' stroke='black' stroke-width='2'/></svg>") right center no-repeat;
	}

	div.shopCategoryFavorites
	{
		font-style: italic;
	}

	/**
	 * Products
	 */
	div.productDescription
	{
		display: block;
		width: 100%;
	}

	div.productPriceButtons
	{
		margin-right: 10px;
	}

	div.productPriceButtons > div
	{
		float: right;
	}

	/**
	 * Info Page
	 */
	div.infoCustomerAddress
	{
		width: 100%;
		text-align: center;
	}

	div.infoCurrentTime
	{
		margin-left: auto;
		margin-right: auto;
		display: table;
	}

	div.infoCurrentTime > div
	{
		display: inline-block;
		margin: 10px 20px;
		text-align: center;
	}

	div.infoOpening
	{
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
	}

	div.infoOpeningDay
	{
		display: inline-block;
		width: 50px;
		vertical-align: top;
		text-align: left;
	}

	div.infoOpeningTimes
	{
		display: inline-block;
	}

	/**
	 * Shopping Cart
	 */
	div.shoppingCartCancel
	{
		margin-left: 5px;
	}

	div.shoppingCartCheckout
	{
		margin-right: 5px;
	}

	/**
	 * Checkout
	 */
	div.checkoutRow
	{
		margin-left: 5px;
		margin-right: 5px;
		width: calc(100% - 10px);
	}

	div.checkoutDesc
	{
		display: none;
	}

	div.checkoutInput
	{
		vertical-align: bottom;
	}

	div.checkoutInput > input.checkoutFullLine
	{
		width: 100%;
	}

	div.checkoutInput > select.checkoutFullLine
	{
		width: 100%;
	}

	div.checkoutInput > input[name=tele_prefix]
	{
		width: 30%;
	}

	div.checkoutInput > input[name=tele_suffix]
	{
		width: calc(70% - 15px);
	}

	div.checkoutInput > textarea.checkoutFullLine
	{
		width: 100%;
	}

	div.checkoutRow > input[type=submit]
	{
		width: 100%;
	}

	span.checkoutTelephoneDevider
	{
		padding-top: 10px;
	}

	span.checkoutTitleDesc
	{
		padding-top: 8px;
	}

	/**
	 * Page footer
	 */ 
	div.phoneFooter
	{
		bottom: 0px;
		height: 50px;
		width: 100%;
		position: fixed;
		background-color: #442615;
		width: 100%;
	}

	div.phoneFooter a, div.phoneFooter a:visited, div.phoneFooter a:hover
	{
		color: #A69589;
	}

	div.phoneFooterLeft
	{
		float: left;
		display: flex;
	}

	div.phoneInfoButton
	{
		margin: 12px 0px;
		margin-left: 5px;
		padding-right: 5px; 
		border-right: #A69589 1px solid;
	}

	span.phoneLeftFooterDivider
	{
		width: 5px;
		background-color: #FFFFFF;
		margin-left: 2px;
		margin-right: 2px;
		height: 100%;
	}

	div.phoneLawLinks
	{
		margin-top: 5px;
		margin-left: 5px;
	}	

	div.phoneFooterRight
	{
		float:right;
		display: flex;
	}

	div.phoneShoppingCartIcon
	{
		margin: 12px 5px;
	}

	div.phoneShoppingCartContent
	{
		margin: 5px 5px 0px 5px;
		text-align: right;
	}

	div.phoneFooterImpressum
	{
		text-align: center;
		display: inline-block;
		width: 100%;
	}

	div.phoneFooterImpressum > a
	{
		text-decoration: underline;
		margin-left: 5px;
		margin-right: 5px;
	}
}