@charset "utf-8";
@font-face {
	font-family: 'ubuntubold';
	src: url('../fonts/ubuntu-bold-webfont.woff2') format('woff2'), url('../fonts/ubuntu-bold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'ubuntumedium';
	src: url('../fonts/ubuntu-medium-webfont.woff2') format('woff2'), url('../fonts/ubuntu-medium-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'ubunturegular';
	src: url('../fonts/ubuntu-regular-webfont.woff2') format('woff2'), url('../fonts/ubuntu-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
/* CSS Document */
* {
	scroll-behavior: smooth;
}
body {
	font-family: ubunturegular;
	font-size: 17px;
	width: 100%;
	margin: 0 auto;
}
video {
	max-width: 100%;
	border: 3px solid #ccc;
}
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.logo h1 {
	text-indent: -99em;
	height: 0;
	margin: 0;
}
h2 {
	color: white;
	font-size: 35px;
	font-weight: bold;
	background-color: #e60004;
	width: auto;
  display: inline-block;
	padding: 12px 35px;
	margin-bottom: 45px;
	margin-top: 0;
}
.isContent h2 {
	margin-bottom: 20px;
	margin-top: 40px;
}
.dash {
	font-size: 24px;
    text-indent: -12px;
    padding-left: 24px;
}
.smallmargin {
	margin: 0 2%;
	transition: 0.25s;
}
/* header */
header {
	box-sizing: border-box;
	padding: 35px 0px 15px;
	box-shadow: 0em 4px #3fa7f3;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10;
	background-color: white;
}
header ul {
	float: right;
	width: 60%;
	text-align: right;
}
header .nava {
	width: 20%;
	text-align: center;
	text-decoration: none;
	color: white;
	display: inline-block;
	padding: 15px 10px;
	font-size: 20px;
	font-weight: bold;
	transition: 0.2s;
}
header a:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
header a {
	background-color: #ff0004;
}
header a + a {
	background-color: #e60004;
}
header a + a + a {
	background-color: #c80000;
}
header a + a + a + a {
	background-color: #a80004;
}
.logo {
	display: inline-block;
	width: 40%;
}
.logo img {
	max-width: 350px;
	float: left;
	position: relative;
	top: -12px;
}
/* anchor points */
#how, #videos, #download, #contact {
	margin-bottom: 200px;
}
/* burger menu */
.row {
	width: 100%;
	display: none;
}
label.hamburger {
	display: block;
	background: white;
	width: 55px;
	height: 50px;
	position: relative;
	margin-left: auto;
	margin-right: 3%;
	border-radius: 4px;
	cursor: pointer;
	transition: 0.5s;
}
#hamburger {
	display: none;
}
.line {
	position: absolute;
	right: 10px;
	height: 4px;
	width: 35px;
	background: #555;
	border-radius: 2px;
	display: block;
	transition: 0.25s;
	-webkit-transition-delay: 0.25s;
	transition-delay: 0.25s;
	-webkit-transform-origin: center;
	transform-origin: center;
}
.line:nth-child(1) {
	top: 12px;
}
.line:nth-child(2) {
	top: 24px;
}
.line:nth-child(3) {
	top: 36px;
}
#hamburger:checked + .hamburger .line {
	background: white;
	width: 16px;
	-webkit-transition-delay: 0.25s;
	transition-delay: 0.25s;
}
#hamburger:checked + .hamburger .line:nth-child(1) {
	-webkit-transform: translateY(12px) rotate(-45deg);
	transform: translateY(12px) rotate(-45deg);
}
#hamburger:checked + .hamburger .line:nth-child(2) {
	opacity: 0;
}
#hamburger:checked + .hamburger .line:nth-child(3) {
	-webkit-transform: translateY(-12px) rotate(45deg);
	transform: translateY(-12px) rotate(45deg);
}
#hamburger:checked + label.hamburger {
	background: #ff6666;
	border-radius: 0px;
	width: 300px;
	margin-right: 0;
	transition: 0.25s;
	-webkit-transition-delay: 0.25s;
	transition-delay: 0.25s;
}
#hamburgernav {
	position: absolute;
	width: 300px;
	margin-left: 100px;
	margin-top: 50px;
	transition: 0.5s;
	-webkit-transition-delay: 0.25s;
	transition-delay: 0.25s;
	opacity: 0;
}
#hamburgernav a {
	display: block;
	width: 300px;
	padding-left: 0;
	padding-right: 0;
}
#hamburger:checked + .hamburger #hamburgernav {
	-webkit-transform: translateX(-100px);
	transform: translateX(-100px);
	opacity: 1.0;
}
/* main */
#start {
	padding-bottom: 185px;
}
.centerwrapper {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
}
/* slider */
h3, .h3 {
	padding: 0px;
	margin: 0px;
}
.slider1 {
	width: 100%;
	text-align: center;
	margin: 50px 0 200px;
}
.slidertext {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	background-color: #e60004;
	color: white;
	padding: 5% 3% 7%;
	margin-right: 2px;
	z-index: 2;
}
#sliderbackground {
	margin-right: 2px;
}
.active {
	margin-right: 2px;
}
.slidertext a {
	display: inline-block;
	color: white;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 15px;
	border: 2px solid white;
	transition: 0.2s;
}
.slidertext a:hover {
	background-color: white;
	color: #e60004;
}
.slidertext a:active {
	transform: scale(0.95);
	transition: 0.1;
}
.slidertext p {
	padding-bottom: 10px;
	}
