*
{
	margin:0px;
	padding:0px;
}
html,body
{
	height:100%;
}

body 
{
	background:white;
	font-family:"century gothic", sans-serif;
	scroll-behavior:smooth;
}

img
{
	max-width:100%;
	height:auto;
}


/* Start Home */
#main {
	height:100%;
	width:100%;
	margin:auto;	
}	


#head{
	width:100%;
	height:100%;
	display:flex;	
	background:rgba(254,254,254,.9);
	overflow:hidden;
}

#logo{
	width:60%;
	height:auto;
}

#logo img{
	width:65%;
	padding-top:6%;
	padding-left:36%;
	margin-bottom:50px;
	opacity:1;
}

.logotxt p{
	padding-top:15%;
	padding-bottom:5%;
	padding-left:50px;
	font-size:2.1vw;
	font-weight:regular;
	text-align:left;
	color:rgba(120,120,120,.8);
}

.logotxt h1{
	width:150%;
	padding-left:50px;	
	font-size:3.8vw;
	color:rgba(120,120,120,.5);
}

.logotxtmobil{
	display:none;
}

#slope{
	width:40%;
	background:rgba(255,132,4,1);	
	transform-origin:bottom right;
	transform:skew(150deg,0deg);
	display:flex;
	position:relative;
}

#arrow{
	height:10%;
	width:10%;
	display:flex;
	position:absolute;
	bottom:20px;
	right:20%;
	z-index:1000;
	display:block;
	opacity: 1;
	transition:.1s;
	transform:skew(-150deg,0deg);
}

#arrow:hover{
	bottom:10px;
	right:19%;
	transition-timing-function: ease;
	opacity: 0.5;
}

#company{
	height:auto;
	display:flex;
	margin-top:-1px;
	background:rgba(255,132,4,1);
}

.companybox{
	width:50%;
	float:left;
	padding:50px;
	margin-bottom:30px;
	font-size:1.8vw; /*2.2em*/
	color:white;
	text-align:justify;
}

#screen1{
	height:60%;
	display:flex;
	background:rgba(50,50,50,.5);
	background-image:url(../images/banner.jpg);
	background-attachment:fixed;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	text-align:left;
	color:white;
	font-size:2.6vw;/*3em*/
	font-style:italic;
	text-shadow:12px 12px 20px black;
	padding-left:50px;
	padding-top:5%;
	overflow:hidden;
}

#content1{
	height:auto;
	display:flex;
	justify-content:space-around; /*center*/
	flex-wrap:wrap;
	background:white;	
}

.bubble{
	height:375px;
	width:375px;
	border-radius:50%;
	float:left;
	margin:-10% 50px 50px 50px;
	padding:3%;
	text-align:center;
	font-size:1.5em;
	color:white;
	transition:1s;
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

.bubble:hover{
	transform:scale(1.2);
}

#content2{
	height:60%;
	display:flex;
	background:rgba(255,255,255,1);
	padding-bottom:100px;
	border-bottom:7px solid rgba(255,132,4,1);
}

.square{
	height:auto;
	width:50%;
	margin:50px;
	text-align:justify;
	font-size:1.7vw; /*1.7vw*/
	color:rgba(255,132,4,1);
	border:5px solid rgba(255,132,4,1);
	border-radius:10px;
	overflow:hidden;
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	scroll-behavior:smooth;
}

.square p, h2{
	padding:10px 20px 2px 20px;	
}

.square img{
	height:100%;
	width:100%;
	object-fit:cover;
	border-radius:6px;	
	transition:1s;
}

.square img:hover{
	transform:scale(1.3);
}

#quote{
	min-height:30%;
	display:flex;
	padding:75px;
	text-align:center;
	font-size:3.3em;
	font-style:italic;
	color:white;
	background:rgba(255,132,4,1);
	border-top:5px solid rgba(250,250,250,1);
}

#screen2{
	display:flex;
	height:50%;
	background-attachment:fixed;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	z-index:-1000;
	overflow:hidden;
}

#myVideo {
	width:100%;
	height:auto;
    position:fixed;
    right: 0;
	bottom: 0;
	z-index:-1000;
}

#footer{
	height:auto;
	display:flex;
	padding:50px;
	text-align:center;
	font-size:2em;
	color:white;
	background:rgba(23,204,151,1);
}

.contact{
	width:50%;
	height:100%;
	line-height:40px;
}

.contact img{
	height:10%;
	width:10%;
}

.contact span{
	font-size:1vw;
}

.contact a{
	color:white;
	text-decoration:none;
	outline:0;
	transition:.6s;
}

.contact a:hover{
	color:teal;
	opacity:.5;
}
/* end home */

/* Start Media Query Home */
@media only screen and (min-width:3101px){
	
	.logotxt p{
		font-size:2.2vw;
		line-height:150%;
	}
	
	.companybox{
		padding:100px;
		margin-bottom:50px;
		font-size:1.8vw;
		text-align:justify;
	}
	
	.bubble{
		height:670px;
		width:670px;
		border-radius:50%;
		font-size:2.8em;
	}
	
	.square{
		font-size:2vw;
	}
	
	#quote{
		font-size:3vw;
	}
	
	#footer{
		padding:100px;
		font-size:2vw;
	}
	
	.contact{
		line-height:normal;
	}
	
}


