@charset "utf-8";
/* CSS Document */
html, body {
	height:100%;
	margin:0;
	padding:0;
}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	background-color:#FFFFFF;
}

#content {
	margin:0;
	padding:0;
	width: 100%;
	height:100%;
}

#logo {
    max-width: 200px;
	height:34%;
    margin: 0 auto 0 auto;
    display: block;
	background-image: url(../img/logo.png);
    background-size: contain;
	background-repeat:no-repeat;
	background-position: center top;
}

#unten {
	margin:2% 0 0 0;
    background-image: url(../img/bg.jpg);
    height: 64%;
    width: 100%;
    display: block;
    background-size: cover;
	background-repeat:no-repeat;
	background-position: center top;
}

.linkbox {
    width: 50%;
    height: 180px;
    display: table;
    margin: 10px auto 0 auto;
    float: none;
    clear: both;
}

.linkimg {
    width: 30.33%;
	height: 180px;
    float: left;
	margin:0 1.5%;
}
.box1 {
    width: 100%;
    margin: 15px auto 0 auto;
    height: 100%;
	background-image:url(../img/Fuermetz_Logistik.png);
    background-size: contain;
	background-repeat:no-repeat;
	background-position: center top;
}
.box1:hover {
	background-image:url(../img/Fuermetz_Logistikrot.png);
}
.box2 {
    width: 100%;
    margin: 15px auto 0 auto;
    height: 100%;
	background-image:url(../img/Fuermetz_Tank.png);
    background-size: contain;
	background-repeat:no-repeat;
	background-position: center top;
}
.box2:hover {
	background-image:url(../img/Fuermetz_Tankrot.png);
}

.box3 {
    width: 100%;
    margin: 15px auto 0 auto;
    height: 100%;
	background-image:url(../img/Fuermetz_ueber_uns.png);
    background-size: contain;
	background-repeat:no-repeat;
	background-position: center top;
}

.box3:hover {
	background-image:url(../img/Fuermetz_ueber_uns_rot.png);
}

.text1 {
    display: block;
    width: 100%;
    height: 40px;
    margin: 150px auto 0 auto;
    text-align: center;
    font-size: 30px;
    color: #FFF;
}

.text2 {
    display: block;
    width: 100%;
    height: 20px;
    text-align: center;
    font-size: 14px;
    color: #FFF;
    position: absolute;
    z-index: 99;
    bottom: 5px;
}

.text2 a { color:#FFFFFF ; margin:0 20px;}
@media only screen and (min-width: 1025px)  { 
	#content, #logo, #unten { overflow: hidden; }
}

@media only screen and (max-width: 800px)  { 
	#logo { max-width: 150px; height:37%; }
	.linkbox { width: 35%; height: 90%; }
	.linkimg { width: 100%; float: none; margin: 1.5% 0; }
	.text1 { display: none; }
	#unten { height: 62%;  background-image: url(../img/bg2.jpg); background-position: left top; }
}

@media only screen and (max-width: 768px)  { 
	#logo { max-width: 100px; height:30%; }
	.linkbox { width: 35%; height: 90%; }
	.linkimg { width: 100%; float: none; margin: 1.5% 0; height: 150px; }
	.text1 { display: none; }
	#unten { height: 70% }
}

@media only screen and (max-height: 700px)  { 
	.linkimg { width: 100%; float: none; margin: 1.5% 0; height: 120px; }
}


@media only screen and (max-height: 600px)  { 
	.linkimg { width: 100%; float: none; margin: 0 0; height: 85px; }
}