@charset "utf-8";
/* resety marginesów */
html, body, ul, li {
	margin: 0;
	padding: 0;
}
/* resety fontów */
h1, h2, h3, h4, ul, li, ol, p {
	margin:0;
	padding:0;
	line-height: 1em;
}
/* fonty */
@font-face {
 font-family: 'wera';
 src: url('static/fonts/Wera-Bold.ttf');

 font-style: normal;
 font-weight: 900;
}
@font-face {
 font-family: 'wera';
 src: url('static/fonts/Wera-BoldCondensed.ttf');

 font-style: normal;
 font-weight: 700;
}
@font-face {
 font-family: 'wera';
 src: url('static/fonts/Wera-SemiBold.ttf');

 font-style: normal;
 font-weight: 500;
}
@font-face {
 font-family: 'wera';
 src: url('static/fonts/Wera-Regular.ttf');

 font-style: normal;
 font-weight: 300;
}

/* general */
body {
	background: #fff;
	font: 0.625em/1.5em arial, tahoma, verdana, sans-serif;
}
section {
	width: 100%;
}
footer {
	background: #0f1117;
	width:100%;
	clear: both;
}
/* wysokość h */
h1 {
	color: #fff;
    font-family: wera;
    font-size: 2rem;
	font-weight: 900;
}
h2 {
	font-family: wera;
	font-size: 2rem;
	font-weight: 900;
}
h3 {
	font-family: wera;
	font-size: 1rem;
	font-weight: 900;
}
/* styles */
header {
	height: 160px;
	position: relative;
	background: #0f1117;
}
header .wera-logo {
    width: 150px;
    position: absolute;
    right: 190px;
    top: 53%;
    transform: translateY(-50%);
}

.descriptionContainer {
	padding: 30px;
}

.productNameContainer {
	background: #0f1117;
    padding: 30px;
}
.productNameContainer h1 {
	text-align: center;
}
.bulletPoints ul {
	list-style: none;
    margin-left: 0;
    padding-left: 0;
	font-family: wera;
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: 700;
}	
.bulletPoints li {
	font-family: wera;
    padding-left: 1em;
    text-indent: -1em;
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: 300;
}	
.bulletPoints li:before {
	content: "•";
    padding-right: 5px;
}	
.bulletPoints img {
	width: 100%;
	margin: 30px 0;
}
.bulletPoints p {
	font-family: wera;
	font-size: 1rem;
	line-height: 1.2rem;
	font-weight: 300;
}
.bulletPoints p span {
	font-family: wera;
	font-weight: 700;
}

.featuresDescription {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	background-color: #0f1117;
}
.featuresDescription .bulletPoints {
	width: 50%;
}
.featuresDescription .bulletPoints img {
	width: 20%;
	display: block;
	margin: 30px auto;
}
.featuresDescription .bulletPoints p {
    font-family: wera;
    font-size: 0.8rem;
    line-height: 1.2rem;
	font-weight: 300;
    text-align: center;
    padding: 0 10px;
}

.tippsContent {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	margin-top: 30px;
}
.tipps img {
	width: 100%;
}
.tipps .tippsText {
	margin: 15px 0 30px 0;
}
.tipps .tippsText h2 {
	text-align: center;
	color: #000000;
}
.tipps .tippsText p {
	text-align: center;
	padding: 0 30px;
	margin-top: 15px;
	font-family: wera;
	font-size: 0.8rem;
	line-height: 1rem;
	font-weight: 300;
}

hr {
	border-width: 2.5px;
    border-style: solid;
    margin-bottom: 20px;
	border-color: #414141;
}

.videoContainer video {
	width: 100%;
}
.videoContainer iframe {
	height: 250px
}

footer {
	width: 100%;
	background-color: #0f1117;
	margin-top: -4px;
}


footer .footerText {
	padding: 30px;
	color: #ffffff;
	text-align: left;
}

footer .footerText h3 {
	margin-bottom: 15px;
}
footer .footerText p {
	font-family: wera;
	font-size: 0.8rem;
	line-height: 1rem;
	font-weight: 300;
}


@media (min-width: 640px) {
	header .wera-logo {
		left: 60px;
		top: 50%;
	}

	.bulletPoints ul {
		margin-left: 70%;
	}
	.bulletPoints img {
		margin: 10px 0 30px 0;
	}
	
	
	.featuresDescription .bulletPoints {
		width: 33%;
	}
	
	.tippsContainer {
		padding: 30px;
	}
	.tippsContent {
		flex-direction: row;
		justify-content: space-between;
		margin-bottom: 30px;
	}
	.tipps .tippsImage {
		width: 48%;
	}
	.tipps img {
		width: 100%;
	}
	.tipps .tippsText {
		width: 48%;
	}
	.tipps .tippsText h2, .tipps .tippsText p {
		text-align: left;
		padding: 0;
	}
	
	.videoContainer iframe {
		height: 430px;
	}
}

@media (min-width: 1024px) {
	
	header .wera-logo {
		left: 60px;
		top: 50%;
	}
	
	.bulletPoints img {
		width: 57%;
		margin: -200px 50px 50px 100px;
		display: block;
	}
	.bulletPoints p {
		width: 62%;
		margin: 0 auto;
		text-align: center;
	}
	
	.featuresDescription .bulletPoints {
		width: 20%;
		margin: 0 auto;
	}
	.featuresDescription .bulletPoints p {
		width: 90%;
	}
	
	.videoContainer iframe {
		height: 575px;
	}

	.tippsContainer {
		padding: 30px;
	}
	
	.footerContainer {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: center;
	}
	footer .footerText {
		width: 20%;
	}
}

@media (min-width: 1680px) {
	header {
		height: 200px;
	}
	header .wera-logo {
		width: 220px;
		top: 55%;
	}

	h1 {
		font-size: 3rem;
	}
		
	.bulletPoints .descriptionContainer {
		max-width: 1200px;
		margin: 0 auto;
	}
	.bulletPoints img {
		width: 67%;
		margin-top: -240px;
		margin-left: 0px;
	}

	.features .descriptionContainer {
		max-width: 1200px;
		margin: 0 auto;
	}

	.tipps .tippsContainer {
		max-width: 1200px;
		margin: 0 auto;
		padding: 90px 0;
	}
	.tipps {
		background: #ffffff;
	}
	.tipps .tippsText p {
		font-size: 1rem;
		line-height: 1.2rem;
	}

	footer .footerText h3 {
		font-size: 1.5rem;
		line-height: 1.9rem;
	}
	
}