/* ==========================================================================
   Wohnungsbau Gmbh Sonneberg | QM Handbuch by LOEFFLER & PARTNER

   Fonts: Roboto:400,400i,500,700

   Used Colors:
   White: #ffffff
   Black: #000000
/* ==========================================================================
   Variablen
   ========================================================================== */
/* ==========================================================================
   Helper
   ========================================================================== */
* {
  padding: 0;
  border: 0;
  margin: 0;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
table {
  border-spacing: 0;
}
img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto !important;
}
.clearfix:after,
#container:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
* html .clearfix {
  zoom: 1;
}
/* IE6 */
*:first-child + html .clearfix {
  zoom: 1;
}
/* IE7 */
.invisible {
  display: none;
}
/* ==========================================================================
   Typo
   ========================================================================== */
html {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-size: 100%;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
}
h1 {
  color: #eb651a;
  font-size: 2rem;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 2rem;
}
h2 {
  color: #27292c;
  font-size: 1.5rem;
  margin-top: 3rem;
  margin-bottom: 2rem;
}
h3 {
  color: #27292c;
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
}
.ce_text.first h2:first-child {
  margin-top: 0;
}
p,
.ce_text li,
.ce_list li {
  color: #27292c;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 1rem;
}
.ce_text table td p {
  margin-bottom: 0;
}
.ce_text li,
.ce_list li {
  margin-left: 20px;
  margin-bottom: 0.5rem;
}
.ce_text ul,
.ce_text ol,
.ce_list ul,
.ce_text ol {
  margin-bottom: 1rem;
}
a {
  color: #484c54;
}
/* ==========================================================================
   Buttons
   ========================================================================== */
p.more a,
p.back a {
  display: inline-block;
  line-height: 40px;
  padding: 0 20px;
  background-color: #eaedee;
}
p.more a:hover,
p.back a:hover {
  color: #fff;
  background-color: #000;
}
p.more a:after {
  content: "\f105";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  padding-left: 10px;
}
p.back a:before {
  content: "\f104";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  padding-right: 10px;
}
mark {
  background: orange;
  color: inherit;
  padding: 0;
}
/* ==========================================================================
   Layout
   ========================================================================== */
#header {
  position: fixed;
  width: 100%;
  height: 150px;
  background-color: #fff;
  border-bottom: 2px solid #eb651a;
  z-index: 99;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.52);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.52);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.52);
}
#header .inside {
  margin-left: 400px;
  padding: 20px 0;
}
#header .logo {
  display: block;
  max-width: 200px;
  position: absolute;
  top: 30px;
  left: 100px;
}
#header .inside .page-title {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 50px;
}
#header .inside .page-title p {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
}
.page-title .company {
  font-weight: 700;
}
.page-title .subline {
  font-size: 1rem;
  font-weight: 700;
  color: #eb651a;
}
#search {
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 10px;
  padding-left: 0;
}
#search input,
button[type="submit"] {
  font-size: 1rem;
  padding: 5px 10px;
}
#search input[type="text"] {
  width: 500px;
  background-color: #eeeeee;
  outline: none;
}
#search button[type="submit"] {
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  background-color: #eb651a;
  cursor: pointer;
}
#search button[type="submit"]:hover {
  background-color: #009240;
}
.mod_search.search > form {
  display: none;
}
#container {
  position: relative;
}
#main {
  margin-left: 400px;
}
#main > .inside {
  max-width: 900px;
  margin: 0 auto;
  padding: 50px;
  padding-top: 200px;
}
#left {
  position: fixed;
  top: 150px;
  width: 400px;
  bottom: 0px;
  background-color: #484c54;
}
#left .inside {
  position: absolute;
  top: 0px;
  bottom: 0px;
  overflow: auto;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}
.nav-main {
  margin-top: 50px;
}
.nav-main li,
.nav-info li {
  list-style-type: none;
}
.nav-main li a,
.nav-main li strong,
.nav-info li a,
.nav-info li strong {
  display: block;
  font-size: 0.8rem;
  color: #fff;
}
.nav-main a,
.nav-main strong {
  padding: 10px;
  border-bottom: 1px solid #3c4046;
}
.nav-main li a:hover,
.nav-main li strong {
  color: #eb651a;
}
.nav-main ul ul {
  padding: 5px 0;
  background-color: #3c4046;
}
.nav-main ul ul a,
.nav-main ul ul strong {
  padding: 5px 10px 5px 25px;
}
.nav-main ul ul ul a,
.nav-main ul ul ul strong {
  padding: 5px 10px 5px 50px;
}
.nav-info {
  margin-top: 50px;
  border-top: 1px solid #eb651a;
  padding-top: 20px;
  /*
	position: absolute;
	left: 0;
	bottom: 0;
*/
}
/*
.nav-main li:before {
  counter-increment: mycounter;
  content: counter(mycounter) ". ";
}
*/
.nav-info li a,
.nav-info li strong {
  padding: 5px 10px;
}
.nav-info li a:hover,
.nav-info li strong {
  color: #eb651a;
}
/* ==========================================================================
   Module
   ========================================================================== */
