/* Eric Meyer's CSS Reset */
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
header, section, footer, aside, nav, main, article, figure {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
ol li {
  list-style: decimal;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */
body {
  background-color: #E9E9E9;
}
body,
body * {
  font-family: 'liberation_sansregular', Arial, sans-serif;
  box-sizing: border-box;
  line-height: 1em;
  color: #000;
  font-size: 14px;
}
h1 {
  font-family: 'lane_-_narrowregular', Arial, sans-serif;
  font-size: 28px;
  font-weight: bold;
  margin: 6px 0 40px 0;
  color: #E90000;
}
h1.dark {
  background-color: #000;
}
h2 {
  display: block;
  font-size: 22px;
  margin: 25px 0 13px 0;
}
h3 {
  font-size: 16px;
  margin: 35px 0 6px 0;
  clear: both;
  font-weight: bold;
}
p {
  line-height: 1.3em;
  margin-bottom: 20px;
}
strong {
  font-weight: 700;
}
a {
  color: #009EE0;
  text-decoration: none;
}
a:HOVER {
  text-decoration: underline;
}
em {
  font-style: italic;
}
.clear {
  clear: both;
  float: none;
}
table {
  margin-bottom: 20px;
}
table td {
  line-height: 1.3em;
}
/* Wrapper und Layout
-----------------------------------------------------------------------------*/
#site_wrapper {
  width: 1000px;
  margin: 0 auto;
  overflow: auto;
}
#header {
  width: 100%;
  padding: 45px 0;
  overflow: auto;
}
#content {
  width: 100%;
  overflow: auto;
  background-color: #FFF;
  padding: 30px;
}
.home #content {
  background-color: transparent;
  padding: 0;
}
#footer {
  width: 100%;
  margin-top: 45px;
}

/* Header
-----------------------------------------------------------------------------*/

#logo {
  float: left;
  text-decoration: none;
}

/* Main-Navigation
-----------------------------------------------------------------------------*/
#navi {
  float: right;
  overflow: hidden;
  margin-top: 30px;
}
#navi li {
  display: inline-block;
  margin: 0 0 0 20px;
  vertical-align: middle;
  -webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
  -ms-user-select: none;      /* IE 10+ */
  user-select: none;          /* Likely future */
}
#navi a {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  text-align: center;
  font-size: 12px;
  color: #000;
  border-bottom: 2px solid #E9E9E9;
  padding: 6px 1px;
}
.infos-zu-den-produkten #navi li.infos-zu-den-produkten a,
.wer-wir-sind #navi li.wer-wir-sind a,
.home #navi li.home a,
.aktuelles #navi li.aktuelles a,
#navi li:HOVER a {
  border-bottom: 2px solid #E60000;
}

/* Home-Boxen
-----------------------------------------------------------------------------*/
.home_box {
  width: 320px;
  height: 280px;
  float: left;
  margin-left: 20px;
}
.home_box.book {
  margin-left: 0;
  background-image: url('../img/laptop-buecher.jpg');
  background-repeat: no-repeat;
}
.home_box.calculator {
  background-color: #E90000;
}
.home_box.offer {
  background-image: url('../img/angebot-unterschrift.jpg');
  background-repeat: no-repeat;
}
.home_box .container {
  width: 100%;
  height: 100%;
  padding: 27px 30px 0 30px;
}
.home_box .container * {
  color: #FFF;
}
.home_box .container h1 {
  font-size: 26px;
  font-weight: 700;
  line-height: 32px;
  margin: 0 0 6px 0;
}
.home_box.calculator .container h1 {
  padding-left: 30px;
  background-image: url('../img/calculator-icon.png');
  background-repeat: no-repeat;
  margin: 4px 0 20px 0;
}
.home_box .container p {
  font-size: 12px !important;
  line-height: 1.4em;
  margin-bottom: 0;
}
.home_box.book .container,
.home_box.offer .container {
  background-image: url('../img/dark-bg.jpg');
  height: 180px;
  margin-top: 100px;
}
.home_box.book .container .little_btn {
  margin-top: 10px;
}
.home_box.calculator .container .little_btn {
  margin-top: 57px;
}
.home_box.offer .container .little_btn {
  margin-top: 10px;
}
.home_box.calculator select {
  color: #656565;
  width: 260px;
  font-size: 13px;
  margin-top: 15px;
}
.home_box.calculator select option {
  color: #000;
}