@media only screen and (min-width:2100px)and (max-width:3100px){
	
	.logotxt p{
		font-size:2.2vw;
	}
	
	.bubble{
		height:550px;
		width:550px;
		border-radius:50%;
		font-size:2.2em;
	}
	
	.square{
		font-size:2vw;
	}
	
	#quote{
		font-size:3vw;
	}
	
	#footer{
		padding:100px;
		font-size:2vw;
	}
	
	.contact{
		line-height:normal;
	}
	
}


@media only screen and (max-width:1690px){
	
	.square{
		font-size:1.4em;
	}
	
}


@media only screen and (max-width:1450px){
	
	#logo img{
		padding-top:8%;
	}
		
	.square{
		font-size:1.4em;
	}
	
	#quote{
		font-size:3em;
	}
	
	#footer{
		font-size:1.9em;
	}

	.contact{
		line-height:35px;
	}

	.contact span{
		font-size:18px;
	}
	
	#myVideo{
		width:auto;
		height:auto;
	}
	
}


@media only screen and (height:1050px){
	
	#myVideo{
		width:auto;
		height:auto;
	}
	
}


@media only screen and (height:900px){
	
	#myVideo{
		width:auto;
		height:auto;
	}
}


@media only screen and (height:800px){
	
	#myVideo{
		width:auto;
		height:auto;
	}
}

@media only screen and (max-height:500px){
	
	.logotxt h1{
		width:100%;
		font-size:3vw;
	}
	
	#screen1 h3{
		display:none;
	}
	
}


@media only screen and (max-width:1300px){
		
	.square{
		font-size:1.2em;
	}

	#quote{
		font-size:2.7em;
	}
	
	#myVideo{
		width:auto;
		height:auto;
	}

	#footer{
		padding:45px;
		font-size:1.7em;
	}

	.contact{
		line-height:30px;
	}

	.contact span{
		font-size:16px;
	}
}


@media only screen and (max-width:1150px){
	
	#head{
		height:auto;
		flex-wrap:wrap;
		padding-bottom:15px;
		background:rgba(255,255,255,1);
		overflow:hidden;
	}
	
	#logo{
		width:100%;
		height:auto;
		display:flex;
		align-items:center;
		flex-direction:column;
	}

	#logo img{
		width:60%;
		padding-top:10%;
		padding-left:20%;
		padding-right:20%;
		margin-bottom:50px;
		opacity:1;
	}

	.logotxt p{
		padding-left:0;
		font-size:2.4vw;
	}

	.logotxt h1{
		width:100%;
		padding-left:0;	
		font-size:3.8vw;
	}
		
	#slope{
		display:none;
	}
	
	.companybox{
		font-size:1.3em;
		text-align:left;
	}
	
	#screen1{
		height:40%;
		font-size:3vw;
		padding-bottom:10%;
	}
	
	.bubble{
		width:320px;
		height:320px;
		border-radius:50%;
		margin:auto;
		margin-top:-150px;
		margin-bottom:100px;
		padding:5%;
		font-size:1.3em;
	}
	
	#content2{
		height:auto;
		width:100%;
		display:flex;
		flex-wrap:wrap;
		padding-top:0;
		padding-bottom:40px;
	}
	
	.square{
		height:auto;
		width:96%;
		margin:auto;
		margin-bottom:20px;
		font-size:1.4em;
		border:0;
	}
	
	.square p, h2{
		padding:15px;	
	}

	.square h2{
		text-align:center;	
	}

	.square img{
		height:100%;
		width:100%;
		object-fit:cover;
		border-radius:6px;	
		transition:.4s;
	}

	.square img:hover{
		transform:scale(1.3);
	}
	
		
	#screen2{
		display:flex;
		height:45%;
		background:url(../images/banner1.png);
		background-attachment:fixed;
		background-position:center;
		background-repeat:no-repeat;
		background-size:cover;
		overflow:hidden;
	}
		
	#myVideo{
		display:none;
	}
	
	#quote{
		height:auto;
		margin:0;
		font-size:2.4em;
	}
	
	.contact{
		font-size:.8em;
	}

}


