/* ubuntu-condensed-regular - latin */
@font-face {
	font-family: 'Ubuntu Condensed';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/ubuntu-condensed-v10-latin-regular.eot'); /* IE9 Compat Modes */
	src: local('Ubuntu Condensed'), local('UbuntuCondensed-Regular'),
		 url('../fonts/ubuntu-condensed-v10-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('../fonts/ubuntu-condensed-v10-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
		 url('../fonts/ubuntu-condensed-v10-latin-regular.woff') format('woff'), /* Modern Browsers */
		 url('../fonts/ubuntu-condensed-v10-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('../fonts/ubuntu-condensed-v10-latin-regular.svg#UbuntuCondensed') format('svg'); /* Legacy iOS */
  }

* {
	margin: 0;
	padding: 0;
}

body {
    background: #ffffff;
	color: #494948; /*grau*/
	font-family: "Ubuntu Condensed", Arial, Helvetica;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
}

a {
	color: #494948; /*grau*/
	text-decoration: none;
}

h1 {
	font-size: 16px;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
}

h1 span {
	color: #96c11f;
	text-transform: capitalize;
}

h2 {
	font-size: 16px;
	margin-bottom: 35px;
}

p {
    margin: 0 0 10px 0;
    padding:  0;
}

p.adress {
	background: url("../images/adress.png") no-repeat;
	padding-left: 30px;
}

p.phone {
	background: url("../images/phone.png") no-repeat;
	margin-bottom: 0;
	padding-left: 30px;
}

p.fax {
	background: url("../images/fax.png") no-repeat;
	padding-left: 30px;
}

p.email {
	background: url("../images/email.png") no-repeat;
	margin-bottom: 0;
	padding-left: 30px;
}

.box {
	display: block;
	margin: 20px auto 0 auto;
	max-width: 90%;
	padding: 0;
	width: 800px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
}

section.logo {
	border-bottom: 2px solid #96c11f;
	margin: 0 auto 35px auto;
	padding: 35px 0;
	text-align: center;
	width: 80%;
}

section.contact {
	border-bottom: 2px solid #96c11f;
	display: block;
	margin: 0 auto;
	padding-bottom: 35px;
	width: 80%;
}

.main {
	display: inline-block;	
	width: 48%;
}

.clear {
	clear: both;
}

.service {
	display: inline-block;
	width: 48%;
}
	
.service ul li {	
	color: #96c11f;
	line-height: 30px;
	list-style: square;	
}

.side-footer {
	font-size: 14px;
	margin: 0 auto;
	padding: 35px 0;
	text-align: center;
	width: 80%;
}

.side-footer .copyright {
	font-size: 12px;
}

section.dsgvo {
	border-bottom: 2px solid #96c11f;
	margin: 0 auto;
	padding: 35px 0;
	width: 80%;
}


@media (max-width: 800px) {
    .main a {
    	font-size: 16px;
    }
    
    .main a.phone {
    	font-size: 26px;
    }
}

@media (max-width: 700px) {
    .box {
        margin: 0;
        padding: 5%;
        width: 90%;
        -webkit-box-shadow: none;
    	-moz-box-shadow: none;
    	box-shadow: none;
    }
    
    .main,
    .service {
        float: none;
        padding: 5% 0;
        text-align: center;
        width: 100%;
    }
    
    .service ul li {
        list-style: none;
    }
}
