@charset "UTF-8";
/* CSS Document */
/*header-----------------------------------*/
/*navi-----------------------------------*/
/*content -----------------------------------*/
/*footer-----------------------------------*/
.row-eq-height {
  overflow: hidden;
}
body {
  font-weight: 300;
  background: #f1f1f1;
}
a {
  color: #23374a;
}
a:hover {
  color: #af1311;
}
p {
  word-wrap: break-word;
}
img {
  max-width: 100%;
  height: auto;
}
.red {
  color: #af1311;
}
h1,
h2,
h3,
h4 {
  margin: 0 0 18px;
  font-weight: 300;
  color: #656565;
}
h1 {
  font-size: 36px;
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  h1 {
    font-size: 26px;
  }
}
h2 {
  font-size: 36px;
}
@media (max-width: 767px) {
  h2 {
    font-size: 26px;
  }
}
h3 {
  font-size: 25px;
}
h3.subheader {
  margin: 13px 0 0;
}
@media (max-width: 767px) {
  h3 {
    font-size: 20px;
  }
}
h4 {
  font-size: 20px;
  margin-bottom: 16px;
  font-weight: 500;
  color: #23374a;
}
.header-no-margin h1,
.header-no-margin h2 {
  margin: 0;
}
.caret {
  border-width: 6px;
}
.zuruecklink {
  color: #23374a;
  margin-top: 0;
}
.white {
  background: #FFF;
}
.strong,
strong {
  font-weight: 400;
}
.arrow-link:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  margin: -2px 2px 0 2px;
  vertical-align: middle;
  border-left: 4px solid #23374a;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