@media only screen and (max-width:800px){
	
	
	#arrow{
		display:none;
	}
	
	#main{
		margin:auto;
	}
	
	#head{
		height:auto;
		flex-wrap:wrap;
		padding-bottom:15px;
		background:rgba(255,255,255,1);
		overflow:hidden;
	}
	
	#logo{
		width:100%;
		display:flex;
	}
	
	#logo img{
		width:80%;
		padding:10%;
	}
	
	.logotxt{
		margin-top:10%;
	}
	
	.logotxt h1{
		height:100%;
		width:auto;
		padding:10px;	
		font-size:2.5em;
	}
	
	.logotxt p{	
		display:none;
	}
	
	#slope{
		display:none;
	}
	
	#company{
		height:auto;
		display:flex;
		flex-wrap:wrap;
		margin:0;
		padding:3%;
	}

	.companybox{
		height:auto;
		width:100%;
		padding:20px 10px 30px 10px;
		font-size:1.3em;
		text-align:justify;
		-moz-hyphens: auto;
		-o-hyphens: auto;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
		scroll-behavior:smooth;
	}
	
	#screen1{
		height:60%;
		display:flex;
		background:rgba(50,50,50,.5);
		background-image:url(../images/banner.jpg);
		background-attachment:fixed;
		background-position:center center;
		background-repeat:no-repeat;
		background-size:cover;
		margin-bottom:0;
	}
		
	#screen1 h3{
		display:none;
	}
	
	#content1{
		height:auto;
		position:static;
		flex-wrap:wrap;
		margin-bottom:-300px;
		padding:0;
		background:rgba(255,132,4,1);
	}
	
	.bubble{
		width:320px;
		height:320px;
		border-radius:50%;
		margin-top:-150px;
		margin-bottom:165px;
		padding:7%;
		font-size:1.2em;
		text-align:center;
		transition:.4s;
		transition-timing-function:ease-in;
	}
	
	.bubble:hover{	
		transform:scale(1.3);
		text-align:left;
		border-radius:0;
	}
	
	#content2{
		height:auto;
		width:100%;
		display:flex;
		flex-wrap:wrap;
		padding-top:150px;
		padding-bottom:40px;
		background:white;
	}
	
	.square{
		height:auto;
		width:96%;
		margin:auto;
		margin-bottom:15px;
		font-size:1.4em;
		border:0;
	}
	
	.square p, h2{
		padding:15px;	
	}

	.square h2{
		text-align:center;	
	}

	.square img{
		height:100%;
		width:100%;
		object-fit:cover;
		border-radius:6px;	
		transition:.4s;
	}


	.square img:hover{
		transform:scale(1.3);
	}
	
	#quote{
		height:auto;
		padding:25px;
		font-size:1.5em;
	}
		
	#footer{
		height:auto;
		padding:0;
		flex-wrap:wrap;
		font-size:1.5em;		
	}

	.contact{
		width:100%;
		height:auto;
		margin:auto;
		line-height:30px;
		padding:10px;
	}
	
	.contact img{
		display:none;
	}
	
	.contact span{
		font-size:.9em;
	}
	
	.contact a{
		text-decoration:underline;
	}	
}


@media only screen and (max-width:600px){
	
	.companybox{
		height:auto;
		width:100%;
		padding:20px 10px 30px 10px;
		font-size:1.4em;
		text-align:left;
	}
	
	.bubble{
		width:260px;
		height:260px;
		border-radius:50%;
		padding:6%;
		font-size:1em;
	}

}


@media only screen and (max-width:300px){

}

/* end media query home */


/* Start Impressum Datenschutz AGB */
#navbar {
	width:100%;
	height:50px;
	position:fixed;
	top:0;
	overflow:hidden;
	padding:10px;
	background:rgba(255,132,4,1);
}

.navbox{
	height:100%;
	margin-left:5%;
	float:left;
	font-size:2em;
}

.navbox a{
	text-decoration:none;
	color:white;
	outline:0;
	transition:1s;
}

.navbox span{
	position:fixed;
	top:15px;
	padding-left:15px;
}

.navbox img{
	height:100%;
}

.navbox a:hover{
	opacity:.7;
	color:rgba(229,74,8,1);
}

#impressum {
	padding-top:5%;
	padding-left:10%;
	padding-right:10%;
	font-family:'Century Gothic';
	text-align:justify;
	font-size:1.6em;
}

.impressum{
	margin:25px;
	padding:15px;
	overflow:auto;
	color:rgba(255,132,4,1);
}

.impressum img{
	height:100px;
	float:right;
}

.impressum p{
	color:rgba(120,120,120,.8);
}

.impressum a{
	text-decoration:none;
	color:orange;
}
/* end impressum datenschutz agb*/


/* Start Media Query Impressum Datenschutz AGB*/
@media only screen and (min-width:2100px){
	
	#navbar {
		height:5%;
		padding:1%;
	}
	
	.navbox span{
		top:35px;
		padding-left:35px;
		font-size:2vw;
	}

	
	#impressum{
		padding-left:12%;
		padding-right:12%;
		font-size:1.4vw;
	}
	
}


@media only screen and (max-width:1200px){
	
	#impressum{
		padding-left:5%;
		padding-right:5%;
		font-size:1.3em;
	}
	
}


@media only screen and (max-width:992px){

}


@media only screen and (max-width:768px){

	#navbar {
		height:40px;
		display:flex;
	}

	.navbox {
		font-size:1.8em;
	}
	
	#impressum {
		padding-top:55px;
		padding-left:2px;
		padding-right:2px;
		font-size:1.1em;
		_text-align:left;
	}

	.impressum{
		margin:25px;
		padding:2px;	
		word-wrap:break-word;
	}


	.impressum h1{
		font-size:1.4em;
	}

	.impressum h3{
		font-size:1.2em;
	}

}


@media only screen and (max-width:600px){

}


@media only screen and (max-width:300px){

}
/* end media query impressum datenschutz agb*/