/* 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: #1d2935;
	font-family: "Ubuntu", Helvetica;
	font-size: 14px;
    font-weight: 400;
	line-height: 22px;
}

.box {
	display: block;
	margin: 30px auto 0 auto;
	max-width: 90%;
	padding: 0;
	width: 700px;
	-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);
}

/* ** ** ** ** ** ** */
/* ** GENERAL ** */
/* ** ** ** ** ** ** */
a {
	color: #1d2935;
	text-decoration: none;
}

strong {
    font-weight: 700;
}

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

.clear {
	clear: both;
}

.phone {
    font-weight: 300;
}

.phoneVIP {
    color: #6f150e;
    font-weight: 700;
}

/* ** ** ** ** ** ** */
/* ** HEADER ** */
/* ** ** ** ** ** ** */
section.logo {
	height: auto;
	text-align: center;
	width: 100%;
}

section.logo img {
    margin: 75px 0 70px 0;
    width: 80%;
}

.header {
  line-height: 0;  
}

.header img {
  height: auto;
  max-width: 100%;
}

/* ** ** ** ** ** ** */
/* ** CONTENT ** */
/* ** ** ** ** ** ** */
section.content {
    background: #960740;
    color: #ffffff;
    height: auto;
    padding: 60px 60px 30px 60px;
}

section.content h2 {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  padding: 0;
}

section.content ul li {
  background: url('../images/diamant.png') no-repeat;
  background-position: 0 5px;
  background-size: 20px;
  list-style: none;
  padding: 0 0 30px 30px;
}


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

/* datenschutz */
section.content .datenschutz {
    padding: 60px 30px;
}


/* ** ** ** ** ** ** */
/* ** FOOTER ** */
/* ** ** ** ** ** ** */
.footer {
    padding: 30px 20px;
    text-align: left;
}

.footer h3,
.footer strong {
  color: #960740;
  padding-bottom: 5px;
}

.footer ul li {
  background: url('../images/phone.png') no-repeat;
  list-style: none;
  padding: 0 0 5px 30px;
}

.footer ul li.mail {
  background-image: url('../images/mail.png');
}

.footer ul li.adress {
  background-image: url('../images/adress.png');
}

.footer .left,
.footer .right {
  display: inline-block;
  padding: 0 5%;
  width: 30%;
}
.footer .right {
  display: inline-block;
  padding: 0 5%;
  width: 46%;
}

/* ** ** ** ** ** ** */
/* ** COPYRIGHT ** */
/* ** ** ** ** ** ** */
.copyright {    
    display: block;
    font-size: 12px;
	margin: 30px auto 0 auto;
	max-width: 90%;
	padding: 0 0 30px 0;
    text-align: center;
	width: 700px;
}

@media (max-width: 700px) {
    .box {
        margin: 0;
        padding: 5%;
        width: 90%;
        -webkit-box-shadow: none;
    	-moz-box-shadow: none;
    	box-shadow: none;
    }
    
    .footer .left,
    .footer .right {
      float: none;
      width: 80%;
    }
}
