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

body {
    background: #ffffff;
	color: #575656; /*grau*/
	font-family: "Ubuntu", Helvetica;
	font-size: 14px;
    font-weight: 400;
	line-height: 22px;
}

a {
	color: #575656;
	text-decoration: none;
}

.phone,
.mail {
    font-weight: 300;
}

strong {
    font-weight: 700;
}

h1 {
    color: #1d71b8;
    font-size: 14px;
    font-weight: 700;
	padding: 0;
	margin: 0;
}

h2 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 25px;
}

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

.box {
	display: block;
	margin: 30px 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.contact,
section.logo {
	height: auto;
	width: 100%;
}

section.logo img {
    height: auto;
    max-width: 250px;
    width: 90%;
}

.color1,
.color2 {
    color: #54b4e3;
    font-size: 20px;
    font-weight: 700;
}
.color2 {
    color: #be1522;
}

p.spacing-bottom {
    margin-bottom: 50px;
}

section.logo img {
    margin: 50px 0;
    width: auto;
}

section.contact {
    background: #ededed;
    height: auto;
    padding: 50px 0;
}

section.contact.datenschutz {
	color: #000;
	font-size: 12px;
	line-height: normal;
	padding: 30px 10%;
	width: 80%;
}

section.logo {
	text-align: center;
}

.main {
	float: left;
	padding-left: 10%;
	padding-right: 10%;
	width: 35%;
}

.main p span.spacing {
    display: inline-block;
    width: 24px;
}

.main p span.spacing img {
    height: 16px;
    position: relative;
    top: 3px;
    width: auto;
}

.clear {
	clear: both;
}

.service {
    float: left;
    padding-right: 10%;
    width: 35%;
}

.service ul {
    list-style: none;
}

.service ul li {
    background: url('../images/liste.png') left center  no-repeat;
    padding: 0 0 10px 25px;
}

.info {
    color: #878786;
    font-size: 14px;
    padding: 50px 10%;
    text-align: left;
}

.info a {
    color: #878786;
}

.copyright {    
    display: block;
    font-size: 12px;
	margin: 30px auto 0 auto;
	max-width: 90%;
	padding: 0;
	width: 800px;
}

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

@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 {
        background: none;
        padding: 0;
    }
    
}