.mod_form form {
  margin-bottom: 50px;
}
.mod_form .formbody {
  display: flex;
}
.mod_form input {
  font-size: 1rem;
  padding: 5px 10px;
  border: 1px solid #e8e8e8;
  border-radius: 0;
  -webkit-appearance: none;
}
.mod_form input[type="search"] {
  width: 500px;
}
.mod_form button[type="submit"] {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #e8e8e8;
  cursor: pointer;
}
.mod_form .header {
  color: #999;
}
.mod_form a:hover {
  color: #eb651a;
}
.mod_form .relevance {
  color: #999;
  font-weight: 400;
}
.mod_form .url {
  color: #999;
}
.mod_form h3 {
  padding-top: 1rem;
  border-top: 1px solid #eb651a;
  margin-bottom: 1rem;
}
/* ==========================================================================
   Inhaltselemente
   ========================================================================== */
.ce_text,
.ce_text table,
.ce_list,
.ce_image,
.ce_download,
.ce_downloads,
.ce_hyperlink,
.ce_table,
.ce_dlh_googlemaps {
  margin-bottom: 2rem;
}
.ce_table,
.ce_text table,
.ce_rsce_download table {
  width: 100% !important;
}
.ce_table td,
.ce_table th,
.ce_text table td {
  background-color: #eeeeee;
  padding: 10px;
  border-bottom: 2px solid #fff;
}
.ce_table th {
  cursor: pointer;
  padding-right: 25px;
  background-color: #e4e4e4;
}
.ce_table th:hover {
  color: #fff;
  background-color: #eb651a;
}
.ce_download a,
.ce_hyperlink a {
  display: block;
  padding: 20px 20px;
  position: relative;
  border: 1px solid #e8e8e8;
}
.ce_download img {
  float: left;
  padding: 20px;
}
.ce_download a:hover,
.ce_downloads a:hover,
.ce_hyperlink a:hover {
  color: #eb651a;
}
.ce_download a:before,
.ce_downloads a:before,
.ce_hyperlink a:before,
.ce_accordion .toggler:before {
  content: "\f08e";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #eb651a;
  font-size: 18px;
  position: absolute;
  right: 20px;
}
.ce_download a:before,
.ce_downloads a:before {
  content: "\f019";
}
.ce_accordion .toggler:before {
  content: "\f078";
}
.ce_downloads a:before {
  right: 0;
}
.ce_downloads ul {
  display: block;
  padding: 20px 20px;
  position: relative;
  border: 1px solid #e8e8e8;
  list-style-type: none;
}
.ce_downloads img {
  float: left;
  padding: 10px 20px 10px 0;
}
.ce_downloads a {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #e8e8e8;
  position: relative;
}
.ce_downloads li:last-child a {
  border-bottom: 0;
}
.ce_rsce_download.ce_downloads a {
  border-bottom: 0;
  padding-right: 30px;
}
.ce_rsce_download .col_2 {
  text-align: center;
}
.ce_divider hr {
  height: 1px;
  color: #eb651a;
  background-color: #eb651a;
}
.ce_accordion {
  border: 1px solid #e8e8e8;
}
.ce_accordion .toggler {
  cursor: pointer;
  padding: 20px;
  outline: none;
  position: relative;
}
.ce_accordion .toggler:hover {
  color: #eb651a;
}
.ce_accordion .accordion {
  padding: 10px 20px;
}
/* ==========================================================================
   Formulare
   ========================================================================== */
.ce_form {
  width: 100%;
}
.ce_form input {
  font-size: 1rem;
  padding: 5px 10px;
}
.ce_form input[type="text"] {
  width: 100%;
  background-color: #eeeeee;
  outline: none;
}
.form-search {
  margin-bottom: 2rem;
}
#left > .inside {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
