@font-face
{
	font-family: "bw-modelica";
	src: url('./font/BwModelica-Bold.otf');
}
@font-face
{
	font-family: "bw-modelica-reg";
	src: url('./font/BwModelica-Regular.otf');
}
html, body
{
	font-family: bw-modelica;
	margin: 0;
	padding: 0;
	width: 100%;
}
body
{
	background:rgba(60, 60, 60, 0.26);
	background-image: url(./images/KachelFS4.png);
	background-attachment: fixed;
	background-size: cover;
	color: rgb(60, 60, 60);
	overflow: hidden;
	overflow-y: scroll;
}
.width-sh
{
	margin: auto;
	width: 80%;
	/* max-width: 1400px; */
}
#main-container {
	background-color: #f7f7f7;
	box-shadow: 1px 1px 2px rgba(75, 75, 75, 0.253), 0 0 10px rgba(124, 124, 124, 0.233);
	max-width: 1800px;
	margin: auto;
	position: relative;
	z-index: 0;
}
#header-nav
{
	background-color: #f7f7f7;
	box-shadow: 1px 1px 2px rgba(75, 75, 75, 0.144), 0 0 10px rgba(124, 124, 124, 0.116);
	position: fixed;
	top: 0;
	width: 100%;
	max-width: 1800px;
	z-index: 10;
}
#navigation
{
	display: flex;
	transition-duration: 0.1s;
	transition-timing-function: ease-in-out;
}
.logo
{
	padding-top: 17px;
	width: 25%;
}
nav
{
	width: 80%;
}
#menu__toggle, .menu__btn
{
	display: none;
}
#logo
{
	height: 80px;
	transition-duration: 0.1s;
	transition-timing-function: ease-in-out;
}
#underline
{
	background-color: rgb(24, 24, 24);
	height: 1.5px;
	left: 0;
	position: absolute;
	top: 0;
	width: 30px;
}
.nav-container
{
	float: right;
	height: 120px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.nav-container li
{
	display: inline;
}
.nav-container a:hover
{
	color: rgb(17, 17, 17) !important;
}
.nav-container a
{
	color: rgb(87, 87, 87);
	line-height: 120px;
	margin: 5px;
	padding: 10px;
	text-decoration: none;
}
.icons {
    position: absolute;
    right: 10px;
    top: 30px;
	transition: ease-in-out 0.1s;
}
.icons a img {
	width: 17px;
	padding: 7px;
	transition: ease-in-out 0.1s;
}
.icon img:hover {
	transform: scale(1.1) ;
}
.scroll .icons img{
	width: 13px;
	padding: 6px;
	transition: ease-in-out 0.1s;
}
#active
{
	color: rgb(10, 10, 10) !important;
}
#header
{
	background-position: center, center -70px;
	background-repeat: no-repeat;
	background-size: cover;
	height: 87vh;
	margin-top: 120px;
	max-height: 1200px;
	position: relative;
}
#main-container .pos
{
	background-position: center, center -1000px;
}
.scroll #logo {
	transition-duration: 0.1s;
	transition-timing-function: ease-in-out;
}
.scroll .logo
{
	padding-top: 10px;
	transition-duration: 0.1s;
	transition-timing-function: ease-in-out;
}
.scroll ul
{
	height: 100px;
	transition-duration: 0.1s;
	transition-timing-function: ease-in-out;
}
.scroll ul a
{
	line-height: 100px;
	transition-duration: 0.1s;
	transition-timing-function: ease-in-out;
}
.scroll ul li {
	font-size: 1.2em;
	transition-duration: 0.1s;
	transition-timing-function: ease-in-out;
}
.headline-container
{
	bottom: 0;
	color: #f7f7f7;
	left: 0;
	line-height: 3.2em;
	margin: auto;
  	padding: 43px 25px;
	position: absolute;
	right: 0; 
	transform: translateY(-55%); 
	top: 45%;
	width: 1000px;
	z-index: 2 !important;
}
.header-hr
{
	background-color: #e6e0de;
	height: 3px;
	margin: auto;
	width: 400px;
}
hr
{
	background-color: #72677F;
	border: none;
	border-radius: .8px;
	height: 3px;
	margin: auto;
	width: 400px;
}
.slider
{
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;
	width: 100%;
}
.slider--content
{
	align-items: center;
	display: flex;
	height: 105%;
	justify-content: space-between;
}
.slider--feature
{
	color: #f7f7f7;
	text-align: center;
}
.slider--title
{
	font-size: 2.1em;
  	text-shadow: 1px 1px #0000007a;
	padding-bottom: 40px;
	text-transform: uppercase;
}
.slider--text
{
	margin: 1.5rem 0;
	z-index: 4;
}
.slider__btn-right,
.slider__btn-left
{
	background: transparent;
	border: none;
	cursor: pointer;
	font-size: 4rem;
	outline: none;
	color: #f7f7f7;
	padding: 3rem 3rem;
	transition: transform 0.1s ease-in-out;
	z-index: 4;
}
button
{
	background: #575757;
	border: none;
	border-radius: 3px;
	color: #f7f7f7;
	cursor: pointer;
	font-weight: 700;
	margin-top: 20px;
	outline: none;
	padding: 1.2rem 2.3rem;
	text-transform: uppercase;
	transition: 0.3s ease-in-out;
	z-index: 4;
}
button:hover
{
	background: #72677F;
	transition: 0.3s ease-in-out;
	transform: scale(0.97);
}
section {
  height: fit-content;
  padding: 180px 0;
	align-items: center;
	margin: auto;
}
h2 {
  	line-height: 1.75em;
	font-size: 1.75em;
}
p {
  font-family: bw-modelica-reg ;
  font-size: 1.25em;
  line-height: 1.5em;
}
h4, h3, li, h5, button {
	font-size: 1.15em;
}
a {
	text-decoration: none;
	color: #72677F;
}
.footer
{
	background-color: #e6e0de;
	color: #141414;
	height: fit-content;
  margin-top: 300px;
	overflow: hidden;
  padding: 0;
	position: relative;
	width: 100%;
}
.footer .img
{
	background-image: url(./images/Kachel.png);
	background-position: left;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	padding: 0 0 100px 0;
	width: 100%;
}
.f-con img
{
	width: 175px;
}
.f-con
{
	background: #e6e0de;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.103), 0 0 10px rgba(0, 0, 0, 0.11);
	padding-top: 70px;
}
.con {
	/* border-radius: 3px; */
	display: flex;
	justify-content: space-between;
	margin: auto;
	padding: 25px 0;
	width: 80%;

}
.f-con a
{
	color: #72677F;
	height: 25px;
	margin: 0 5px;
	text-decoration: none;
	transition-duration: 0.1s;
	transition-timing-function: ease-in-out;
}
.f-con a:hover
{
	text-decoration: underline #72677F 1px;
	text-underline-offset: 50%;
}
.f-con h4, .f-con h5, .f-con p, .f-con a
{
	font-family: bw-modelica-reg !important;
	margin: 15px 0;
}
.content div
{
	width: 29%;
}
.middle-f
{
	border-left: #8d8d8d 1px solid;
	padding: 0 95px;
}
.middle-f img{
	width:15px;
	margin-right: 5px;
}
.f-con ul
{
	list-style-type: none;
	margin: auto;
    padding: 0;
    padding-bottom: 30px;
	transition-duration: 0.1s;
	transition-timing-function: ease-in-out;
	width: 80%;
}
.f-con ul a {
	height: 0px;
	color:#141414;
	display: inline-block;
	margin: 5px 30px 5px 0;
	margin-bottom: 40px;
}
  .wrapper{
	position: fixed;
	bottom: 30px;
	left: 50px;
	max-width: 365px;
	background: #fff;
	padding: 50px 35px;
	border-radius: 15px;
	box-shadow: 1px 7px 14px -5px rgba(0,0,0,0.15);
	text-align: center;
  }
  .wrapper.hide{
	opacity: 0;
	pointer-events: none;
	transform: scale(0.8);
	transition: all 0.3s ease;
  }
  ::selection{
	color: #fff;
	background: #72677F;
  }
  .wrapper img{
	max-width: 50px;
  }
  .content header{
	font-size: 25px;
	font-weight: 600;
  }
  .content{
	margin-top: 10px;
  }
  .content p{
	color: #858585;
	margin: 5px 0 20px 0;
  }
  .content .buttons{
	align-items: center;
	display: flex;
	margin-left: 120px;
	justify-content: center;
  }
  .buttons button{
	padding: 15px 20px;
	border: none;
	outline: none;
	margin-left: 30px;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	border-radius: 5px;
	background: #72677F;
	cursor: pointer;
	transition: all 0.3s ease;
  }
  .buttons button:hover{
	transform: scale(0.97);
  }
  .buttons .item{
	margin: 0 10px;
  }
  .buttons a{
	color: #72677F;
  }



