
/* Reset ------------------------------------------------------------------------------- */


	*{
		border:0;
		outline:0;
		padding:0;
		margin:0;
		}
	
	
	li {
		list-style:none;
		}
	
	a {
		text-decoration: none;
		color: #1B1B1B;
		}
	
	a:hover {
		text-decoration: none;
		color: #fff;
	} 
	
	.clearfix:after {
		visibility: hidden;
	    display: block;
	    content: "";
	    clear: both;
	    height: 0;
	    font-size: 0;
	    line-height: 0;
		}


/* Fonts ------------------------------------------------------------------------------- */
	
/* inter-regular - latin */
@font-face {
	font-display: swap;
	/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/inter-v13-latin-regular.woff2') format('woff2');
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-700 - latin */
@font-face {
	font-display: swap;
	/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/inter-v13-latin-700.woff2') format('woff2');
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


/* Grundgerüst ------------------------------------------------------------------------------- */



html,body{
		font-family: 'Inter', sans-serif;
		font-weight: 400;
		font-size: 16px;
		line-height: 1.5;
		color: #1B1B1B;
		width:100%;
		height:100%;
		margin: 0;
	}
	
	
	
/* Navigation ------------------------------------------------------------------------------- */
nav {
	background: #000;
	position: -webkit-sticky;
	position: sticky;
	width: calc(80% - 40px);
	max-width: 1440px;
	padding: 20px 60px;
	margin: -120px auto 0 auto;
	top: 40px;
	height: 30px;
	z-index: 20;
	border-radius: 40px;
	display: flex;
	justify-content: space-between;
	flex-flow: row nowrap;
}

nav img {
	max-width: 190px;
}

.navItem {
	flex-basis: auto;
}

.btn-order {
	padding: 0 24px;
	border-radius: 40px;
	background-color: #ffffff;
	line-height: 1.8;
}

.btn-order:hover {
	background-color: #646464;
}


.sliderControlls a {
	padding: 0 10px;
	position: relative;
}

.arrow-left {
	margin-right: 10px;
}

#navigation.isSticky .sliderControlls {
	display: none;
}

.sliderControlls img {
	position: relative;
	top: -5px;
}

#arrow-right:hover {
	left: 2px;
}

#arrow-left:hover {
	right: 2px;
}

/* Slider ------------------------------------------------------------------------------- */


	.slider {
		height: 100%;
		margin: 0 0 -80px 0;
		position: relative;
	}
	
	div.mc-image {
		-webkit-transition: opacity 1s ease-in-out; 
		-moz-transition: opacity 1s ease-in-out; 
		-o-transition: opacity 1s ease-in-out; 
		transition: opacity 1s ease-in-out;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		background-position:center center;
		background-repeat:no-repeat;
		height:100%;
		overflow:hidden;
		width:100%;
	}


	#cycle-loader {
		height:32px;
		left:50%;
		margin:-108px 0 0 -8px;
		position:absolute;
		top:50%;
		width:32px;
		z-index:995;
	}
	
	#maximage {
		display:none;
		position:absolute!important;
		background:#000;
	}
	
	
	.in-slide-content {
		position: relative;
		width: 100%;
		max-width: 820px;
		top: 150px;
		text-align: center;
		margin: 0 auto;
	}

/* Content ------------------------------------------------------------------------------- */
.additionalImage {
	display: none;
}

section {
	max-width: 1440px;
	padding: 100px 10% 50px 10%;
	margin: 0 auto;
}

.bigLogo {
	width: 80%;
	margin: 0;
	max-width: 800px;
}

h1 {
	font-size: 40px;
	line-height: 1.5;
	margin-bottom: 30px;
}

h2 {
	font-size: 25px;
	line-height: 1.5;
	margin-bottom: 20px;
}

p {
	margin-bottom: 60px;
	line-height: 1.5;
}

ul {
	margin-bottom: 60px;
}

li ul {
	margin-bottom: 10px;
}

li {
	list-style: disc;
	margin-left: 20px;
	margin-bottom: 10px;
}
li ul li {
	list-style: circle;
	margin-left: 20px;
}

li ul li:last-child {
	margin-bottom: 0;;
}

.fullWidthText {
	width: 80%;
}

.cols, .cols.reverse {
	display: flex;
	justify-content: space-between;
	flex-flow: row-reverse nowrap;
	gap: 60px;
	margin-bottom: 60px;
}

.cols.reverse {
	flex-flow: row wrap;
}

.flex1, .flex2 {
	/* flex-basis: auto; */
}

.flex1 {
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 50%;
}

.flex2 {
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 35%;
}


.flex2 img {
	width: 100%;
	max-width: 500px;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	border-radius: 10px;
}

/* Footer ------------------------------------------------------------------------------- */

footer {
	background-color: #F5F5F5;
	border-top: 1px solid #D9D9D9;
	width: 100%;

}

footer div {
	max-width: 1440px;
	text-align: center;
	padding: 20px 0;
	margin: 0 auto;
}

footer a:hover {
	color: #1B1B1B;
	text-decoration: underline;
}


/* Overlay ------------------------------------------------------------------------------- */
.overlay {
	background: #fff;
	padding: 30px;
}

.overlay p {
	margin-bottom: 20px;
}

.overlay a,
.overlay a:hover {
	color: #1B1B1B;
	text-decoration: underline;
}



@media only screen and (max-width: 1024px) {
	.additionalImage {
		display: block;
	}

	.twoImages {
		display: flex;
		justify-content: space-evenly;
		flex-flow: column;
	}

	.twoImages img {
		flex-flow: auto;
	}
}




@media only screen and (max-width: 768px) {
	
	nav {
		width: calc(80% - 20px);
		padding: 15px 40px;
		margin: -120px auto 0 auto;
		top: 40px;
		height: 25px;
	}

	nav img {
		max-width: 130px;
	}
	
	.btn-order {
		line-height: 1.5;
	}

	.fullWidthText {
		width: 100%;
	}

	.cols, .cols.reverse {
		flex-flow: column;
		gap: 30px;
		margin-bottom: 80px;
	}

	.flex2 img {
		max-width: 600px;
	}

	ul {
		margin-bottom: 0;
	}

	.twoImages {
		display: flex;
		justify-content: space-between;
		flex-flow: row nowrap;
	}

	.twoImages img {
		max-width: 47%;
	}

	h1 {
		line-height: 1.2;
	}

}

@media only screen and (max-width: 600px) {
	.sliderControlls a {
		padding: 0;
	}
}


@media only screen and (max-width: 500px) {
	nav {
		margin-top: -90px;
	}

	.in-slide-content {
		top: 90px;
	}

	.sliderControlls {
		display: none;
	}
	
	.additionalImage {
		display: none;
	}

	.twoImages img {
		max-width: 500px;
	}
}

@media only screen and (max-width: 376px) {
	.btn-order {
		padding: 0 14px;
	}
}