html {
    font-family: "calibri",sans-serif;
}
xbody * {
    border: 1px solid black;
    box-sizing: border-box;
}

html, body {
    margin: 0;
    padding: 0;
    background: #FFF;
    color: #717171;
    font-size: 16px;
	height: 100%;
}

ul {
    list-style: none;
    padding: 0;
}
ul.leistungen {
    margin: 0 0 60px 0;
}

#greybg {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+8,f3f3f3+34,e4e4e4+86,e4e4e4+100 */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 8%, #f3f3f3 34%, #e4e4e4 86%, #e4e4e4 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 8%,#f3f3f3 34%,#e4e4e4 86%,#e4e4e4 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 8%,#f3f3f3 34%,#e4e4e4 86%,#e4e4e4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e4e4e4',GradientType=0 ); /* IE6-9 */
    width: 100%;
    padding-bottom: 155px;
}

footer {
    position: fixed;
    height: 30px;
    bottom: 0;
    left: 0;
    right: 0;
}
.footer-green {
    background: #1C9A99;
}
.footer-orange {
    background: #FF9000;
}

.footer-nav {
    text-transform: uppercase;
    color: #1c9998;
}

.footer-nav a {
    color: #157171;
    text-decoration: none;
}

.footer-nav a:hover {
    color: #0d4c4b;
}

#logo-marke {
    top:0;
    left: 0;
    position: absolute;
	background-image: url(./LAUCOM_networks_marke_grau.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
	height: 380px;
	width: 380px;
}

.container {
    padding-top: 220px;
}

#logo {
    width: 350px;
    margin: 0 auto 70px;
	height: 86px;
	position: relative;
}

#logo img {
    width: 350px;
	position: absolute;
	left: 0;
}

h1, p {
    margin: 0;
}

.contact-label {
    width: 50px;
    display: inline-block;
}
@media screen and (max-width: 480px) {
    #logo-marke {
    	background-repeat: no-repeat;
    	height: 190px;
    	width: 190px;
    }
}
@media screen and (max-width: 380px) {
    #logo, #logo img {
        width: 300px;
    }
}