@import url(https://fonts.googleapis.com/css?family=Oxygen:400,700);

/* RESET */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }
a {
text-decoration: none;
color: black;
}
* {
box-sizing: border-box;
outline:none;
}


body {
	font-family: 'Montserrat', sans-serif;
}
.bg {
	background: url(ubatt_hg.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: fixed;
	z-index: -1;
	height: 100%;
	width: 100%;
}

header {
	position: fixed;
	height: 98px;
	width: 100%;
	top: 0;
	background: white;
	padding: 30px 24px;
}
header img {
	width: 208px;
	margin: 0 0 0 11px;
}



section {
	background-color: rgba(105, 181, 18, 0.81);
	height: 590px;
	width: 457px;
	color: white;
	padding: 42px 56px 39px;
	float: right;
	margin: 220px 40px 60px 0;
}
section h2 {
	font-size: 17px;
	font-style: italic;
	line-height: 20px;
}
section h1 {
	font-size: 23px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 10px 0 0 0;
	line-height: 26px;
}
section span.line {
	width: 30px;
	height: 4px;
	background: white;
	display: block;
	margin: 20px 0 10px 0
}
section p {
	font-size: 13px;
	font-weight: 400;
	padding: 10px 0 40px 0;
	line-height: 20px;
	line-height: 22px;
	word-wrap: break-word;
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	width: 340px;
}
section a,
section span {
	color: white;
	padding-bottom: 1px;
	border-bottom: 1px solid white;
}
section h3 {
	padding: 0 0 6px 0;
}
section a.download {
	margin: 6px 0 0 0px;
	float: left;
	clear: left;
	font-size: 13px;
	font-weight: 400;
}
section span.view {
	cursor: pointer;
}

.layer {
	background: transparent;
	position: fixed;
	z-index: 100;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: -2;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	opacity: 0;
}
.layer.on {
	z-index: 1;
	opacity: 1;
}
.layer iframe {
	width: 100%;
	height: 100%;
	padding: 100px 0 30px 0;
	position: absolute;
	top:0;
	z-index: 2;
}
.layer .btn {
	top: 20px;
	right: 20px;
	height: 20px;
	width: 20px;
	position: absolute;
	background-image: url(close.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 20px 20px;
	cursor: pointer;
	z-index: 3;
}

footer {
	position: fixed;
	bottom: 0;
	height: 44px;
	padding: 10px 40px 6px;
	text-align: left;
	background: #4a4a49;
	width: 100%;
	color: white;
}
footer p.main {
	display: block;
}
footer p.mobile {
	display: none
}
footer p {
	font-size: 15px;
	display: inline-block;
	min-height: 24px;
	font-weight: 400;
	float: left;
	padding: 2px 0px 0 0;
	line-height: 20px;
}
footer p strong {
	font-weight: 700;
}

footer p.design {
	padding: 2px 93px 0 0;
	float: right;	
	background-image: url(zweiklang_logo.png);
	background-position:center  right;
	background-repeat: no-repeat;
	background-size: 87px 17px;
}



@media screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 1000px) {
header {
	padding: 25px 25px 25px 4px;
	height: 90px;
}

footer {
	height: 64px;
}
footer p.design {
	float: left;
	clear: left;
}


}
@media screen and (max-width: 840px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 840px) {
footer {
	height: 85px;
	padding: 20px 0 20px 20px;
	font-size: 14px;
}


}

@media screen and (max-width: 740px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 740px) {
header {
	padding: 8px 17px 7px ;
	height: auto;
}
header img {
	width: 160px;
}

section {
	background-color: rgba(105, 181, 18, 0.81);
	width: 100%;
	color: white;
	padding: 20px 20px;
	float: left;
	margin: 100px 0 0 0;
	position: inherit;
	height: auto;
}
section h2 {
    font-size: 15px;
    line-height: 18px;
}
section h1 {
    font-size: 19px;
    line-height: 22px;
    padding: 10px 0px 0 0;
}
section p {
	padding: 8px 0 20px;
	width: 100%;
}
section a.download {
	margin: 6px 0 0 0px;
	float: left;
	font-size: 13px;
}
section span.view {
	cursor: pointer;
	float: left;
	font-size: 13px;
}

footer {
	position: inherit;
	float: left;
	margin: 40px 0 0 0;
	padding: 20px 0 20px 20px;
	height: auto;
	color: white !important;
}
footer p.main {
	display: none;
	padding: 0;
}
footer p.mobile {
	display: block;
	padding: 0 0 20px 0;
}

}
