/* roboto-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-v47-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v47-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-v47-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

* {
	margin: 0;
	padding: 0;
}

body {
    background: #ffffff;
	color: #1d2935;
	font-family: "Roboto", Helvetica;
	font-size: 14px;
    font-weight: 400;
	line-height: 22px;
}

.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);
}

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

strong {
    font-weight: 700;
}

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

h2 {
    color: #6f150e;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 25px;
}

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

.clear {
	clear: both;
}

.phone {
    font-weight: 300;
}

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

/* ** ** ** ** ** ** */
/* ** HEADER ** */
/* ** ** ** ** ** ** */
.backgroundHeader {
    background: #e3e3e3;
    color: #6a4d11;
    font-size: 24px;
    padding: 50px 0;
    text-align: center;
}

.backgroundHeader h1 {
  color: #6a4d11;
  font-size: 33px;
  margin-bottom: 50px;
}

.backgroundHeader .adress {
  font-weight: 300;
  margin-bottom: 40px;
}

.backgroundHeader a {
  color: #6a4d11;
  display: block;
}

.backgroundHeader a.telefon {
  color: #afcb38;
  display: block;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
}

.backgroundHeader a.mail {
  font-size: 24px;
  font-weight: 300;
  margin-top: 40px;
}

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

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

.additional {
  padding: 50px;
}

/* ** ** ** ** ** ** */
/* ** CONTENT ** */
/* ** ** ** ** ** ** */
.backgroundContent {
    background: #6a4d11;
    color: #ffffff;
}

.backgroundContent a {
  color: #ffffff;
}

section.content {
    height: auto;
    padding: 50px 0;
}

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

section.content.datenschutz h1 {
color: #ffffff;
}

/* main column */
section.content .mainCol {
	float: left;
	padding-left: 10%;
	padding-right: 10%;
	width: 35%;
}

section.content .mainCol ul li,
section.content .rightCol ul li {
  background: url('../images/list.png') 0 6px no-repeat;
  list-style: none;
  margin-bottom: 5px;
  margin-left: 0px;
  padding-left: 20px;
}

section.content .full {
  padding-left: 10%;
}

section.content .full h2 {
  color: #ffffff;
  font-weight: 700;
}

section.content .mainCol p span.spacing {
    display: inline-block;
    width: 24px;
}

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

/* right column */
section.content .rightCol {
    float: left;
    padding-right: 10%;
    width: 35%;
}

section.content .rightCol .line1 {
    color: #4e4e4d;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}

section.content .rightCol .line2 {
    color: #6f150e;
    font-size: 20px;
}

section.content .rightCol .line3 {
    color: #4e4e4d;
    font-size: 12px;
    text-transform: uppercase;
}

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


/* ** ** ** ** ** ** */
/* ** FOOTER ** */
/* ** ** ** ** ** ** */
.footer {
    background: #ffffff;
    line-height: 0;
    padding: 0;
    text-align: center;
}

.footer img {
  height: auto;
  width: 100%;
}



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


@media (max-width: 800px) {
  .logo img {
    height: auto;
    max-width: 90%;
    width: 90%;
  }
  .box {
    width: 90%;
  }
    .mainCol a {
    	font-size: 16px;
    }
    
    section.content  .mainCol,
    section.content  .rightCol {
      display: block;
        float: none;
        padding: 0 5%;
        text-align: left;
        width: 90%;
    }
}

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