.slidertext h3,
.slidertext .h3 {
	font-size: 35px;
	font-weight: bold;
}
.redcircle {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
@media (min-width: 1301px) {
	.slidertext {
		width: 33%;
		background: none;
		color: white;
		padding: 25px 0 25px 90px;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translate(0, -50%);
		z-index: 3;
	}
}
main + .centerwrapper {
	margin: 50px;
}
#slidervideo {
	position: absolute;
	right: 0px;
	top: -5px;
	height: 100%;
	z-index: 1;
	border: 0;
}
.active img {
	width: 100%;
}
/* slider controls ------------------------------------ */
.bx-wrapper {
	position: relative;
	margin-top: 185px;
}
.bx-wrapper li {
    overflow: hidden;
}
.bx-viewport {
	border: 0px;
}
.bx-controls.bx-has-controls-direction {
	position: absolute;
	width: 100%;
	box-sizing: border-box;
	top: 45%;
    z-index: 9;
}
.bx-controls-direction {
	position: relative;
    top: 45%;
}
.bx-prev {
	float: left;
	width: 75px;
	padding: 0 10px;
	font-size: 50px;
}
.bx-next {
	float: right;
	text-align: right;
	width: 75px;
	padding: 0 10px;
	font-size: 50px;
}
/* ---------------------------------------------------- */
.ulslider {
	margin: 0 auto;
	width: 100%;
    display: -ms-flexbox;
	display: flex;
}
.ulslider div {
	box-sizing: border-box;
	display: inline-block;
	position: relative;
	background-color: #eff5f5;
    -ms-flex: 1 0;
    flex: 1 0;
}
.ulslider p {
	display: inline-block;
	text-align: left;
}
.ulslider li {
	color: #808080;
	box-sizing: border-box;
	display: block;
	position: relative;
	text-align: center;
	width: 100%;
	padding: 16px 0;
	font-size: 22px;
}
.ulslider div:nth-child(2) {
	border-left: 4px solid white;
}
.ulslider div:last-child {
	border-left: 4px solid white;
}
.ulslider img {
	max-width: 65px;
	position: relative;
	top: 13px;
	padding-right: 20px;
}
.ulslider span {
	position: relative;
	top: -25px;
	width: 100%;
	padding: 0 10px;
}
/* bild1 + text1 */
.wrapper {
	display: inline-block;
}
.bild1 {
	width: 45%;
	float: left;
}
.bild1 img {
	width: 100%;
}
.text1 {
	width: 50%;
	float: right;
	font-size: 18px;
}
/* how it works / slider2 */
.howslider {
	padding: 50px 0 40px;
	background: #40a7f4;
}
.how {
	clear: both;
	margin-bottom: 200px;
}
#sliderM {
	display: none;
}
#sliderS {
	display: none;
}
/* what the EquiPorter provides */
.what {
	box-sizing: border-box;
	width: 100%;
	background-image: radial-gradient(at 85%, #ff0004, #a80004);
	box-shadow: 0em -4px #3fa7f3;
	display: inline-block;
	padding: 100px 0;
}
.what h2 {
	color: #e60004;
	background-color: white;
}
.whatlist {
	width: 100%;
	background-color: white;
	display: inline-block;
	padding: 50px 0;
}
.ulwhat {
	padding-left: 80px;
}
.ulwhat li {
	padding-bottom: 20px;
	font-size: 25px;
}
.ulwhat li:last-child {
	padding-bottom: 0;
}
.ulwhatleft {
	float: left;
	width: 38%;
}
.ulwhatright {
	padding-right: 80px;
	float: left;
	padding-left: 2%;
}
.fa-check {
	color: #3fa7f3;
}
/* watch */
.watch {
	width: 100%;
	display: inline-block;
}
.video1 {
	width: 48%;
	float: left;
}
.video1 img {
	width: 100%;
	box-shadow: 0 0 4px lightgrey;
}
.video2 {
	width: 48%;
	float: right;
}
.video2 img {
	width: 100%;
	box-shadow: 0 0 4px lightgrey;
}
#ignor {
	opacity: 0;
}
.thumbnail {
	position: relative;
	background-color: black;
	cursor: pointer;
	transition: 0.2s;
}
.thumbnail img + img {
	width: 21%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	box-shadow: 0 0 10px black;
	transition: 0.2s;
}
.thumbnail:hover img:first-child {
	opacity: 0.65;
	transition: 0.5s;
}
.thumbnail:hover img + img {
	transform: translate(-50%, -50%) scale(1.1);
}
.videocontent {
	display: none;
	position: fixed;
	top: 20%;
	left: 50%;
	transform: translateX(-50%);
	width: 70%;
	max-width: 860px;
	padding: 50px;
	background: #fff;
}
.videocontent.open {
	display: block;
	z-index: 999;
}
.videocontent iframe {
	max-width: 100%;
	box-shadow: 0 0 5px 9999px rgba(0, 0, 0, 0.65), 0 0 30px rgba(0, 0, 0, 0.75);
}
.videocontent .close {
	border: 0;
	background: 0;
	float: right;
	padding: 10px;
}
.fa-times {
	color: white;
	text-shadow: 0 0 4px white;
	font-size: 30px!important;
	position: absolute;
	top: -20px;
	right: 25px;
	padding: 20px;
	cursor: pointer;
}
/* download */
.download {
	width: 100%;
	background-color: #383838;
	box-shadow: 0em -4px #3fa7f3;
	display: inline-block;
	padding: 50px 0;
	position: relative;
}
.download img {
	height: 80%;
	float: right;
	position: absolute;
	bottom: 0;
	right: 0;
}
.download div a {
	display: inline-block;
	text-decoration: none;
	color: white;
	font-size: 1.25em;
	padding-bottom: 1em;
	transition: 0.3s;
}
.download div a:hover {
	color: #3fa7f3;
}
.download a:last-child {
	padding-bottom: 0;
}
/* address */
.address {
	width: 40%;
	display: inline-block;
	float: right;
}
.address a {
	text-decoration: none;
	color: black;
	transition: 0.2s;
}
.address a:hover {
	transform: scale(1.1);
	color: #3fa7f3;
}
.address li {
	font-size: 19px;
}
.address li:first-child {
	color: #e60004;
	font-size: 20px;
	font-weight: bold;
}
.address img {
	width: 25px;
	position: relative;
	top: 7px;
	padding-right: 4px;
}
/* contact */
.contactbox {
	margin-bottom: 35px;
}
.contact {
	float: left;
	width: 50%;
}
.contact p {
	margin: 0;
	font-size: 15px;
}
input[type=text], input[type=email] {
	box-sizing: border-box;
	font-familiy: ubunturegular;
	width: 100%;
	font-size: 22px;
	border: 0;
	border: 1px solid grey;
	padding: 10px 0 10px 20px;
	outline: none;
	caret-color: #e60004;
}
textarea {
	box-sizing: border-box;
	width: 100%;
	height: 150px;
	margin-top: 35px;
	padding-left: 20px;
	padding-right: 20px;
	font-family: ubunturegular;
	font-size: 20px;
	outline: none;
	resize: none;
	caret-color: #e60004;
}
#fname {
	float: left;
	width: 49%;
}
#lname {
	float: right;
	width: 49%;
}
.checkbox {
	width: 100%;
	display: inline-block;
	padding: 0 0 20px;
}
.checkbox input {
	float: left;
}
.checkbox p {
	float: right;
	width: 100%;
}
/* #submitb {
	clear: both;
	border: 2px solid #e60004;
	color: #e60004;
	background-color:white;
	font-size: 25px;
	width: 25%;
	padding: 10px 15px;
	cursor: pointer;
	outline: none;
	transition: 0.2s;
}
#submitb:hover {
	background-color: #e60004;
	color: white;
	transition: 0.2s;
} */
::placeholder {
	font-size: 20px;
}
.kontaktformular {
	width: 50%;
}
.buttons {
	width: 25%;
}
.formbox {
	margin-bottom: 40px;
}
.field textarea {
	padding-top: 10px;
	margin-top: 0;
}
.field a {
	display: inline-block;
	width: 50px;
	padding-top: 35px;
}
span.captchareload {
	display: inline-block;
	position: relative;
	top: -10px;
	left: 10px;
}
.captchareload img {
	width: 30px;
	padding: 3px;
}
.pflichtfeldhinweis a {
	text-decoration: none;
	color: black;
}
input[type="submit"] {
	background: white;
	color: red;
	border: 2px solid red;
	padding: 10px 15px;
	font-size: 25px;
	transition: 0.2s;
}
input[type="submit"]:hover {
	background-color: red;
	color: white;
	transform: scale(1.05);
	cursor: pointer;
}
/* footer */
footer {
	color: white;
	width: 100%;
	display: inline-block;
	background-color: #e60004;
	padding: 25px 0 12px;
	margin-top: 50px;
}
.footnote1 {
	display: inline-block;
	float: left;
}
.footnote1 p:nth-child(2) {
	position: relative;
	top: -8px;
}
.footnote1 img {
	width: 90px;
	position: relative;
	top: 6px;
}
.footnote2 {
	text-align: right;
	display: inline-block;
	float: right;
}
.footnote2 a {
	display: inline-block;
	text-decoration: underline;
	transition: 0.2s;
}
.footnote2 a:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
footer a {
	text-decoration: none;
	color: white;
}
.flex {
	    display: flex;
    flex-wrap: wrap;
}
.oneThird {
    flex: 0 0 30%;
    background: #e60004;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.oneThird h2 {
	margin-bottom: 0;
}
.twoThird {
    flex: 0 0 70%;
}
/* media queries */
@media (max-width: 1550px) {
	.ulwhatleft {
		width: 50%;
	}
	.buttons {
		width: 50%;
	}
}
@media (max-width: 1300px) {
	.smallmargin {
		margin: 0 4%;
	}
	.isStart .bx-viewport{
		background-color: #e60004;
	}
	.wrapper {
		margin-bottom: 0;
	}
	#bildcontainer {
		margin: 0 auto;
	}
	#slidervideo {
		top: 0;
		left: 50%;
    transform: translate(-50%);
		width: 100% !important;
		height: auto;
	}
	.slider1 {
		margin-bottom: 150px;
	}
	.redcircle {
		display: none;
	}
	.bx-controls {
    	top: 30%;
	}
	.bild1 {
		float: none;
		width: 100%;
		margin: 0 auto;
	}
	.bild1 img {
		max-width: 100%;
	}
	.text1 {
		float: none;
		width: 100%;
		margin-top: 150px;
		font-size: 20px;
	}
	.how {
		margin-bottom: 150px;
	}
	.ulwhatleft {
		float: none;
		width: 100%;
	}
	.ulwhatright {
		float: none;
		padding-top: 20px;
		padding-right: 0;
		padding-left: 0;
	}
	.kontaktformular {
		width: 100%;
	}
	.buttons {
		width: 100%;
	}
	.address {
		float: none;
		width: 100%;
		margin-bottom: 150px;
	}
	.contact {
		float: none;
		width: 100%;
	}
	.contact p {
		font-size: 17px;
	}
	#how, #videos, #download, #contact {
		margin-bottom: 150px;
	}
	footer {
		padding-bottom: 25px;
		margin-top: 150px;
	}
	.footnote1 {
		float: none;
		display: block;
		text-align: center;
	}
	.footnote2 {
		float: none;
		display: block;
		text-align: center;
	}
}
@media (max-width: 1200px) {
	#sliderL {
		display: none;
	}
	#sliderM {
		display: inherit;
	}
}
@media (max-width: 1100px) {
	#desktopnav {
		display: none;
	}
	.row {
		display: inherit;
		position: absolute;
		right: 0;
	}
	.slidertext a {
		width: 100%;
		display: block;
		box-sizing: border-box;
	}
	.logo {
		display: block;
		width: 300px;
	}
}
@media (max-width: 1024px) {
	.videocontent {
		top: 8%;
		width: 94%;
	}
}
@media (max-width: 1000px) {
	.video1 {
		float: none;
		width: 100%;
		margin-bottom: 100px;
	}
	.video2 {
		float: none;
		width: 100%;
	}
	#fname {
		clear: both;
		width: 100%;
	}
	#lname {
		clear: both;
		width: 100%;
	}
	.flex {
    flex-direction: column;
    gap: 20px;
}
.oneThird, .twoThird {
	flex: 0 0 100%;
	text-align: center;
}
@media (max-width: 950px) {
	.ulslider {
		display: block;
	}
	.ulslider div {
		display: block;
	}
	.ulslider li {
		font-size: 20px;
	}
	.ulslider div:nth-child(2) {
		border-top: 4px solid white;
		border-bottom: 4px solid white;
	}
}
@media (max-width: 900px) {
	header {
		padding: 22px 0 7px;
	}
	h2 {
		font-size: 23px;
	}

	.ulslider img {
		width: 60px;
		top: 11px;
	}
	.slider1 {
		margin-top: 25px;
		margin-bottom: 100px;
	}
	.bx-controls-direction {
		opacity: 0.5;
	}
	.dash {
		font-size: 18px;
	}
	.text1 {
		font-size: 14px;
		margin-top: 100px;
	}
	#sliderM {
		display: none;
	}
	#sliderS {
		display: inherit;
	}
	.what {
		padding: 50px 0;
	}
	.whatlist {
		padding: 25px 0;
	}
	.ulwhat {
		padding-left: 35px;
	}
	.ulwhat li {
		font-size: 16px;
	}
	.download div a {
		font-size: 18px;
	}
	.address {
		margin-bottom: 100px;
	}
	.address li {
		font-size: 15px;
	}
	.address li:first-child {
		font-size: 16px;
	}
	.contact p {
		font-size: 14px;
	}
	input[type=text], input[type=email], textarea {
		font-size: 16px;
	}
	input[type=subit] {
		font-size: 22px;
	}
	::placeholder {
		font-size: 16px;
	}
	#submitb {
		width: 100%;
		font-size: 18px;
	}
	#how, #videos, #download, #contact {
		margin-bottom: 100px;
	}
	footer {
		font-size: 14px;
		margin-top: 100px;
	}
}
@media (max-width: 650px) {
	label.hamburger {
		margin-right: 2%;
	}
	.videocontent iframe {
		max-height: 250px;
	}
}
@media (max-width: 500px) {
	#slidervideo {
		width: 100% !important
	}
	.bx-viewport {
		height: auto !important;
	}
	.slidertext  {
		padding: 35px 30px;
	}
}
@media (max-width: 415px) {
	
	.slidertext h3, .slidertext .h3 {
		font-size: 20px;
	}
	
	.bx-controls .fa {
		font-size: 20px !important
	}
	.logo img {
    max-width: 230px;
    padding: 10px 0;
}
	.download img {
		height: 50%;
	}
	.pflichtfeldhinweis > p {
		padding-left: 25px;
		position: relative;
		line-height: 20px !important;
	}
	.pflichtfeldhinweis input {
		position: absolute;
		top: 0;
		left: 0;
	}


}
