/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('_res/fonts/open-sans-v17-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('_res/fonts/open-sans-v17-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('_res/fonts/open-sans-v17-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('_res/fonts/open-sans-v17-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('_res/fonts/open-sans-v17-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('_res/fonts/open-sans-v17-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

@font-face {
font-family: 'Baron Neue Regular';
src: url('_res/fonts/BaronNeue.eot');
src: url('_res/fonts/BaronNeue.eot?#iefix') format('embedded-opentype'),
url('_res/fonts/BaronNeue.woff') format('woff'),
url('_res/fonts/BaronNeue.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}




body {
	font-family: "Open Sans";
  	overflow-x: hidden;
	color: #222;
	font-size: 0.85em;
	line-height: 1.4;
	margin: 0;
}

a {
	color: #7d7d7d;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
}


.fliesen-hangai {
  width: 220px;
  height: 129px;
}

.contact {
	list-style: none;
	padding: 0;
	color: #7d7d7d;
}

.services {
	padding: 45px;
    border: 1px solid #eee;
    margin-top: 30px;
    border-radius: 15px;
    color: #7d7d7d;
    box-shadow: 1px 1px 26px rgba(0,0,0,.1);
}

