/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 17, c:/ruby-1.9.2/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, c:/ruby-1.9.2/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, c:/ruby-1.9.2/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, c:/ruby-1.9.2/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, c:/ruby-1.9.2/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, c:/ruby-1.9.2/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, c:/ruby-1.9.2/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, c:/ruby-1.9.2/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, c:/ruby-1.9.2/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* line 15, ../sass/screen.scss */
body {
  background: #58595a;
  font-family: 'Droid Sans', sans-serif;
  color: #0e2937;
  font-size: 15px;
}

/* line 21, ../sass/screen.scss */
p, address {
  font-size: 15px;
  line-height: 130%;
}

/* line 25, ../sass/screen.scss */
.container {
  margin: 0 auto;
  width: 960px;
}

/* line 29, ../sass/screen.scss */
.left {
  float: left;
}

/* line 32, ../sass/screen.scss */
.right {
  float: right;
}

/* line 35, ../sass/screen.scss */
.clear {
  float: none !important;
  clear: both;
}

/* line 39, ../sass/screen.scss */
.txt-center {
  text-align: center;
}

/* line 42, ../sass/screen.scss */
a.more-link {
  text-decoration: none !important;
  color: #3174a0 !important;
}

/* line 46, ../sass/screen.scss */
header {
  margin-top: 32px;
}
/* line 48, ../sass/screen.scss */
header .box {
  height: 85px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 52, ../sass/screen.scss */
header .logo {
  position: absolute;
  left: 25px;
  top: 14px;
}
/* line 57, ../sass/screen.scss */
header .navi {
  position: absolute;
  right: 170px;
  top: 51px;
}
/* line 61, ../sass/screen.scss */
header .navi ul {
  list-style-type: none;
  margin: 0;
}
/* line 64, ../sass/screen.scss */
header .navi ul li {
  margin: 0 5px;
  display: inline;
}
/* line 67, ../sass/screen.scss */
header .navi ul li a {
  text-decoration: none;
  font-size: 15px;
  color: #0e2937;
}
/* line 72, ../sass/screen.scss */
header .navi ul li a:hover {
  color: #27759c;
}
/* line 76, ../sass/screen.scss */
header .navi ul li.separator {
  position: relative;
  top: 1px;
}
/* line 82, ../sass/screen.scss */
header .social {
  position: absolute;
  right: 20px;
  top: 40px;
}
/* line 86, ../sass/screen.scss */
header .social .hover {
  display: none;
}
/* line 89, ../sass/screen.scss */
header .social a {
  margin-left: 10px;
  display: block;
  float: left;
}
/* line 95, ../sass/screen.scss */
header .social a:hover img {
  display: none;
}
/* line 98, ../sass/screen.scss */
header .social a:hover .hover {
  display: inline !important;
}

/* line 106, ../sass/screen.scss */
.box {
  background: #fff;
  position: relative;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
  padding: 40px 30px;
  margin-bottom: 10px;
}
/* line 107, ../sass/screen.scss */
.box > h1 {
  font-weight: bold;
}
/* line 115, ../sass/screen.scss */
.box .media-left {
  float: left;
  margin-right: 25px;
}
/* line 120, ../sass/screen.scss */
.box .media-right {
  float: right;
  margin-left: 25px;
}
/* line 125, ../sass/screen.scss */
.box .content {
  color: #0e2937;
}
/* line 127, ../sass/screen.scss */
.box .content strong, .box .content b {
  font-weight: bold;
}
/* line 133, ../sass/screen.scss */
.box .content a, .box .content a:focus, .box .content a:visited {
  color: #27759c;
  font-weight: bold;
  text-decoration: underline;
}
/* line 138, ../sass/screen.scss */
.box .content > a {
  text-decoration: none;
  font-weight: normal;
}
/* line 142, ../sass/screen.scss */
.box .content ul {
  list-style-image: url("../images/icons/haken.png");
  margin-left: 20px;
}
/* line 145, ../sass/screen.scss */
.box .content ul li {
  padding-left: 10px;
  font-size: 17px;
  color: #0e2937;
  line-height: 165%;
}
/* line 152, ../sass/screen.scss */
.box .content h1, .box .content h2, .box .content h3, .box .content h4, .box .content h5, .box .content h6 {
  margin-bottom: 5px;
}
/* line 155, ../sass/screen.scss */
.box .content p {
  margin-bottom: 10px;
}
/* line 160, ../sass/screen.scss */
.box .content.thankyou h2 {
  font-size: 30px;
  color: #112938;
}
/* line 164, ../sass/screen.scss */
.box .content.thankyou p, .box .content.thankyou li {
  font-size: 19px;
}
/* line 167, ../sass/screen.scss */
.box .content.thankyou .color {
  color: #27759c;
}
/* line 170, ../sass/screen.scss */
.box .content.thankyou .testimonial {
  position: absolute;
  bottom: 0;
  right: 10px;
}
/* line 175, ../sass/screen.scss */
.box .content.thankyou .buttonBox {
  width: 640px;
  position: relative;
  height: 50px;
  margin-top: 40px;
}
/* line 180, ../sass/screen.scss */
.box .content.thankyou .buttonBox img {
  position: absolute;
  right: 290px;
}
/* line 184, ../sass/screen.scss */
.box .content.thankyou .buttonBox a {
  position: absolute;
  right: 0;
  width: 279px;
  height: 44px;
  background: url("../images/anfordern.png");
}
/* line 191, ../sass/screen.scss */
.box .content.thankyou .buttonBox a.active {
  background: url("../images/anfordern_clicked.png");
}

/* line 197, ../sass/screen.scss */
.box.box-blue {
  background: #c9dde7;
}

/* line 201, ../sass/screen.scss */
#vorteile .testimonial {
  position: absolute;
  bottom: 0;
  right: 30px;
}
/* line 205, ../sass/screen.scss */
#vorteile .testimonial img {
  display: block;
}

