﻿@import url('https://fonts.googleapis.com/css?family=Anton&subset=latin-ext');

body {
	margin: 15px;
	padding: 0;
	background-color: #fff;
}

.container {
	width: 100%;
	max-width: 934px;
	margin: 0 auto;
}

.header {
	position: relative;
	background: url(/Content/Images/jetex_telefon2.png) no-repeat center right;
	width: 100%;
	height: 75px;
	border-bottom: solid 30px #5e5e5d;
}

	.header img {
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
	}

h1 {
	font-family: Anton, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #5e5e5d;
	margin: 25px 0;
}

iframe {
	width: 100%;
	height: 600px;
}


.text-reflect {
	position: relative;
}

	.text-reflect:before, .text-reflect:after {
		display: block;
		position: absolute;
		bottom: -1em;
		left: 0;
		right: 0;
	}

	.text-reflect:before {
		content: attr(title);
		opacity: .3;
		-webkit-transform: scaleY(-1);
		-moz-transform: scaleY(-1);
		-o-transform: scaleY(-1);
		transform: scaleY(-1);
	}

	.text-reflect:after {
		background: -webkit-gradient(linear, left top, left center, from(rgba(255,255,255,0)), to(rgb(255,255,255)));
		background: -moz-linear-gradient(top, rgba(255,255,255,0), rgb(255,255,255) 50%);
		background: linear-gradient(top, rgba(255,255,255,0), rgb(255,255,255) 50%);
		content: ' ';
		height: 1em;
	}
