/* 

Hausfarben:
rot: #c30d09
hellgrau: #7b7b7b

*/



/* bebas-neue-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: 'Bebas Neue';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/bebas-neue-v14-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* abel-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: 'Abel';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/abel-v18-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


* {
	margin: 0;
	padding: 0;
}

body {
    background: #ffffff;
	color: #7b7b7b;
	font-family: 'Abel', Helvetica;
	font-size: 28px;
    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: #7b7b7b;
	text-decoration: none;
}

h1 {
    color: #7b7b7b;
    font-family: 'Bebas Neue';
    font-size: 28px;
    font-weight: 700;
	padding: 0 0 60px 0;
	margin: 0;
}

h2 {
    color: #c30d09;
    font-family: 'Bebas Neue';
    font-size: 28px;
    font-weight: 300;
    margin-bottom: 25px;
}

h2 span {
  color: #7b7b7b;
}

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

img.icon {
  padding-right: 5px;
  width: 21px;
}

.content span {
  display: inline-block;
  padding-bottom: 15px;
}

/* ** ** ** ** ** ** */
/* ** HEADER ** */
/* ** ** ** ** ** ** */
.backgroundHeader {
  text-align: center;
  width: 100%;
}

section.logo img {
  width: 100%;
}

section.logo a img {
  height: auto;
  max-width: 200px;
  padding: 60px;
  text-align: center;
  width: 80%;
}

/* ** ** ** ** ** ** */
/* ** CONTENT ** */
/* ** ** ** ** ** ** */
.backgroundContent {
    background: #ffffff;
    text-align: center;
}

.datenschutz {
  font-size: 14px;
}

.leistungen {
  padding-bottom: 15px;
  width: 200px;
}

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

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

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

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



/* ** ** ** ** ** ** */
/* ** FOOTER ** */
/* ** ** ** ** ** ** */
.footer {
    font-family: 'Bebas Neue';
    padding: 10px 20px;
    text-align: center;
}



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


@media (max-width: 800px) {
}

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