/* line 212, ../sass/screen.scss */
#vorteile.bundesland ul li {
  line-height: 205%;
}

/* line 219, ../sass/screen.scss */
#regionale-werbung-land .content div.left {
  width: 56%;
}
/* line 222, ../sass/screen.scss */
#regionale-werbung-land .content img.absolute {
  right: 20px;
  top: 25px;
  position: absolute;
  z-index: 2;
}
/* line 229, ../sass/screen.scss */
#regionale-werbung-land .content .left h3 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}
/* line 235, ../sass/screen.scss */
#regionale-werbung-land .content ul {
  margin-bottom: 10px;
}

/* line 244, ../sass/screen.scss */
#regionale-werbung .media-left {
  width: 510px;
  margin: 0;
}
/* line 247, ../sass/screen.scss */
#regionale-werbung .media-left h3 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}

/* line 254, ../sass/screen.scss */
h1 {
  font-size: 32px;
  color: #0e2937;
  margin: 0;
  margin-bottom: 20px;
  line-height: 130%;
}
/* line 260, ../sass/screen.scss */
h1 strong {
  font-weight: bold;
}
/* line 263, ../sass/screen.scss */
h1 strong.date {
  font-size: 19px;
}

/* line 267, ../sass/screen.scss */
h2 {
  font-size: 17px;
  color: #3174a0;
  margin: 15px 0;
  line-height: 130%;
}

/* line 273, ../sass/screen.scss */
.article-container {
  width: 75%;
  line-height: 130%;
  margin: 0 auto;
}
/* line 277, ../sass/screen.scss */
.article-container a {
  color: #3174a0 !important;
}
/* line 280, ../sass/screen.scss */
.article-container h1 {
  font-size: 26px;
}
/* line 283, ../sass/screen.scss */
.article-container h1.title {
  font-size: 32px !important;
  color: #0e2937;
  margin: 0;
  margin-bottom: 20px;
  line-height: 130%;
}
/* line 289, ../sass/screen.scss */
.article-container h1.title strong {
  font-weight: bold;
}
/* line 292, ../sass/screen.scss */
.article-container h1.title strong.date {
  font-size: 19px;
}

