*{
	padding: 0;
	margin: 0;
}
body{
	background: url(img/bg_startpage.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

h1{
	color: #FFF;
	font-size: 60px;
	margin-bottom: 10px;
	text-transform: uppercase;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, .5);
}

h3{
	color: #FFF;
	font-size: 22px;
	top: -65px;
	position: relative;
	text-transform: uppercase;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, .5);
}

p{
	color: #FFF;
	font-size: 14px;
	margin-top: 50px;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, .5);
}

a:active, a:focus, a:hover{
	text-decoration: none;
}

html, body, .container, .inner{
    width: 100%;
    height: 100%;
}

.container{
	margin: 0 auto;
	display: table;
	background-color: rgba(0, 0, 0, .3);
}

.inner{
	display: table-cell;
    vertical-align: middle;
}

.box{
	width: 883px;
	margin: 0 auto;
}

.express, .gross, .gastro{
	-moz-border-radius:230px;
	-webkit-border-radius:230px;
	-khtml-border-radius:230px;
	border-radius:230px;
	background-color: rgb(255, 255, 255);
	width: 230px;
	height: 230px;
	float: left;
	border: solid 10px #FFF;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	box-shadow: 10px 10px 15px silver inset;
}

.marright{
	margin-right: 96px;
}

.clearing{
	clear: both;
}

.express{
	background-image: url(img/express.jpg);
	background-size: 145px;
}

.gross{
	background-image: url(img/gross.jpg);
	background-size: 200px;
}

.change_lang{
	color: #FFF;
	font-size: 24px;
	margin-bottom: -20px;
}
.aktiv{
	color: #FFF;
	text-decoration: underline;
}
.aktiv:hover{
	color: #FFF;
	text-decoration: underline;
}

.nicht_aktiv{
	color: #FFF;
	text-decoration: none;
}
.nicht_aktiv:hover{
	color: #FFF;
	text-decoration: none;
}

.gastro{
	background-image: url(img/gastro.jpg);
	background-size: 200px;
}

.express:hover, .gross:hover, .gastro:hover{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.trans{
   opacity: 0.7;
   filter:Alpha(Opacity=70);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.full{
   opacity: 1;
   filter:Alpha(Opacity=100);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
@media only all and (max-width: 1024px) {
	.express, .gross, .gastro{
		float: none;
		margin-bottom: 50px;
	}
	.box{
		width: 230px;
	}
}