/* Content
-----------------------------------------------------------------------------*/
.aktuelles #content {
  padding-left: 110px;
  padding-right: 110px; 
}
.aktuelles #content p,
.aktuelles #content p *,
.aktuelles #content ul *,
.aktuelles #content ol * {
  font-size: 13px !important;
  color: #555 !important;
}
#content ul {
  margin: 0 0 20px 0;
  list-style: square outside none;
  overflow: auto; 
  padding-left: 20px;
}
#content ol {
  margin: 0 0 20px 0;
  overflow: auto; 
  padding-left: 20px;
}
#content li {
  margin: 3px 0 10px 0;
  line-height: 1.4em;
}
#content hr {
  border: none;
  height: 2px;
  background-color: #D7D7D7;
  margin: 35px 0 35px 0;
}
#content blockquote {
  padding: 1.5em;
  quotes: "\201C""\201D""\2018""\2019";
  font-style: italic;
  font-size: 16px;
  text-align: center;
  line-height: 1.4em;
  color: #777;
}
#content blockquote:BEFORE {
  color: #777;
  content: open-quote;
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
#content blockquote:AFTER {
  color: #777;
  content: close-quote;
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.45em;
}
#content img.right {
  float: right;
  margin: 0 0 6px 40px;
}
a.bigbutton {
  border: none;
  padding: 10px 18px;
  background-color: #DB7F00;
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  box-shadow: 1px 1px 4px #DADADA;
  -moz-box-shadow: 1px 1px 4px #DADADA;
  -webkit-box-shadow: 1px 1px 4px #DADADA;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  text-decoration: none;
}
a.bigbutton:HOVER {
  background-color: #DB1600;
}
.little_btn {
  display: inline-block;
  color: #FFF;
  font-size: 14px;
  padding: 9px 7px 7px 7px;
  background-color: #FB0000;
  background: #fb0000; /* Old browsers */
  background: -moz-linear-gradient(top,  #fb0000 0%, #d20001 70%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fb0000), color-stop(70%,#d20001)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #fb0000 0%,#d20001 70%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #fb0000 0%,#d20001 70%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #fb0000 0%,#d20001 70%); /* IE10+ */
  background: linear-gradient(to bottom,  #fb0000 0%,#d20001 70%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb0000', endColorstr='#d20001',GradientType=0 ); /* IE6-9 */
  border: 2px outset #EEE;
  cursor: pointer;
  text-decoration: none !important;
}
.little_btn:HOVER {
  background-color: #F94A4A;
  background: #f94a4a; /* Old browsers */
  background: -moz-linear-gradient(top,  #f94a4a 0%, #d13e3e 70%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f94a4a), color-stop(70%,#d13e3e)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #f94a4a 0%,#d13e3e 70%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #f94a4a 0%,#d13e3e 70%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #f94a4a 0%,#d13e3e 70%); /* IE10+ */
  background: linear-gradient(to bottom,  #f94a4a 0%,#d13e3e 70%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f94a4a', endColorstr='#d13e3e',GradientType=0 ); /* IE6-9 */
}
.aktuelles .date {
  float: right;
  font-size: 12px;
  color: #999;
}
.aktuelles #news_archive {
  display: none;
}
.aktuelles #show_news_archive,
.aktuelles #hide_news_archive {
  color: #009EE0;
  float: right;
  margin: 20px 0;
  padding: 4px;
  cursor: pointer;
}
.aktuelles #show_news_archive:HOVER,
.aktuelles #hide_news_archive:HOVER {
  text-decoration: underline;
}
.wer-wir-sind .portrait {
  float: left;
  margin: 0 20px 20px 20px;
}
/* Marginalie im Content
-----------------------------------------------------------------------------*/
#marginalie {
  float: right;
  width: 250px;
  min-height: 600px;
  margin-left: 30px;
  padding-top: 75px;
}
#marginalie .box {
  width: 100%;
  background-color: #DCDCDC;
  margin-bottom: 25px;
}
#marginalie .box:LAST-OF-TYPE {
  margin-bottom: 0;
}
#marginalie .box .heading {
  background-color: #646464;
  color: #FFF;
  padding: 8px;
}
#marginalie .box .contents {
  padding: 8px;
}
#marginalie .box .contents * {
  font-size: 13px;
}
#marginalie .box ul {
  margin-bottom: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
#marginalie .box li {
  margin: 0 0 5px 0;
  padding: 0 0 5px 0;
  border-bottom: 1px solid #646464;
}
#marginalie .box ul li:LAST-OF-TYPE {
  border-bottom: none;
  margin: 0;
  padding: 0;
}

/* Buch-Bestellung Popup
-----------------------------------------------------------------------------*/
#book_form {
  background-color: #FFF;
  padding: 20px 30px;
  max-width: 600px;
  margin: 0 auto;
  position: relative;
}
.mfp-close {
  position: relative;
}
#book_form .label {
  display: inline-block;
  width: 150px;
}
#book_form input {
  margin: 5px 0;
}
#book_form input[type="submit"] {
  border: 1px solid #860000;
  margin-top: 20px;
  margin-left: 175px;
}
#book_form .errormsg {
  margin-left: 155px;
  font-size: 13px;
  color: #8D3636;
  font-style: italic;
}
#book_form .mailingmsg {
  text-align: center;
  font-weight: bold;
  color: #1A971A;
  margin-top: 10px;
}