#formhandler_contact_form .checkbox .form-field-inner,
#formhandler_contact_form .datenschutz .form-field-inner {
  padding-left: 5px;
  border: solid 1px transparent;
}
#formhandler_contact_form .checkbox .form-field-inner i,
#formhandler_contact_form .datenschutz .form-field-inner i {
  top: -6px;
}
#formhandler_contact_form .datenschutz.has-error .form-field-inner {
  border: solid 1px #a94442;
}
p.align-center {
  text-align: center;
}
.important {
  display: inline-block;
  padding-left: 10px;
  color: #23374a;
  font-weight: 500;
  font-size: 26px;
}
.leitfarbe {
  color: #23374a;
}
.table > thead > tr > th {
  padding: 4px;
  line-height: 1.3;
}
.table > thead > tr > td {
  padding: 4px;
  line-height: 1.3;
}
.table > tbody > tr > th {
  padding: 4px;
  line-height: 1.3;
}
.table > tbody > tr > td {
  padding: 4px;
  line-height: 1.3;
}
.table > tfoot > tr > th {
  padding: 4px;
  line-height: 1.3;
}
.table > tfoot > tr > td {
  padding: 4px;
  line-height: 1.3;
}
.has-feedback .form-control {
  padding-right: 37.5px;
}
.form-group.has-checkbox.has-error label {
  color: red;
}
.form-field-inner {
  position: relative;
}
#header {
  background: #FFF;
  border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 992px) {
  #header #logo {
    text-align: center;
  }
}
#header .row {
  padding: 10px 0 0;
}
#header .text-right-mobil {
  color: #23374a;
  font-size: 15px;
  text-align: center;
  margin-top: 15px;
}
#header .text-right-mobil img {
  max-width: 10px;
  height: auto;
  margin-right: 10px;
  margin-top: -5px;
}
#header #navi {
  padding: 0;
  margin-top: 40px;
}
@media (max-width: 992px) {
  #header #navi {
    margin-top: 0;
  }
}
#header #navi .navbar {
  margin: 11px 0 0;
}
@media (min-width: 992px) and (max-width: 1200px) {
  #header #navi .navbar {
    margin: 8px 0 0;
  }
}
#header #navi .navbar .nav {
  font-weight: 700;
  font-family: Ubuntu, Arial, sans-serif;
  font-size: 18px;
}
@media (min-width: 767px) {
  #header #navi .navbar .nav > li.dropdown:hover > ul {
    display: block;
  }
}
@media (max-width: 767px) {
  #header #navi .navbar .nav > li .caret {
    display: none;
  }
  #header #navi .navbar .nav > li.dropdown > ul {
    padding: 5px 20px;
    display: block;
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  #header #navi .navbar .nav > li.dropdown > ul li a {
    font-size: 18px;
    color: #656565;
    background: none;
    font-weight: 300;
  }
  #header #navi .navbar .nav > li.dropdown > ul li.active a,
  #header #navi .navbar .nav > li.dropdown > ul li:hover a {
    color: #af1311;
  }
}
#header #navi .navbar .nav > li > a {
  color: #656565;
  font-size: 20px;
  font-weight: 300;
  padding: 8px 24px;
}
#header #navi .navbar .nav > li > a.active,
#header #navi .navbar .nav > li > a:hover,
#header #navi .navbar .nav > li > a:focus {
  color: #af1311;
}
@media (min-width: 767px) and (max-width: 1200px) {
  #header #navi .navbar .nav > li > a {
    padding: 8px 12px;
  }
}
#header #navi .navbar .nav > li.active > a {
  color: #af1311;
}
#header #navi .navbar .nav .dropdown-menu {
  left: 40px;
  right: auto;
}
.full-width-slideshow {
  background: #FFF;
  margin-bottom: 30px;
}
.full-width-slideshow .bx-next,
.full-width-slideshow .bx-prev {
  width: 50px !important;
  height: 50px !important;
  text-indent: 0 !important;
  background: #adadad;
  color: #FFF;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  font-size: 30px;
  font-weight: 300;
  opacity: 0.6;
}
.full-width-slideshow .bx-next:hover,
.full-width-slideshow .bx-prev:hover {
  opacity: 1;
}
.full-width-slideshow .bx-next .glyphicon,
.full-width-slideshow .bx-prev .glyphicon {
  top: 7px;
  left: 9px;
}
.full-width-slideshow .dce-slide {
  position: relative;
  width: 100%;
  float: left;
}
.full-width-slideshow .dce-slide .title-wrap {
  position: absolute;
  top: 14px;
  z-index: 10;
  width: 100%;
  text-align: center;
}
@media (max-width: 992px) {
  .full-width-slideshow .dce-slide .title-wrap {
    right: 50%;
    text-align: right;
  }
}
@media (max-width: 767px) {
  .full-width-slideshow .dce-slide .title-wrap {
    right: 0;
  }
}
.full-width-slideshow .dce-slide .title-wrap .slide-title {
  display: inline;
  padding: 14px 24px;
  font-size: 20px;
  background: #23374a;
  text-transform: uppercase;
  font-weight: 400;
  color: #FFF;
}
.full-width-slideshow .dce-slide .slide-image {
  padding: 0;
  position: relative;
}
.full-width-slideshow .dce-slide .slide-image img {
  width: 100%;
  height: auto;
}
.full-width-slideshow .dce-slide .slide-image .slide-description {
  position: absolute;
  bottom: 5px;
  width: 100%;
  text-align: center;
  font-weight: 400;
  color: #FFF;
  text-shadow: 2px 2px 2px #000;
}
@media (min-width: 767px) {
  .full-width-slideshow .dce-slide.p-only .slide-image:first-child {
    padding-right: 10px;
  }
  .full-width-slideshow .dce-slide.p-only .slide-image:last-child {
    padding-left: 10px;
  }
}
.full-width-slideshow .dce-slide .slide-text {
  max-width: 590px;
  padding: 0 20px 0 80px;
  font-size: 18px;
  line-height: 28px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .full-width-slideshow .dce-slide .slide-text {
    padding: 0 50px;
    font-size: 17px;
    line-height: 1.4em;
  }
}
@media (max-width: 992px) {
  .full-width-slideshow .dce-slide .slide-text {
    font-size: 16px;
    line-height: 1.2em;
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .full-width-slideshow .dce-slide .slide-text {
    padding: 20px;
  }
}
.full-width-slideshow .dce-slide .slide-text ul {
  padding-left: 22px;
}
@media (min-width: 992px) {
  .full-width-slideshow .dce-slide .slide-text h1,
  .full-width-slideshow .dce-slide .slide-text h2,
  .full-width-slideshow .dce-slide .slide-text h3 {
    font-size: 36px;
    line-height: 40px;
  }
}
@media (max-width: 992px) {
  .full-width-slideshow .dce-slide .slide-text h1,
  .full-width-slideshow .dce-slide .slide-text h2,
  .full-width-slideshow .dce-slide .slide-text h3 {
    margin: 0 0 8px;
    font-size: 20px;
    font-weight: 500;
  }
}
.bxslider .csc-default {
  visibility: hidden;
}
.bxslider .csc-default:first-child {
  visibility: visible;
}
.breadcrumb {
  padding: 0;
  margin-bottom: 0;
  background-color: transparent;
}
.breadcrumb a {
  color: #333333;
}
.mainbg,
.footerbg {
  background-color: #f1f1f1;
}
#main a {
  font-weight: 500;
  font-style: italic;
}
#main .contentelement-row {
  margin-bottom: 24px;
}
#main .contentelement-row p:last-child {
  margin-bottom: 0;
}
#main .csc-default p img {
  margin-top: -9px;
}
#main .white-box {
  padding: 42px 0 32px;
  margin: 0 -10px;
}
#main .three-boxes {
  /*
        @media (max-width: 500px) {
            > .col-sm-4 {
                width: 33%;
                float: left;
            }
        }
        */
}
@media (max-width: 767px) {
  #main .three-boxes > .col-sm-4 {
    margin: 0 0 25px;
  }
  #main .three-boxes > .col-sm-4:nth-child(3) {
    margin: 0;
  }
}
#main .teaserbox {
  margin-bottom: 15px;
}
#main .teaserbox.white {
  background: #FFF;
}
#main .teaserbox h3.title-top {
  margin: 0;
  padding: 15px;
  font-size: 20px;
  font-weight: 500;
  color: #23374a;
  text-transform: uppercase;
}
#main .teaserbox .boxpic figure,
#main .teaserbox .boxpic img {
  position: relative;
}
#main .teaserbox .boxpic figcaption {
  position: absolute;
  bottom: 0;
  padding: 5px 20px;
  color: #FFF;
  background: #23374a;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 400;
}
@media (min-width: 767px) {
  #main .teaserbox .boxtext {
    margin-bottom: -999em;
    padding: 15px 15px 999em 15px;
  }
}
@media (max-width: 767px) {
  #main .teaserbox .boxtext {
    padding: 15px;
  }
}
#main .teaserbox .boxtext h2,
#main .teaserbox .boxtext h3 {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 500;
  color: #23374a;
  text-transform: uppercase;
}
#main .dce-vorteil {
  background: #FFF;
  padding-bottom: 20px;
}
#main .dce-vorteil .vorteil-header {
  margin: 0;
  background: #cccccc no-repeat -4px center;
  min-height: 84px;
  padding: 0 0 0 75px;
  display: table;
  width: 100%;
}
#main .dce-vorteil .vorteil-header .vorteil-header-text {
  padding: 22px 10px;
  display: table-cell;
  width: 100%;
  background: #23374a;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 19px;
  color: #FFF;
  vertical-align: middle;
}
#main .dce-vorteil .vorteil-text {
  background: #FFF;
}
@media (min-width: 767px) {
  #main .dce-vorteil .vorteil-text {
    padding: 20px 15px 999em;
    margin-bottom: -999em;
  }
}
@media (max-width: 767px) {
  #main .dce-vorteil .vorteil-text {
    padding: 20px 15px;
  }
}
.footerbg {
  border-top: 10px solid #FFF;
}
#footer {
  padding-top: 18px;
  padding-bottom: 18px;
}
@media (min-width: 1200px) {
  #footer {
    font-size: 17px;
  }
  #footer #musterhaeuser {
    padding-left: 24px;
  }
}
@media (max-width: 1200px) {
  #footer {
    font-size: 14px;
  }
}
@media (max-width: 1200px) {
  #footer {
    font-size: 13px;
  }
}
#footer .logo {
  margin-top: 10px;
}
@media (max-width: 992px) {
  #footer .logo {
    text-align: center;
  }
}
@media (max-width: 992px) {
  #footer .col-md-4 {
    margin: 0 0 20px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  #footer > .row > div {
    margin-bottom: 25px;
  }
}
#footer a {
  color: #af1311;
}
#footer h3 {
  margin: 10px 0 16px;
  font-size: 30px;
}
@media (max-width: 767px) {
  #footer h3 {
    font-size: 26px;
  }
}
#footer table td {
  padding: 0 15px 0 2px;
}
@media (min-width: 992px) {
  #footer .foot-menu {
    padding-left: 32px;
    padding-top: 40px;
  }
}
@media (max-width: 992px) {
  #footer .foot-menu {
    padding-top: 20px;
  }
}
@media print {
  .full-width-slideshow {
    display: none;
  }
  a[href]:after {
    content: '' !important;
  }
  #header {
    margin: 10px 0;
    padding: 0 0 20px;
  }
  #main .teaserbox .boxpic figcaption {
    position: static;
    padding: 14px 0 0;
  }
  #main .teaserbox .boxtext {
    padding: 0;
    margin: 0;
  }
  .three-boxes > .col-sm-4 {
    width: 33%;
    float: left;
  }
}
/* Plugins */
.tx-tgm-bauherren .container-fluid {
  padding: 30px 0 35px;
}
.tx-tgm-bauherren .container-fluid .eintrag-bild {
  margin: 5px 20px 15px 5px;
  float: left;
}
.tx-tgm-bauherren .container-fluid.paginator {
  border-top: 10px solid #fff;
  padding: 15px 0;
}
.tx-tgm-bauherren textarea#kommentar {
  height: 150px;
}
.tx-tgm-bauherren #bericht-erstellen-btn {
  margin: 0 0 20px;
}
.tx-tgm-bauherren .eintrag-item,
.tx-tgm-bauherren .detail-item {
  padding: 30px 20px;
}
.tx-tgm-bauherren .eintrag-item .eintrag-bild,
.tx-tgm-bauherren .detail-item .eintrag-bild {
  margin: 5px 20px 15px 5px;
  float: left;
}
.tx-tgm-bauherren .detail-item {
  margin: 0 0 20px;
}
.tx-tgm-bauherren .f3-widget-paginator {
  text-align: right;
  margin: 0;
  padding: 0;
}
.tx-tgm-bauherren .f3-widget-paginator li {
  margin: 0 15px 0 0;
  display: inline-block;
}
.tx-tgm-bauherren .f3-widget-paginator li:last-child {
  margin: 0;
}
/* ##### NEWS #####*/
.news-list-view .news-list-item {
  margin-bottom: 25px;
  background: #fff;
  padding: 0 0 15px;
}
.news-list-view .news-list-item > div {
  padding-top: 15px;
}
.news-list-view .news-list-item:last-child {
  margin-bottom: 0;
}
.news-list-view .news-list-item .btn-read-more {
  background-color: #810e0c;
  border-color: #600a09;
  color: #fff;
}
.news-list-view .news-list-item h3 {
  position: relative;
  padding-right: 120px;
}
.news-list-view .news-list-item h3 span.extra {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 17px;
}
.news-list-view .news-list-item .lead {
  font-size: 17px;
}
.news.news-single .btn-default {
  margin-top: 15px;
  background-color: #810e0c;
  border-color: #600a09;
  color: #fff;
}
.news.news-single .news-bg {
  background: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
}
.news.news-single h1 {
  position: relative;
}
.news.news-single span.extra {
  font-size: 17px;
  float: right;
}
.cc_container {
  display: flex;
}
@media screen and (min-width: 992px) {
  .cc_container .cc_message {
    font-size: 0.8em !important;
  }
}
.cc_btn {
  max-height: 50px;
  order: 2;
}
.cc_container {
  max-width: 1200px;
  margin: 0 auto !important;
}
.cc_banner-wrapper {
  z-index: 9001;
  position: relative;
}
.cc_container .cc_btn {
  cursor: pointer;
  text-align: center;
  font-size: 0.6em;
  transition: font-size 200ms;
  line-height: 1em;
}
.cc_container .cc_message {
  font-size: 0.6em;
  transition: font-size 200ms;
  margin: 0;
  padding: 0;
  line-height: 1.5em;
}
.cc_container .cc_logo {
  display: none;
  text-indent: -1000px;
  overflow: hidden;
  width: 100px;
  height: 22px;
  background-size: cover;
  background-image: url(//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/1.0.9/logo.png);
  opacity: 0.9;
  transition: opacity 200ms;
}
.cc_container .cc_logo:hover,
.cc_container .cc_logo:active {
  opacity: 1;
}
@media screen and (min-width: 500px) {
  .cc_container .cc_btn {
    font-size: 0.8em;
  }
  .cc_container .cc_message {
    font-size: 0.8em;
  }
}
@media screen and (min-width: 768px) {
  .cc_container .cc_btn {
    font-size: 1em;
  }
  .cc_container .cc_message {
    font-size: 1em;
    line-height: 1em;
  }
}
@media screen and (min-width: 992px) {
  .cc_container .cc_message {
    font-size: 1em;
  }
}
@media print {
  .cc_banner-wrapper,
  .cc_container {
    display: none;
  }
}
.cc_container {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  padding: 10px;
}
.cc_container .cc_btn {
  padding: 8px 10px;
  background-color: #f1d600;
  cursor: pointer;
  transition: font-size 200ms;
  text-align: center;
  font-size: 0.6em;
  display: block;
  width: 33%;
  margin-left: 10px;
  float: right;
  max-width: 120px;
}
.cc_container .cc_message {
  transition: font-size 200ms;
  font-size: 0.6em;
  display: block;
}
@media screen and (min-width: 500px) {
  .cc_container .cc_btn {
    font-size: 0.8em;
  }
  .cc_container .cc_message {
    margin-top: 0.5em;
    font-size: 0.8em;
  }
}
@media screen and (min-width: 768px) {
  .cc_container {
    padding: 15px 30px 15px;
  }
  .cc_container .cc_btn {
    font-size: 1em;
    padding: 8px 15px;
  }
  .cc_container .cc_message {
    font-size: 1em;
  }
}
@media screen and (min-width: 992px) {
  .cc_container .cc_message {
    font-size: 1em;
  }
}
.cc_container {
  background: #222;
  color: #fff;
  font-size: 17px;
  font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial;
  box-sizing: border-box;
}
.cc_container ::-moz-selection {
  background: #ff5e99;
  color: #fff;
  text-shadow: none;
}
.cc_container .cc_btn,
.cc_container .cc_btn:visited {
  color: #000;
  background-color: #f1d600;
  transition: background 200ms ease-in-out, color 200ms ease-in-out, box-shadow 200ms ease-in-out;
  -webkit-transition: background 200ms ease-in-out, color 200ms ease-in-out, box-shadow 200ms ease-in-out;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
.cc_container .cc_btn:hover,
.cc_container .cc_btn:active {
  background-color: #fff;
  color: #000;
}
.cc_container a,
.cc_container a:visited {
  text-decoration: none;
  color: #31a8f0;
  transition: 200ms color;
}
.cc_container a:hover,
.cc_container a:active {
  color: #b2f7ff;
}
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(66px);
    transform: translateY(66px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideUp {
  0% {
    -webkit-transform: translateY(66px);
    -ms-transform: translateY(66px);
    transform: translateY(66px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.cc_container,
.cc_message,
.cc_btn {
  animation-duration: 0.8s;
  -webkit-animation-duration: 0.8s;
  -moz-animation-duration: 0.8s;
  -o-animation-duration: 0.8s;
  -webkit-animation-name: slideUp;
  animation-name: slideUp;
}