/* line 298, ../sass/screen.scss */
#bundeslaender p {
  margin-bottom: 15px;
}
/* line 301, ../sass/screen.scss */
#bundeslaender .decoration {
  position: absolute;
  right: 80px;
  top: 40px;
}
/* line 306, ../sass/screen.scss */
#bundeslaender ul.laender {
  list-style-image: url("../images/icons/checkbox.png");
  margin-right: 50px;
}
/* line 309, ../sass/screen.scss */
#bundeslaender ul.laender li {
  line-height: 270%;
  padding: 0;
}
/* line 312, ../sass/screen.scss */
#bundeslaender ul.laender li a {
  text-decoration: none;
  font-size: 15px;
  color: #0e2937;
}
/* line 313, ../sass/screen.scss */
#bundeslaender ul.laender li a img {
  vertical-align: middle;
  margin-right: 5px;
}
/* line 321, ../sass/screen.scss */
#bundeslaender ul.laender li a:hover {
  text-decoration: underline;
}

/* line 328, ../sass/screen.scss */
.blog-overview p, .blog-overview div, .blog-post p, .blog-post div {
  text-align: justify;
}

/* line 332, ../sass/screen.scss */
#form {
  position: relative;
}
/* line 333, ../sass/screen.scss */
#form h1 {
  width: 580px;
  font-size: 21px;
}
/* line 338, ../sass/screen.scss */
#form .box.box-blue {
  padding-bottom: 60px !important;
  background-image: url("../images/formBoxBottom.png");
  background-repeat: repeat-x;
  background-position: bottom left;
}
/* line 344, ../sass/screen.scss */
#form .testimonial {
  position: absolute;
  bottom: 0;
  right: 10px;
}
/* line 349, ../sass/screen.scss */
#form .box, #form .kartenContainer, #form .testimonial {
  z-index: 1;
}
/* line 352, ../sass/screen.scss */
#form .form-container {
  width: 580px;
}
/* line 354, ../sass/screen.scss */
#form .form-container input, #form .form-container label, #form .form-container .form-box {
  z-index: 1;
}
/* line 357, ../sass/screen.scss */
#form .form-container > div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  position: relative;
}
/* line 362, ../sass/screen.scss */
#form .form-container label {
  display: block;
  font-size: 15px;
  color: #0e2937;
  margin-bottom: 3px;
}
/* line 368, ../sass/screen.scss */
#form .form-container input[type="text"] {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  height: 32px;
  line-height: 32px;
  border: 1px solid #003546;
  margin-bottom: 15px;
  color: #0e2937;
  font-size: 17px;
  font-weight: bold;
}
/* line 383, ../sass/screen.scss */
#form .form-container input[type="text"]:active,
#form .form-container input[type="text"]:focus,
#form .form-container input[type="text"].filled {
  background: #abc7d5;
  outline: 0;
  border: 1px solid #003546;
}
/* line 388, ../sass/screen.scss */
#form .form-container input[type="submit"] {
  width: 277px;
  height: 38px;
  background: url("../images/submit.png") no-repeat;
  border: 0;
  outline: 0;
  cursor: pointer;
}
/* line 396, ../sass/screen.scss */
#form .form-container input.error {
  background: #f9bcbc !important;
  border: 1px solid #f47373 !important;
}
/* line 400, ../sass/screen.scss */
#form .form-container .full {
  width: 100%;
  position: relative;
}
/* line 404, ../sass/screen.scss */
#form .form-container .half {
  width: 285px;
  margin-right: 10px;
}
/* line 408, ../sass/screen.scss */
#form .form-container .third {
  width: 190px;
  margin-right: 10px;
}
/* line 412, ../sass/screen.scss */
#form .form-container .third-2 {
  width: 380px;
}
/* line 415, ../sass/screen.scss */
#form .form-container .last {
  margin: 0 !important;
}
/* line 418, ../sass/screen.scss */
#form .form-container .decoration {
  position: absolute;
  right: -230px;
  top: -130px;
}
/* line 423, ../sass/screen.scss */
#form .form-container .form-box {
  padding: 20px;
  border: 1px solid #083447;
  background: #adc6d7;
  color: #112938;
  font-size: 13px;
}
/* line 429, ../sass/screen.scss */
#form .form-container .form-box .title {
  font-size: 19px;
  font-weight: bold;
}
/* line 433, ../sass/screen.scss */
#form .form-container .form-box p {
  margin: 5px 0 10px;
  font-size: 13px;
}
/* line 437, ../sass/screen.scss */
#form .form-container .form-box label {
  display: inline;
  margin-right: 30px;
  font-size: 13px;
}
/* line 444, ../sass/screen.scss */
#form .testi-shadow {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}