@media screen and (max-width: 1750px)
{
	#main-container .pos
	{
		background-position: center, center -800px;
	}
	
}
@media screen and (max-width: 1400px)
{
	#main-container .pos
	{
		background-position: center, center -500px;
	}
	.nav-container a li {
		font-size: 1.1em;
	}
	.middle-f
	{
		border-left: #acacac 1px solid;
		border-right: #acacac 1px solid;
		padding: 0 45px;
	}
}
@media screen and (max-width: 1050px)
{
	#header
	{
		height: 700px;
		margin-top: 70px;
	}
	.headline-container
	{
		top: 275px;
		width: 750px;
	}
	#navigation .logo{
		height: 80px;
	}
	.logo {
		width: 15%;
	}
	.nav-container a
	{
		margin: 5px;
		z-index: 11;
	}
	.scroll #logo {
		height: 60px;
	}
	nav {
		width: 95%;
	}
	.icons {
		display: none;
	}
	.scroll ul a {
		line-height: 80px;
	}
	.nav-container a {
		line-height: 100px;
		padding: 7px;
		margin: 0px;
	}
	.scroll {
		height: 80px;
	}
	section {
		padding: 140px 0;
	}
	h2, h1 {
		  line-height: 1.8em;
		font-size: 1.8em;
	}
	p {
	  font-size: 1.1em;
	  line-height: 1.65em;
	}
	h4, h3, li, h5, button {
		font-size: 1.1em;
	}
	button
	{
		font-weight: 200;
	}
	.width-sh
	{
		margin: auto;
		width: 95%;
	}
	#main-container 
	{
		background-position: center, center -180px;
	}
}
@media screen and (max-width: 759px)
{
	.logo
	{
		padding-top: 15px;
	}
	#menu__toggle, .menu__btn
	{
		display: block;
	}
	#menu__toggle
	{
		opacity: 0;
	}
	#menu__toggle:checked + .menu__btn > span
	{
		transform: rotate(45deg);
	}
	#menu__toggle:checked + .menu__btn > span::before
	{
		top: 0;
		transform: rotate(0deg);
	}
	#menu__toggle:checked + .menu__btn > span::after
	{
		top: 0;
		transform: rotate(90deg);
	}
	#menu__toggle:checked ~ .nav-container
	{
		left: auto;
		right: 0 !important;
		transition-duration: .25s;
	}
	.menu__btn
	{
		cursor: pointer;
		height: 30px;
		position: fixed;
		right: 50px;
		top: 40px;
		width: 30px;
		z-index: 2;
	}
	.menu__btn > span,
	 .menu__btn > span::before,
	 .menu__btn > span::after
	{
		background-color: #616161;
		display: block;
		height: 2px;
		position: absolute;
		transition-duration: .25s;
		width: 100%;
	}
	.menu__btn > span::before
	{
		content: '';
		top: -8px;
	}
	.menu__btn > span::after
	{
		content: '';
		top: 8px;
	}
	.nav-container
	{
		background-color: #fff;
		box-shadow: 2px 2px 6px rgba(0, 0, 0, .4);
		display: block;
		height: 100%;
		left: +100%;
		list-style: none;
		margin: 0;
		padding: 80px 0;
		position: fixed;
		top: 0;
		transition-duration: .25s;
		width: 300px;
	}
	.nav-container a
	{
		line-height: normal;
	}
	.nav-point
	{
		display: block !important;
		font-size: 20px;
		font-weight: 600;
		padding: 12px 24px;
		text-decoration: none;
		transition-duration: .25s;
	}
	.nav-point:hover
	{
		background-color: #CFD8DC;
	}
	
	.icons {
		display: block;
		position: absolute;
		right: 120px;
		top: 10px;
	}
	.scroll .icons {
		top: 20px;
	}
	.icons a img  {
		padding: 15px;
	}
	.scroll .icons img{
		padding: 10px;
		transition: ease-in-out 0.1s;
	}
	#underline
	{
		display: none;
	}
	.scroll .logo
	{
		padding-top: 15px;
		transition-duration: 0.1s;
		transition-timing-function: ease-in-out;
	}
	.scroll ul
	{
		height: 100%;
		transition-duration: 0.1s;
		transition-timing-function: ease-in-out;
	}
	.scroll ul a
	{
		line-height: normal;
		transition-duration: 0.1s;
		transition-timing-function: ease-in-out;
	}
	#header
	{
		height: 650px;
	}
	.slider--content
	{
		height: 60vh;
	}
	.headline-container
	{
		line-height: 1.7em;
		top: 250px;
		width: 473px;
	}
	.slider--title
	{
		font-size: 1.3rem;
		padding-bottom: 35px;
	}
	.slider--text
	{
		font-size: 0.8rem;
		margin: 1.5rem 0;
	}
	.header-hr
	{
		height: 2.5px;
		width: 350px;
	}
	.logo{
		width: 25%;
	}
	hr
	{
		height: 2.5px;
		margin: auto;
		margin-top: 5px;
		position: relative !important;
		width: 350px;
	}
	.footer .img {
		padding: 0 0 0 0;
	}
	.con {
		flex-direction: column;
		align-items: stretch;
		justify-content: center;
	}
	.f-con ul {
		padding: 0 45px 40px 45px;
	}
	.f-con ul a {
		display: block;
		font-size: 0.9em;
		height: fit-content;
	}
	.f-logo {
		width: 100%;
		margin: auto;
	}

	.middle-f
	{
		border: none;
		padding: 60px 0;
		/* width: 200px; */
	}
	.wrapper {
		left: 20px;
	}
}
@media screen and (max-width: 479px)
{
	#header
	{
		height: 450px;
	}

	.slider--content
	{
		height: 45vh;
	}
	.slider__btn-right, .slider__btn-left
	{
		font-size: 1.5rem;
		padding: 1rem 1.5rem;
	}
	.slider--btn {
		margin-top: 0;
	}
	.headline-container
	{
		line-height: 1.5em;
		max-width: 350px;
		top: 180px;
	}
	.slider--title
	{
		font-size: 1rem;
		padding-bottom: 25px;
	}
	.slider--text
	{
		font-size: 0.7rem;
		margin: 1.2rem 0;
	}
	hr
	{
		height: 1.5px;
		width: 200px;
	}
	.header-hr
	{
		height: 1.5px;
		width: 200px;
	}
	h2 
	{
		line-height: 1.5em;
		font-size: 1rem;;
	}
	h3, h4, h5, h6 
	{
		font-size: 0.9rem;
	}
	p
	{
		font-size: 0.8rem;
	}
	button
	{
		font-size: 0.4rem;
		margin-top: 30px;
		padding: 0.7rem 1.5rem;
	}
	.wrapper {
		left: 0px;
		bottom: 0;
		max-width: 100%;
		padding: 20px 5px;
	}
	.content header {
		font-size: 1em;
	}
	.content .buttons  {
		margin-left: 70px;
	}
}

@media screen and (max-width: 400px){
	
	.icons {
		display: none;
	}
	.headline-container {
		max-width: 200px;
		top: 150px;
	}
	.footer {
		margin-top: 150px;
	}
}




@media screen and (min-width: 1801px)
{
	#header {    
		background-position: top center;
		max-width: 1800px;
	}
}
@media screen and (min-width: 2200px)
{
	h2 {
	  	line-height: 2.2em;
	  	font-size: 2.2rem;
	}
	p {
		font-size: 1.5em;
	  	line-height: 1.7em;
	}
}
@media screen and (min-width: 3300px)
{
	#header {
		background-size: 60%;
	}
@media screen and (min-width: 5402px)
{
	#header {
		max-height: 1500px;
	}
}
}