@charset "utf-8";
#hexleftbig {
	background-color: #fca311;
	height: 210px;
	width: 360px;
	position: relative;
	opacity: 0.4;
	left: -150px;
	top: -150px;
	z-index: 1;
}
#hexleftbig:before { 
    content: ""; 
    position: absolute; 
    top: -100px; 
    left: -0px; 
    width: 0; 
    height: 0; 
    border-left: 180px solid transparent; 
    border-right: 180px solid transparent; 
    border-bottom: 100px solid #fca311; 
} 
 
#hexleftbig:after { 
    content: ""; 
    position: absolute; 
    bottom: -100px; 
    left: 0; 
    width: 0; 
    height: 0; 
    border-left: 180px solid transparent; 
    border-right: 180px solid transparent; 
    border-top: 100px solid #fca311; 
}
#hexleftlogo {
	
	background-color: #1a1423;
	height: 210px;
	width: 360px;
	position: relative;
	opacity: 0.7;
	left: 40px;
	top: -120px;
	margin-top: 25px;
	z-index: 1;
}
#hexleftlogo:before { 
    content: ""; 
    position: absolute; 
    top: -100px; 
    left: -0px; 
    width: 0; 
    height: 0; 
    border-left: 180px solid transparent; 
    border-right: 180px solid transparent; 
    border-bottom: 100px solid #1a1423;
} 
#hexleftlogo:after { 
    content: ""; 
    position: absolute; 
    bottom: -100px; 
    left: 0; 
    width: 0; 
    height: 0; 
    border-left: 180px solid transparent; 
    border-right: 180px solid transparent; 
    border-top: 100px solid #1a1423; 
}
#hexproduct {
	background-color: #fffcf2;
	height: 150px;
	width: 250px;
	position: relative;
	right: -950px;
	top: -220px;
	opacity: 0.5;
}
#hexproduct:before { 
    content: ""; 
    position: absolute; 
    top: -70px; 
    left: -0px; 
    width: 0; 
    height: 0; 
    border-left: 125px solid transparent; 
    border-right: 125px solid transparent; 
    border-bottom: 70px solid #fffcf2; 
} 
 
#hexproduct:after { 
    content: ""; 
    position: absolute; 
    bottom: -70px; 
    left: 0; 
    width: 0; 
    height: 0; 
    border-left: 125px solid transparent; 
    border-right: 125px solid transparent; 
    border-top: 70px solid #fffcf2; 
}
#logooverflow {
	height: 410px;
	width: 360px;
	position: relative;
	left: 40px;
	top: -430px;
	z-index: 3;
	float: left;
	background-image: url(images/Logo_AL_white.png);
	background-size: 300px;
	background-repeat: no-repeat;
	background-position: center;
}
#hexproductoverflow {
	height: 290px;
	width: 250px;
	position: relative;
	right: -590px;
	top: -440px;
	z-index: 3;
	float: left;
	background-image: url(images/product2.png);
	background-repeat: no-repeat;
	background-position: center;
}
.headerbutton {
	background-color: #fca311;
	font-family: Antonio, Roboto, "Ostrich Sans";
	font-size: 24px;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #fffcf2;
	text-align: center;
	width: auto;
	float: left;
	margin-right: 10px;
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 20px;
}
#head {
	width: 100%;
	height: 200px;
}
#content {
	background-color: #fca311;
	background: rgba(255,131,17,.6);
	z-index: 4;
	top: -330px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}
#ueberschrift{
	opacity: 1.0;
}
