﻿body {
	font-family: Arial;
	color: #009fda !important;

}

h1 {
	font-size: 2.75em;
}

h2 {
	font-size: 1.6785em;
	color: #fff;
}

p {
	color: #5a5a5a;

}

.center {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	float: none !important;
	text-align: center;
}
#myBtn
{
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    font-weight: bold;
    border: none;
    outline: none;
    color: #555;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
    background-position: center;
    background-repeat: no-repeat;
}
#imprint
{
	margin-right: 20px;
}
a {
	text-decoration: none; 
	color: #009fda;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration-color: rgb(0, 159, 218);
	text-decoration-line: none;
	text-decoration-style: solid;
	
}
#myBtn:hover
{
    background-color: transparent;
}	

.off-canvas-content .main-section>.outer-row {
	max-width: 100%;
	padding: 0;
}

.menu-icon 
{
	display: none!important;
}
/*==Responsive Header Styles==*/

div.top-container {
	width: 52%;
	margin-left: 24%;
	margin-top: 2%;
	margin-bottom: 2%;
	background-color: #fff;
	padding: 40px 50px;
	min-height: 300px;
	overflow: hidden;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	box-sizing: border-box;
	-mox-box-sizing: border-box;
}

div.hero-image {
	float: left;
	width: 30%;
	margin: 0;
}

div.heading-search-container {
	float: right;
	width: 65%;
	line-height: 50px;
}

h1.home {
	font-size: 2.5em;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 8px;
	padding-bottom: 10px;
	color: #955aa4;
}

/*==Home Tiles section==*/

div.home-tiles {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(4, 1fr);
	grid-column-gap: 10px;
	grid-row-gap: 10px;
	margin-top: 5px;

}



div.home-tiles>a {
	overflow: hidden;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	box-sizing: border-box;
	-mox-box-sizing: border-box;
	width: 100%;
	height: 100px;
	color: #5B5B66;
	display: grid;
	grid-template-columns: 100px 1fr;
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}


div.tile-logo-wawi {
	background-color: #aa1948;
	height: 100px;
}

div.tile-logo-rewe {
	background-color: #ffa02f;
	height: 100px;
}

div.tile-logo-prod {
	background-color: #5F4475;
	height: 100px;
}
div.tile-logo-selectline {
	background-color: #009FDA;
	height: 100px;
}
div.tile-text-box {
	padding-left: 1%;
	width: 100%;
	height: 100px;
}

div.start-content {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	max-width: 1000px;
}

.home-tiles div {
	padding: 10px;
}

div.home-tiles>a:hover {
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
	transform: scale(1.05);
}

/*=Elements for text contained within each home-tile=*/

p.tile-title {
	color: #5B5B66;

	font-size: 1.0em;
	font-weight: bold;
}

p.tile-content {
	color: #5B5B66;
	font-size: .8em;
}

p.bottom-tile-title {
	color: #955aa4;
	margin-top: 0px;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
}

div.home-tiles a
{
	text-decoration: none;
	color: inherit;
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

div.home-tiles a:hover

/*Complex Selector: When hovering over links within the home tiles the following properties will apply.*/
	{
	color: #808080;
}

/*===========================================================================================================================================================
Styles after this point are styles that are for specific mediums. If any additional styles are added to this template they will be listed after mediums.
[@media tablet] declares styles that will apply when the screen is in tablet view
[@media mobile] declares styles that will apply when the screen is in mobile view
===========================================================================================================================================================*/

@media only screen and (max-width: 1279px) {
	div.home-tiles {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(4, 1fr);

	}

	div.home-tiles>a {
		width: 100%;

	}

	div.top-container {
		margin-left: 10%;
		width: 80%;
	}

	div.tile-container {
		column-count: 2;
	}

	div.start-content {
		width: 750px;
		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;
	}
}

@media only screen and (max-width: 767px) {
	div.top-container {
		margin-left: 5%;
		width: 90%;
	}

	div.home-tiles>a {
		width: 100%;

	}

	div.tile-text-box {
		width: 250px;
	}

	div.hero-image {
		margin: auto;
		float: none;
		width: 60%;
	}

	div.heading-search-container {
		width: 100%;
		float: none;
	}

	div.home-tiles {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: repeat(7, 1fr);

	}

	div.home-tiles>a {
		margin-top: 5%;
	}

	div.start-content {
		width: 360px;
		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;
	}


}