/* Haftpflicht-Rechner Popup
-----------------------------------------------------------------------------*/
#sector_data_popup {
  background-color: #FFF;
  padding: 20px 30px;
  max-width: 600px;
  margin: 0 auto;
  position: relative;
}
#popup_branchen .label {
  font-weight: bold;
  margin: 6px 0 4px 0;
}
#popup_branchen .little_btn {
  margin: 20px 40px 10px 0;
}
#popup_branchen .tiny_text {
  color: #777;
  font-size: 11px;
}

/* Footer
-----------------------------------------------------------------------------*/
#footer * {
  color: #787878;
  font-size: 12px;
  line-height: 1.5em;
}
#footer a {
  margin: 0 7px;
  text-decoration: none;
}
#footer a:HOVER {
  text-decoration: underline;
}
#footer .mannheimer_logo {
  float: left;
  margin-right: 12px;
}
#footer .text {
  font-size: 11px;
  display: inline-block;
  margin-top: 3px;
}
#footer .links {
  float: right;
}
#footer .links a {
  text-decoration: none;
  padding: 2px;
  border-bottom: 2px solid transparent;
}
#footer .links a:HOVER {
  border-color: #E90000;
}

/* Formular
-----------------------------------------------------------------------------*/
#contact-form {
  display: block;
  width: 480px;
  padding: 15px 0;
  font-size: 14px;
  float: left;
  overflow: auto;
}
#contact-form .instruction {
  color: #888;
  margin-bottom: 30px;
}
#contact-form label {
  display: block;
  font-size: 13px;
  margin: 15px 0 3px 0;
}
#contact-form label > span {
  width: 135px;
  float: left;
  padding: 10px 20px 0 0;
  text-align: right;
}
#contact-form input.input-field {
  width: 330px;
}
#contact-form input.input-field,
#contact-form .textarea-field {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 1px solid #C2C2C2;
  box-shadow: 1px 1px 2px #E2E2E2 inset;
  -moz-box-shadow: 1px 1px 2px #E2E2E2 inset;
  -webkit-box-shadow: 1px 1px 2px #E2E2E2 inset;
  padding: 9px;
  outline: none;
  font-size: 15px;
}
#contact-form .input-field:FOCUS,
#contact-form .textarea-field:FOCUS {
  outline: 1px solid #1E8B18;
}
#contact-form .textarea-field {
  height: 120px;
  width: 330px;
}
#contact-form input[type=submit],
#contact-form input[type=button] {
  width: 200px;
  text-align: center;
  margin: 10px 0 10px 140px;
  border: 1px solid #DB8F00;
  padding: 10px 17px 10px 17px;
  background-color: #E90000;
  font-size: 15px;
  font-weight: bold;
  color: #FFF;
  cursor: pointer;
}
#contact-form input[type=submit]:HOVER,
#contact-form input[type=button]:HOVER {
  background-color: #DB8F00;
  border-color: #C88300;
}
#contact-form .mailingmsg {
  margin: 22px 0 0 8px;
  font-size: 16px;
  display: inline-block;
  font-weight: bold;
}
#contact-form .mailingmsg.fail {
  color: #DB0000;
}
#contact-form .mailingmsg.success {
  color: #00A612;
}
#contact-form .errormsg {
  margin: 3px 0 0 140px;
  color: #DB0000;
}
.buero_pic {
  float: right;
  margin-top: 80px;
}

/* Formular für individuelles Angebot
-----------------------------------------------------------------------------*/
#offer-form .instruction {
  color: #757575;
}
#offer-form table {
  border-collapse: collapse;
  width: 610px;
}
#offer-form table td {
  border-bottom: 1px solid #DFDFDF;
}
#offer-form table tr:LAST-OF-TYPE td {
  border-bottom: none;
}
#offer-form table td {
  padding: 15px 8px;
  vertical-align: top;
}
#offer-form input[type="text"] {
  width: 300px;
  padding: 2px;
}
#offer-form textarea {
  width: 300px;
  height: 55px;
  padding: 2px;
}
#offer-form input[type="radio"] {
  margin: 4px 0;
}
#offer-form .errormsg {
  margin: 3px 0 0 0;
  color: #DB0000;
}
#offer-form .mailingmsg {
  font-weight: bold;
  margin-top: 8px;
}
#offer-form .mailingmsg.fail {
  color: #DB0000;
}
#offer-form .mailingmsg.success {
  color: #00A612;
}