/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/roboto-v30-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-v30-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-v30-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/roboto-v30-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/roboto-v30-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-v30-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-v30-latin-500.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-v30-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-v30-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/roboto-v30-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-v30-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-v30-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-v30-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-v30-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* Allgemein */
* { margin: 0; padding: 0; border: none; }
body { font-family: 'Roboto', sans-serif; font-weight: 400; color: #434343; font-size: 16px; line-height: 22px; background: #fef3ba; text-align: center; }
h1 { font-weight: 700; font-size: 24px; line-height: 36px; color: #fff; text-align: center; }
h2 { font-weight: 500; font-size: 18px; line-height: 20px; color: #fff;  text-align: center; }
h3 { font-weight: 500; font-size: 18px; color: #7f073a; margin-bottom: 5px; }
h1 span { font-size: 28px; color: #fff; display: block; }
ul { list-style-type: none; }
a { text-decoration: none; color: #b22759; }
a:hover { color: #434343 ; }
p { text-align: center; padding: 25px 30px 0 30px; }
.wrapper { width: 960px; margin: 0 auto; }
.fl { float: left; }
.fr { float: right; }
.clear { clear: both; }

/* Einleitung */
.headerimg { background: url("images/headerimg.jpg") no-repeat center; width: 100%; height: 473px; }
.headerimg img { display: block; }
.intro { background-color: #7f073a; color: #fff; }
.intro h1 { margin-top: 50px; padding: 0 20px 0 20px;  }
.intro h2 { padding: 0 20px 0 20px;  }
.intro a { color: #fef3ba; text-decoration: underline; }
.intro strong { font-size: 18px; margin-top: 25px; padding-bottom: 50px; display: block; }

/* Content */
.content { background-color: #fff; margin-top: 50px; padding: 40px; }
.content h1, .content span { color: #7f073a; }
.content span { display: block; margin-top: 20px; margin-bottom: 10px; font-weight: 500; }
.content, .content h1 { text-align: left; }
.content .lft, .content .rgt { width: 45%; }
.content h1 { font-size: 28px; }
.content .lft { margin-right: 10%; }
.content ul { margin-bottom: 20px; }
.content li { list-style: disc; margin-left: 20px; }


/* Kontakt */
.contact { background-color: #fff; margin-top: 50px; padding: 40px; text-align: left; }
.contact h1 { font-size: 28px; color: #7f073a; text-align: left; }
.box { width: 34%; } 
.box:nth-child(3) { width: 29%; float: right;  } 
.map { display: block; width: 100%; height: 360px; margin: 0 auto; background: url("images/map.png") center center; }
.privacy { width: 100%; margin-top: 20px; padding-top: 20px; border-top: 1px solid #ccc; color: #777; font-size: 12px; line-height: 18px; }


@media only screen and (max-width: 1200px) {
	.wrapper { width: 80%; margin: 0 auto; }
	.contact { font-size: 14px; }
}


@media only screen and (max-width: 1020px) {
	.boxes .fl { float: none; }
	.contact { font-size: 16px; }
	.box { width: 100%; margin-bottom: 25px; }
	.box:nth-child(3) { width: 100%; }
}


@media only screen and (max-width: 900px) {
	.wrapper { width: 90%; margin: 0 auto; }
}


@media only screen and (max-width: 760px) {
	.intro h1, .content h1, .contact h1 { font-size: 22px; }
	.fl { float: none; }
	.content .lft, .content .rgt { width: 100%; margin-right: 0; }
}


@media only screen and (max-width: 480px) {
	.headerimg { height: 300px; background-position: 36% 5%; }
	.headerimg img { width: 70%; height: auto; display: inline; }
}


@media only screen and (max-width: 350px) {
	.intro h2 { font-size: 16px; }
}