/* line 452, ../sass/screen.scss */
#letzte-eintraege h1 {
  font-size: 28px;
}
/* line 455, ../sass/screen.scss */
#letzte-eintraege .entry {
  margin-bottom: 30px;
}
/* line 457, ../sass/screen.scss */
#letzte-eintraege .entry .date {
  color: #0e2937;
  margin-bottom: 10px;
  font-size: 15px;
}
/* line 462, ../sass/screen.scss */
#letzte-eintraege .entry .title {
  font-size: 19px;
  color: #0e2937;
  margin-bottom: 7px;
}
/* line 467, ../sass/screen.scss */
#letzte-eintraege .entry .entry-content {
  color: #0e2937;
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 130%;
}
/* line 474, ../sass/screen.scss */
#letzte-eintraege .entry .website a {
  color: #27759c;
  font-size: 15px;
  text-decoration: none;
}
/* line 479, ../sass/screen.scss */
#letzte-eintraege .entry .website a:hover {
  text-decoration: underline;
}

/* line 485, ../sass/screen.scss */
#inputBundesland {
  cursor: pointer;
  background: url("../images/inputBundesland.jpg") right bottom no-repeat;
  height: 30px;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 17px;
  text-shadow: 0 1px 2px #fff;
  line-height: 30px;
  margin-bottom: 15px;
  border: 1px solid #677277;
}
/* line 498, ../sass/screen.scss */
#inputBundesland img {
  height: 80%;
  vertical-align: middle;
  margin-right: 5px;
}

/* line 504, ../sass/screen.scss */
.stateContainer {
  position: absolute;
  top: 47px;
  left: 0;
  display: none;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 30px;
  background: url("../images/inputBundeslandBox.jpg") repeat-x;
  outline: 0;
  border: 1px solid #003546;
  z-index: 999 !important;
}
/* line 516, ../sass/screen.scss */
.stateContainer * {
  z-index: 999 !important;
}
/* line 519, ../sass/screen.scss */
.stateContainer ul {
  list-style-type: none;
  float: left;
  list-style-image: none !important;
  margin: 0 !important;
  margin-right: 40px !important;
}
/* line 525, ../sass/screen.scss */
.stateContainer ul li {
  margin: 12px 0;
}
/* line 527, ../sass/screen.scss */
.stateContainer ul li a {
  text-decoration: none !important;
  display: block;
  font-size: 15px;
  color: #0e2937 !important;
}
/* line 532, ../sass/screen.scss */
.stateContainer ul li a img {
  vertical-align: middle;
}
/* line 536, ../sass/screen.scss */
.stateContainer ul li a:hover {
  text-decoration: none;
  color: #0e2937;
}

/* line 543, ../sass/screen.scss */
.kartenContainer {
  position: absolute;
  top: 20px;
  right: 63px;
  width: 319px;
  height: 372px;
}
/* line 549, ../sass/screen.scss */
.kartenContainer > img {
  position: absolute;
}

/* line 553, ../sass/screen.scss */
footer {
  color: #fff;
  font-size: 11px;
  margin: 20px 0 40px;
}
/* line 557, ../sass/screen.scss */
footer ul {
  margin-top: 5px;
  list-style-type: none;
}
/* line 560, ../sass/screen.scss */
footer ul li {
  display: inline;
  margin: 0 5px;
}
/* line 563, ../sass/screen.scss */
footer ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 11px;
}
/* line 569, ../sass/screen.scss */
footer ul li.separator {
  position: relative;
  top: 1px;
}

/* line 575, ../sass/screen.scss */
.loader {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999999;
  left: 0;
  height: 100%;
  background: url("../images/loader_bg.png") repeat;
}
