table.sortable thead th{background-image:url(../../assets/tablesorter/images/default.svg);background-repeat:no-repeat;background-position:center right}table.sortable thead th.tablesorter-headerAsc{background-image:url(../../assets/tablesorter/images/asc.svg)}table.sortable thead th.tablesorter-headerDesc{background-image:url(../../assets/tablesorter/images/desc.svg)}
.content-slider{overflow:hidden;visibility:hidden;position:relative}.slider-wrapper{overflow:hidden;position:relative}.slider-wrapper>*{float:left;width:100%;position:relative}.slider-control{height:30px;position:relative}.slider-control a,.slider-control .slider-menu{position:absolute;top:9px;display:inline-block}.slider-control .slider-prev{left:0}.slider-control .slider-next{right:0}.slider-control .slider-menu{top:0;width:50%;left:50%;margin-left:-25%;font-size:27px;text-align:center}.slider-control .slider-menu b{color:#bbb;cursor:pointer}.slider-control .slider-menu b.active{color:#666}
/* Standardize and Layout */
/* Compass */
@font-face {
  font-family: "corpid-regular";
  src: url('../../files/layout/fonts/CorpidC1_500_Regular.eot?1400843512');
  src: url('../../files/layout/fonts/CorpidC1_500_Regular.eot?&1400843512#iefix') format('embedded-opentype'), url('../../files/layout/fonts/CorpidC1_500_Regular.woff?1400843404') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "corpid-italic";
  src: url('../../files/layout/fonts/CorpidC1_500i_RegularItalic.eot?1400843516');
  src: url('../../files/layout/fonts/CorpidC1_500i_RegularItalic.eot?&1400843516#iefix') format('embedded-opentype'), url('../../files/layout/fonts/CorpidC1_500i_RegularItalic.woff?1400843424') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "corpid-bold";
  src: url('../../files/layout/fonts/CorpidC1_700_Bold.eot?1400843520');
  src: url('../../files/layout/fonts/CorpidC1_700_Bold.eot?&1400843520#iefix') format('embedded-opentype'), url('../../files/layout/fonts/CorpidC1_700_Bold.woff?1400843450') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "iconfont";
  src: url('../../files/layout/fonts/icomoon.eot?1489134706');
  src: url('../../files/layout/fonts/icomoon.eot?&1489134706#iefix') format('embedded-opentype'), url('../../files/layout/fonts/icomoon.woff?1489134706') format('woff');
  font-weight: normal;
  font-style: normal;
}
html {
  -webkit-text-size-adjust: none;
}

body {
  font-size: 100%;
}

figure {
  margin: 0;
  padding: 0;
}

.image_container img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
}

:focus {
  outline: 0;
}

.nav ul {
  margin: 0;
  padding: 0;
  font-weight: bold;
}

.nav li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.nav a {
  text-decoration: none;
  font-weight: bold;
}

.nav a:hover {
  text-decoration: none;
}

.grau {
  background: #eceff1;
}

/**
 * Contao Open Source CMS
 *
 * Copyright (c) 2005-2014 Leo Feyer
 *
 * @package Core
 * @link    https://contao.org
 * @license http://www.gnu.org/licenses/lgpl-3.0.html LGPL
 */
/**
 * Standardize some basic elements
 */
body, form, figure {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
}

header, footer, nav, section, aside, article, figure, figcaption {
  display: block;
}

/**
 * Fix some font issues
 */
body {
  font-size: 100.01%;
}

select, input, textarea {
  font-size: 99%;
}

/**
 * Fix some positioning issues
 */
#container, .inside {
  position: relative;
}

/**
 * Format the Contao image galleries (now rendered as unordered lists)
 */
.ce_gallery > ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style: none;
}

.ce_gallery > ul li {
  float: left;
}

.ce_gallery > ul li.col_first {
  clear: left;
}

/**
 * Float classes (see #6851)
 */
.float_left {
  float: left;
}

.float_right {
  float: right;
}

/**
 * Clear floats
 */
.block {
  overflow: hidden;
}

.clear, #clear {
  height: 0.1px;
  font-size: 0.1px;
  line-height: 0.1px;
  clear: both;
}

/**
 * Hide invisible elements
 */
.invisible {
  width: 0;
  height: 0;
  left: -1000px;
  top: -1000px;
  position: absolute;
  overflow: hidden;
  display: inline;
}

/**
 * Custom layout sections
 */
.custom {
  display: block;
}

#container:after, .custom:after {
  content: "";
  display: table;
  clear: both;
}

*[class*="grid"] {
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}

.mod_article *[class*="ce_"].grid2 {
  margin-left: 0;
  margin-right: 0;
}

.mod_article .mod_eventreader {
  margin-left: 0;
  margin-right: 0;
}

.mod_article *[class*="event_"] > * {
  margin-left: 10px;
  margin-right: 10px;
}

.mod_article.grid1, .mod_article.grid2, .mod_article.grid3, .mod_article.grid4 {
  margin-left: 0;
  margin-right: 0;
}

.mod_article .ce_sliderStart,
.grid2 .ce_hyperlink,
.mod_article .ce_list,
.mod_article .ce_gallery,
.mod_article .ce_rsce_parallax,
.mod_article .ce_rsce_icon_boxes,
.mod_article .ce_wrapperStart {
  margin-left: 0;
  margin-right: 0;
}

#main .inside {
  overflow: hidden;
}

.grid1 {
  width: 25%;
}

.grid2 {
  width: 50%;
}

.grid3 {
  width: 75%;
}

.grid4 {
  width: 100%;
}

.w50,
.w75,
.w80,
.w100,
.wMax {
  margin-left: auto !important;
  margin-right: auto !important;
}
.w50 > .inside,
.w75 > .inside,
.w80 > .inside,
.w100 > .inside,
.wMax > .inside {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.w50 *[class*="grid"],
.w75 *[class*="grid"],
.w80 *[class*="grid"],
.w100 *[class*="grid"],
.wMax *[class*="grid"] {
  margin-left: 0;
  margin-right: 0;
}
.w50 *[class*="grid"] .inside,
.w75 *[class*="grid"] .inside,
.w80 *[class*="grid"] .inside,
.w100 *[class*="grid"] .inside,
.wMax *[class*="grid"] .inside {
  margin-left: 10px;
  margin-right: 10px;
}

.w50 {
  width: 50%;
}
.w50 > .inside {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.w50 .grid1, .w50 .grid2, .w50 .grid3, .w50 .grid4 {
  width: 100%;
}

.w75 {
  width: 75%;
}
.w75 .grid1 {
  width: 33.3333333%;
}
.w75 .grid2 {
  width: 66.6666666%;
}
.w75 .grid3, .w75 .grid4 {
  width: 100%;
}

.w80 {
  width: 80%;
}
.w80 > .inside {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

.w100 {
  width: 100%;
}
.w100 > .inside {
  max-width: 1450px;
  margin-left: auto;
  margin-right: auto;
}

.wMax > .inside {
  max-width: 1800px;
  padding: 0 50px;
}

.s3 .grid1 {
  width: 33.3333333%;
}
.s3 .grid2 {
  width: 66.6666666%;
}
.s3 .grid3, .s3 .grid4 {
  width: 100%;
}

@media only screen and (max-width: 1200px) {
  .w75 {
    width: 80%;
  }
}
@media only screen and (max-width: 800px) {
  .grid1 {
    width: 50%;
  }

  .grid1:nth-child(3) {
    clear: left;
  }
}
@media only screen and (max-width: 600px) {
  .grid1,
  .grid2,
  .grid3,
  .grid4 {
    width: 100% !important;
  }

  .w25 {
    width: 75%;
  }

  .w50, .w75, .w80 {
    width: 100%;
  }

  .w50 > .inside,
  .w75 > .inside,
  .w80 > .inside {
    margin-left: 20px;
    margin-right: 20px;
  }

  .wMax > .inside {
    max-width: 1820px;
    padding: 0 20px;
  }
}
html {
  font-family: "corpid-regular", arial, sans-serif;
  font-size: 100%;
  color: #000000;
}

h1 {
  font-family: "corpid-bold", arial, sans-serif;
  font-weight: normal;
  font-size: 2em;
  text-align: center;
  color: #808080;
  margin-top: 0;
  margin-bottom: 60px;
}

h1.ce_headline.first.last {
  margin-bottom: 0;
}

h2, h3, .ce_accordion .toggler {
  font-family: "corpid-bold", arial, sans-serif;
  font-weight: normal;
  text-align: center;
  font-size: 1.375em;
  color: #808080;
}

h2.big,
.big h2 {
  font-size: 2em;
}

h3,
.ce_accordion .toggler {
  text-align: left;
}

h3.filter_toggler {
  margin-bottom: 0;
}

.mod_referenzenlist h2 {
  font-size: 1.125em;
}

.ce_list h3, h4,
.mod_referenzenlist h3 {
  font-family: "corpid-bold", arial, sans-serif;
  font-weight: normal;
  font-size: 1.125em;
  margin: 1em 0;
}
.ce_list h3 a, h4 a,
.mod_referenzenlist h3 a {
  font-size: 1em;
}

.mod_referenzenlist h3 {
  margin-top: 0.5em;
}

.ce_list h2 {
  margin-bottom: 1.636363em;
}

.ce_list h3 {
  text-align: center;
}

.ce_hyperlink a {
  font-family: "corpid-bold", arial, sans-serif;
}

p,
.ce_text ul,
.ce_text ol,
.mod_referenzennavigation ul,
.caption,
.ce_list ul,
.ce_list ol,
.mod_sitemap,
h5 a {
  font-weight: normal;
  font-size: 1.125em;
  line-height: 1.625em;
}

.ce_text.last p:last-child,
.ce_text.last ul:last-child {
  margin-bottom: 0;
}

.ce_text.first .inside > h2:first-child,
.ce_text.first .inside > h3:first-child {
  margin-top: 0;
}

.ce_text.first[class*="grid"] .inside > h2:first-child,
.ce_text.first[class*="grid"] .inside > h3:first-child {
  margin-top: 1em;
}

.grau .ce_text.first .inside > h2:first-child,
.grau .ce_text.first .inside > h3:first-child {
  margin-top: 1em;
}

strong {
  font-family: "corpid-bold", arial, sans-serif;
}

/* a */
a {
  color: #E42518;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

/* Tabellen */
table {
  border-spacing: 0;
  border-collapse: collapse;
  margin: 30px auto;
}

th, td {
  border-bottom: 1px solid #aaaaaa;
  padding: 10px;
}

td:first-child {
  padding-left: 0;
}

td:last-child {
  padding-right: 0;
}

@media only screen and (max-width: 600px) {
  .ce_rsce_parallax h2,
  .ce_sliderStart .caption h2 {
    font-family: "corpid-regular", arial, sans-serif;
    font-size: inherit;
    line-height: inherit;
  }
}
.icon-wrapper a {
  font-weight: normal;
}
.icon-wrapper a:hover {
  text-decoration: none;
}

#header .icon-wrapper {
  margin-top: 30px;
}

.icon {
  font-family: "iconfont";
  display: inline-block;
  color: #E42518;
}

.ic40 {
  font-size: 40px;
  width: 40px;
  height: 40px;
  margin: 0 2px;
}

.ic62 {
  font-size: 62px;
  width: 62px;
  height: 62px;
}

.path2,
.path3 {
  color: #ffffff;
  margin-left: -1em;
}

.icg {
  color: #808080;
}

.icon.ghover:hover .path1 {
  color: #E42518;
}

.icon.icon-fb.ghover:hover .path1 {
  color: #3b5998;
}

.icon.icon-gplus.ghover:hover .path1 {
  color: #d34836;
}

.icon.icon-yt.ghover:hover .path1 {
  color: #cc181e;
}

/* leistungen */
.icon-le .path1:before {
  content: "\e906";
}

.icon-le .path2:before {
  content: "\e907";
}

/* firma */
.icon-bbag .path1:before {
  content: "\e900";
}

.icon-bbag .path2:before {
  content: "\e901";
}

.icon-bbag .path3:before {
  content: "\e902";
}

/* Mustercarport */
.icon-cp .path1:before {
  content: "\e90c";
}

.icon-cp .path2:before {
  content: "\e90d";
}

/* kontakt */
.icon-ko .path1:before {
  content: "\e908";
}

.icon-ko .path2:before {
  content: "\e909";
}

/* komplettpaket */
.icon-kp .path1:before {
  content: "\e90a";
}

.icon-kp .path2:before {
  content: "\e90b";
}

/* ratgeber */
.icon-ratgeber .path1:before {
  content: "\e903";
}

.icon-ratgeber .path2:before {
  content: "\e904";
}

.icon-ratgeber .path3:before {
  content: "\e905";
}

/* Google plus */
.icon-gplus .path1:before {
  content: "\e913";
}

.icon-gplus .path2:before {
  content: "\e914";
}

/* Youtube */
.icon-yt .path1:before {
  content: "\e915";
}

.icon-yt .path2:before {
  content: "\e916";
}

/* facebook */
.icon-fb {
  padding-left: 4px;
}

.icon-fb .path1:before {
  content: "\e911";
}

.icon-fb .path2:before {
  content: "\e912";
}

/* download */
/* ratgeber */
.icon-dl .path1:before {
  content: "\e90e";
}

.icon-dl .path2:before {
  content: "\e90f";
}

.icon-dl .path3:before {
  content: "\e910";
}

/* E-Mail */
.icon-ml .path1:before {
  content: "\e917";
}

.icon-ml .path2:before {
  content: "\e918";
}

input {
  -moz-appearance: none;
  -webkit-appearance: none;
}

input[type=search],
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: textfield;
  -moz-appearance: none;
  -webkit-appearance: none;
}

input {
  display: inline-block;
  font-size: 1.125em;
  margin: 0;
  line-height: 1.6875em;
  padding-left: 0.25em;
  padding-right: 0.25em;
}

input.text {
  border: 1px solid #808080;
}

input.submit {
  background: #808080;
  color: #fff;
  border: none;
}

html {
  font-size: 100%;
  height: 100%;
  width: 100%;
}

body {
  color: #000000;
  font-size: 100%;
  height: 100%;
  width: 100%;
}

#wrapper {
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
  padding-top: 130px;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  background: #ffffff;
  z-index: 9998;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

#container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

#footer {
  background: #eceff1;
  margin-top: 60px;
}
#footer .mod_article:first-child {
  padding: 0;
}
#footer .mod_article:last-child {
  padding-bottom: 0;
}
#footer .grid1 p {
  text-align: right;
}

/* Elemente */
#logo {
  position: absolute;
  right: 0;
  top: 40px;
  width: 590px;
  height: 50px;
  z-index: 200;
}
#logo img {
  width: auto;
  height: 50px;
}

#slogan {
  margin: auto;
  text-align: center;
}
#slogan .inside {
  margin: 30px;
}
#slogan img {
  max-width: 100%;
  height: auto;
}

#FullHeader {
  overflow: hidden;
  background: #eceff1;
}
#FullHeader .ce_image {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
#FullHeader img {
  margin: auto;
}

@media only screen and (max-width: 1350px) {
  #logo {
    width: 420px;
  }

  #footer .w80 .grid1,
  #footer .w80 .grid2 {
    float: none;
    width: 100%;
  }
  #footer .w80 .grid1 p,
  #footer .w80 .grid2 p {
    text-align: center;
  }
  #footer .w80 .grid1 .inside,
  #footer .w80 .grid2 .inside {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media only screen and (max-width: 1150px) {
  #logo {
    width: 320px;
  }
}
@media only screen and (max-width: 1000px) {
  .is_active #header {
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    overflow-x: hidden;
    overflow-y: scroll;
    background: #eceff1;
    border-bottom: 2px solid #E42518;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  }
  .is_active #logo {
    top: 45px;
    right: -15px;
    z-index: 10;
  }
}
@media only screen and (max-width: 600px) {
  #wrapper {
    padding-top: 136px;
  }

  #logo {
    width: 320px;
    top: 30px;
  }

  .slogan .inside {
    margin: 30px;
  }

  .is_active #logo {
    top: 15px;
    right: -60px;
  }
}
@media only screen and (max-width: 480px) {
  #logo {
    width: 220px;
  }
  #logo img {
    height: 40px;
  }
}
#komplettpaket_intro {
  background: url("/files/inhalt/Slider/12_Dezember.jpg") 50% 0 no-repeat fixed;
  color: white;
  height: 600px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
#komplettpaket_intro h2, #komplettpaket_intro p {
  display: inline-block;
  background: #fbbb41;
  padding: 2px 10px;
  margin-bottom: 10px;
}

#nav_main_wrapper {
  padding-top: 40px;
  height: 60px;
}

#nav_main {
  position: relative;
  height: 100%;
  display: block;
  z-index: 100;
  overflow: inherit;
}
#nav_main ul.level_0 {
  margin: 0 50px;
}
#nav_main ul.level_0 > li {
  position: static;
  display: block;
  float: left;
  padding-right: 10px;
  height: 100%;
}
#nav_main ul.level_0 > li > span {
  display: inline-block;
  position: relative;
  font-size: 1.125em;
  padding: 0 10px 20px 10px;
}
#nav_main ul.level_0 > li > span > a {
  display: inline-block;
  padding: 7px 0;
  text-decoration: none;
}
#nav_main ul.level_0 > li.last {
  padding-right: 0;
}
#nav_main ul.level_0 > li.sibling.active > span > a:after {
  display: block;
  width: 0px;
  height: 0px;
  margin-top: 10px;
  background: #eceff1;
  content: "";
  position: absolute;
  bottom: -7px;
  left: 50%;
  margin-left: -20px;
  border-left: 20px solid #ffffff;
  border-bottom: 20px solid #eceff1;
  border-right: 20px solid #ffffff;
}
#nav_main ul.level_0 > li > span > a {
  display: inline-block;
  border-bottom: 2px solid #ffffff;
  -moz-transition: border-color 0.2s linear;
  -o-transition: border-color 0.2s linear;
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  border-bottom: 2px solid #ffffff;
}
#nav_main ul.level_0 > li > span > a:hover {
  -moz-transition: border-color 0s linear;
  -o-transition: border-color 0s linear;
  -webkit-transition: border-color 0s linear;
  transition: border-color 0s linear;
  border-color: #E42518;
}
#nav_main h6 {
  display: inline-block;
  margin-bottom: 7px;
  padding-left: 10px;
  padding-right: 25px;
  background: url("/files/layout/images/navi-h5.png") right center no-repeat;
}
#nav_main h5 a {
  display: inline-block;
  padding: 7px 10px;
  color: #E42518;
  text-decoration: none;
  border: 2px solid #E42518;
  -moz-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
  background: inherit;
}
#nav_main h5 a:hover {
  -moz-transition: background 0s linear;
  -o-transition: background 0s linear;
  -webkit-transition: background 0s linear;
  transition: background 0s linear;
  background: #E42518;
  color: #ffffff;
}

/* Navigation main board */
.naviboard {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  height: auto;
  overflow: hidden;
  border-bottom: 2px solid #E42518;
  z-index: 999999;
  line-height: 1.625em;
  background: #eceff1;
}
.naviboard > .inside {
  max-width: 1820px;
  margin: 60px auto 60px auto;
  padding: 0 50px;
}
.naviboard li {
  padding-left: 10px;
}
.naviboard li a {
  display: inline-block;
  color: #000000;
  padding: 7px 0;
  border-bottom: 2px solid #eceff1;
  -moz-transition: border-color 0.2s linear;
  -o-transition: border-color 0.2s linear;
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  border-bottom: 2px solid #eceff1;
}
.naviboard li a:hover {
  -moz-transition: border-color 0s linear;
  -o-transition: border-color 0s linear;
  -webkit-transition: border-color 0s linear;
  transition: border-color 0s linear;
  border-color: #E42518;
}
.naviboard li span {
  display: inline-block;
  padding: 7px 0;
  color: #E42518;
}
.naviboard li span.active {
  border-bottom: 2px solid #E42518;
}

/* Hamburger */
#nav_main_toggler {
  position: absolute;
  display: none;
  left: 60px;
  top: 40px;
  color: #E42518;
  cursor: pointer;
  padding: 0 10px;
  line-height: 30px !important;
  min-width: 20px;
  min-height: 30px;
  z-index: 1;
  border: 2px solid #E42518;
}

.c-ha {
  display: block;
  float: right;
  position: relative;
  overflow: hidden;
  margin: 0 0 0 10px;
  padding: 0;
  width: 20px;
  height: 30px;
  font-size: 0;
  appearance: none;
  box-shadow: none;
  border: none;
  cursor: pointer;
}

.c-ha:focus {
  outline: none;
}

.c-ha span {
  display: block;
  position: absolute;
  top: 14px;
  left: 0px;
  right: 0px;
  height: 2px;
  background: #E42518;
}

.c-ha span::before,
.c-ha span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #E42518;
  content: "";
}

.c-ha span::before {
  top: -7px;
}

.c-ha span::after {
  bottom: -7px;
}

.c-ha--htx.cl {
  display: none;
  position: fixed;
  right: 0;
  top: 30px;
  background-color: #eceff1;
  border: 2px solid #E42518;
  padding-left: 5px;
  padding-right: 5px;
  margin-right: 60px;
  z-index: 10000;
}

.c-ha--htx.cl span {
  background: none;
}

.c-ha--htx.cl span::before {
  top: 0;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-ha--htx.cl span::after {
  bottom: 0;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* Navigationspfad */
.mod_breadcrumb {
  width: 100%;
  padding-bottom: 10px;
  color: #808080;
}
.mod_breadcrumb .inside {
  margin-left: 60px;
}
.mod_breadcrumb .inside > div {
  display: inline;
}
.mod_breadcrumb .inside div:last-child {
  margin-right: 10px;
}
.mod_breadcrumb .first a {
  background-image: url("/files/layout/images/breadcrumb_home.png");
  background-position: left 3px;
  background-repeat: no-repeat;
  padding-left: 20px;
}
.mod_breadcrumb a {
  font-weight: normal;
  color: #808080;
}
.mod_breadcrumb a:hover {
  text-decoration: underline;
}

/* Sitemap */
.mod_sitemap li {
  list-style: none;
}

.nav_bilder ul {
  padding: 0;
  margin: 0;
  margin-bottom: -20px;
  letter-spacing: -0.3em;
  text-align: center;
}
.nav_bilder li {
  display: inline-block;
  vertical-align: top;
  width: 20%;
  list-style: none;
  margin: 0;
  letter-spacing: normal;
  margin-bottom: 20px;
}
.nav_bilder li > div {
  margin: 0 5px 15px 5px;
}
.nav_bilder li a {
  font-size: 1.125em;
  color: #000000;
}
.nav_bilder li a:hover {
  color: #E42518;
}
.nav_bilder img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 1000px) {
  #nav_main_toggler {
    display: block;
  }

  .is_active #nav_main {
    display: block;
  }
  .is_active #nav_main_toggler {
    top: 30px;
    left: 45px;
  }
  .is_active .c-ha--htx.cl {
    display: block;
  }
  .is_active #nav_main_wrapper {
    height: auto !important;
    padding-top: 0;
  }
  .is_active .mod_breadcrumb {
    padding-bottom: 60px;
  }

  #nav_main {
    display: none;
    background: #eceff1;
    padding: 60px 0;
  }
  #nav_main h5 {
    margin-top: 0;
  }
  #nav_main ul.level_0 > li {
    float: none;
  }
  #nav_main ul.level_0 > li > span > a {
    border-color: #eceff1;
  }
  #nav_main ul.level_0 > li.sibling.active > span > a:after {
    display: none;
  }

  .naviboard {
    position: static;
    margin-bottom: 30px;
  }
  .naviboard > .inside {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 0;
  }
}
@media only screen and (max-width: 600px) {
  #nav_main_wrapper {
    padding-top: 30px;
  }

  #nav_main_toggler {
    text-indent: -9999em;
    left: 30px;
    top: 30px;
    padding: 0 8px;
  }
  #nav_main_toggler .c-ha {
    margin: 0;
  }

  .is_active #nav_main_toggler {
    left: 15px;
    top: 15px;
  }

  #nav_main {
    padding: 30px 0;
  }
  #nav_main ul.level_0 {
    margin: 0 20px;
  }
  #nav_main ul.level_0 > li > span {
    padding-bottom: 0;
  }
  #nav_main h5 {
    margin-bottom: 15px;
  }

  .c-ha--htx.cl {
    margin-right: 30px;
  }

  .naviboard > .inside {
    margin: 30px 10px;
  }

  .mod_breadcrumb .inside {
    margin-left: 30px;
  }
}
@media only screen and (min-width: 1001px) {
  .c-ha--htx.cl {
    display: none;
  }

  .naviboard {
    display: none;
  }
}
.mod_article {
  padding-top: 60px;
  padding-bottom: 60px;
  vertical-align: top;
}

.custom .mod_article {
  padding: 0 !important;
}

.mod_article.grau {
  margin-bottom: 60px;
}
.mod_article.grau .border {
  padding-left: 50px;
  padding-right: 50px;
}

/* News */
.layout_latest h3 a {
  color: #000000;
  text-decoration: none;
}
.layout_latest h3 a:hover {
  color: #E42518;
  text-decoration: underline;
}

.layout_latest_left,
.layout_latest_right {
  float: left;
  width: 50%;
}
.layout_latest_left > *,
.layout_latest_right > * {
  margin: 0 10px;
}

.seite_news .layout_latest {
  margin-bottom: 60px;
}
.seite_news .layout_latest .layout_latest_left {
  width: 33.333%;
}
.seite_news .layout_latest .layout_latest_right {
  width: 66.666%;
}

.seite_home .newslist_home_wrapper {
  float: left;
  width: 75%;
}
.seite_home .newslist_home_wrapper.double .layout_latest {
  float: left;
  width: 50%;
}
.seite_home .newslist_home_wrapper.double .layout_latest .image_container {
  margin-bottom: 30px;
}
.seite_home .newslist_home_wrapper.double .layout_latest_left,
.seite_home .newslist_home_wrapper.double .layout_latest_right {
  float: none;
  width: auto;
}

#display_messen {
  float: left;
  width: 25%;
}
#display_messen .ce_download,
#display_messen .ce_download .inside {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
#display_messen .border {
  border-left: 2px solid #aaaaaa;
  margin-left: 10px;
}
#display_messen .inside {
  margin: 0 10px;
  width: auto;
}
#display_messen h4:first-child {
  margin-top: 0;
}

p.info {
  margin-top: 0;
}

/* Diverse Listen und Reader */
.mod_newslist > .inside,
.mod_referenzennavigation > .inside,
.mod_referenzenlist > .inside,
.mod_referenzenreader > .inside {
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
}
.mod_newslist .wrapper .inside,
.mod_referenzennavigation .wrapper .inside,
.mod_referenzenlist .wrapper .inside,
.mod_referenzenreader .wrapper .inside {
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
}

.mod_newsreader .layout_full {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

/* Newsreader Full width */
.mod_newsreader .layout_full.wMax {
  max-width: 100%;
}
.mod_newsreader .layout_full.wMax .ce_wrapperStart.w100 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.mod_newsreader .layout_full.wMax .ce_wrapperStart.w100 > .inside {
  max-width: 1450px;
  margin-left: auto;
  margin-right: auto;
}
.mod_newsreader .layout_full.wMax .ce_wrapperStart.w80 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.mod_newsreader .layout_full.wMax .ce_wrapperStart.w80 > .inside {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}
.mod_newsreader .layout_full.wMax .ce_wrapperStart:first-child {
  padding-top: 0;
}

.mod_newslist .wrapper,
.mod_referenzennavigation .wrapper {
  padding: 60px 0;
}
.mod_newslist .wrapper .inside,
.mod_referenzennavigation .wrapper .inside {
  max-width: 1280px;
}

.mod_newslist .wrapper {
  padding: 60px;
}

.mod_referenzennavigation,
.mod_referenzenlist,
.mod_referenzenreader {
  padding: 0 50px;
}

.mod_newslist .wrapper,
.mod_referenzenlist .wrapper {
  background: #eceff1;
}

.mod_referenzennavigation {
  background: #eceff1;
}

.seite_home .mod_newslist {
  text-align: center;
}

/* Eventlist */
.mod_eventlist {
  margin-bottom: 60px;
}

.layout_upcoming {
  margin-top: 1em;
}

.layout_upcoming.first {
  margin-top: 0;
}

.mod_eventlist .inside {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* Projekte */
.mod_referenzennavigation h3 {
  display: inline-block;
  padding: 7px 10px;
  color: #E42518;
  text-decoration: none;
  border: 2px solid #E42518;
  font-size: 1.125em;
  -moz-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
  background: inherit;
}
.mod_referenzennavigation h3:hover {
  -moz-transition: background 0s linear;
  -o-transition: background 0s linear;
  -webkit-transition: background 0s linear;
  transition: background 0s linear;
  background: #E42518;
  color: #ffffff;
}
.mod_referenzennavigation a {
  color: #000000;
  font-weight: normal;
}
.mod_referenzennavigation a.active {
  text-decoration: underline;
  color: #E42518;
}

.mod_referenzenlist .articles {
  letter-spacing: -0.3em;
}

.referenzenlist_default a {
  display: block;
  color: #000000;
  text-decoration: none;
}
.referenzenlist_default a:hover {
  color: #E42518;
}

.referenzenlist_default {
  display: inline-block;
  width: 20%;
  margin-bottom: 30px;
  vertical-align: top;
  letter-spacing: normal;
}
.referenzenlist_default > .inside,
.referenzenlist_default > .image_container {
  margin-left: 10px;
  margin-right: 10px;
}

.mod_referenzenreader .ce_linkheadline_wrapper .ce_hyperlink {
  margin-right: 30px;
}
.mod_referenzenreader table {
  margin-left: auto;
  margin-right: auto;
}
.mod_referenzenreader .comments,
.mod_referenzenreader .attributes {
  padding-top: 60px;
  padding-bottom: 60px;
}

/* Pagination */
.pagination {
  margin: 60px 0;
}
.pagination .wrapper {
  background: inherit;
  padding-bottom: 0;
}
.pagination li {
  display: inline-block;
}
.pagination a, .pagination span {
  display: inline-block;
  background: #aaaaaa;
  padding: 7px 10px;
  color: #ffffff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.pagination a:hover {
  background: #E42518;
}
.pagination span {
  background: #E42518;
}

/* Suchfeld Navigation */
#mod_search_header {
  display: none;
  float: right;
  width: 20%;
}
#mod_search_header > .inside {
  margin: 7px 10px;
  margin-bottom: 60px;
}

.mod_search .formbody {
  position: relative;
  border: 1px solid #808080;
}
.mod_search input.text {
  width: 100%;
  border: none;
  margin: 0;
  padding: 0 5px;
}
.mod_search .submit {
  display: block;
  width: 18px;
  height: 22px;
  position: absolute;
  right: 8px;
  top: 4px;
  background: url("/files/layout/images/search.png") right center no-repeat;
  text-indent: -9999em;
}
.mod_search .header,
.mod_search .context {
  margin-bottom: 60px;
  padding-bottom: 10px;
  border-bottom: 2px solid #aaaaaa;
}
.mod_search .header {
  padding-bottom: 30px;
  border-color: #fbbb41;
}

#main .mod_search form {
  background: #eceff1;
}
#main .mod_search .header {
  background: #eceff1;
  margin-top: 0;
  padding: 1em 30px;
}

@media only screen and (max-width: 1280px) {
  #mod_search_header {
    width: 25%;
  }
}
@media only screen and (max-width: 1200px) {
  .layout_latest_left,
  .layout_latest_right {
    width: 50%;
  }

  .layout_latest_left {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 979px) {
  #mod_search_header {
    float: none;
    width: 50%;
  }
  #mod_search_header > .inside {
    margin: 60px;
    margin-right: 0;
  }

  .referenzenlist_default {
    width: 33.333%;
  }

  .seite_news .layout_latest .layout_latest_left {
    width: 50%;
  }
  .seite_news .layout_latest .layout_latest_right {
    width: 50%;
  }

  .seite_home .newslist_home_wrapper,
  #display_messen {
    width: 50%;
  }

  .layout_latest_left,
  .layout_latest_right {
    width: 100%;
  }

  .seite_home .newslist_home_wrapper.double {
    width: 66.666%;
  }

  .double #display_messen {
    width: 33.333%;
  }
}
@media only screen and (max-width: 800px) {
  #mod_search_header {
    width: 100%;
  }
  #mod_search_header > .inside {
    margin: 60px;
  }
}
@media only screen and (max-width: 600px) {
  .mod_article {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .mod_article.grau {
    margin-bottom: 30px;
  }
  .mod_article.grau .border {
    padding-left: 10px;
    padding-right: 10px;
  }

  .mod_newslist .wrapper,
  .mod_referenzennavigation .wrapper {
    padding: 30px 0;
  }

  .mod_newslist .wrapper {
    padding: 30px;
  }

  .mod_referenzennavigation,
  .mod_referenzenlist,
  .mod_referenzenreader {
    padding: 0 30px;
  }

  #mod_search_header > .inside {
    margin: 30px;
  }

  .referenzenlist_default {
    width: 50%;
    margin-bottom: 20px;
  }

  .seite_news .layout_latest .layout_latest_left {
    float: none;
    width: 100%;
  }
  .seite_news .layout_latest .layout_latest_right {
    width: 100%;
  }

  .seite_home .newslist_home_wrapper,
  #display_messen {
    width: 100% !important;
    margin: 30px 0;
    margin-top: 0;
  }
  .seite_home .newslist_home_wrapper .border,
  #display_messen .border {
    border-left: none;
    margin-left: 0;
  }

  .newslist_home_wrapper.double .layout_latest {
    float: none !important;
    width: 100% !important;
    margin-bottom: 30px;
  }

  #display_messen .border > .inside {
    border-top: 2px solid #aaaaaa;
    padding-top: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .referenzenlist_default {
    width: 100%;
  }
}
#main .mod_article .ce_image {
  margin-top: 1.125em;
  margin-bottom: 1.125em;
}

.grau .ce_text {
  margin-top: 1.125em;
}

/* Slider */
.ce_sliderStart {
  position: relative;
}
.ce_sliderStart .ce_image {
  position: relative;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.ce_sliderStart .caption {
  position: absolute;
  bottom: 20%;
  left: 80px;
  right: 80px;
  text-align: center;
}
.ce_sliderStart .caption h2 {
  display: inline-block;
  background: #fbbb41;
  color: #ffffff;
  padding: 5px 10px;
}

.ce_sliderStart img {
  display: block;
}

.slider-control {
  position: absolute;
  z-index: 10;
  top: 50%;
  right: 0;
  left: 0;
}

.slider-prev,
.slider-next {
  position: absolute;
  display: block;
  width: 25px;
  height: 42px;
  text-indent: -9999em !important;
  padding: 10px 15px;
  margin-top: -31px;
}

.slider-prev {
  background: url("/files/layout/images/slider_prev.png") center center no-repeat;
  left: 5px;
}

.slider-next {
  background: url("/files/layout/images/slider_next.png") center center no-repeat;
  right: 5px;
}

.slider-prev:hover {
  background-image: url("/files/layout/images/slider_prev_hover.png");
  background-color: inherit;
}

.slider-next:hover {
  background-image: url("/files/layout/images/slider_next_hover.png");
  background-color: inherit;
}

.slider-menu {
  display: none !important;
}

/* rsc Elements */
.icon-boxes .wrapper {
  max-width: 1800px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.icon-boxes .grid1 {
  clear: none;
}

#footer .icon-boxes {
  background: #eceff1;
}

#footer .icon-boxes {
  background: url("/files/layout/images/footer-icons-bg.png") repeat-x;
}

.ce_downloads li a,
.icon-box a {
  display: block;
  padding: 20px;
  margin: 0 10px;
  text-decoration: none;
  color: #000000;
  -moz-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
.ce_downloads li a:hover,
.icon-box a:hover {
  -moz-transition: background 0s linear;
  -o-transition: background 0s linear;
  -webkit-transition: background 0s linear;
  transition: background 0s linear;
  background-color: #fbbb41;
  color: #ffffff;
}

.ce_downloads li a {
  margin-left: 0;
}

.ce_downloads li a:hover,
.icon-box a:hover {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
}
.ce_downloads li a:hover p, .ce_downloads li a:hover h2,
.icon-box a:hover p,
.icon-box a:hover h2 {
  color: #ffffff;
}

/* graue linie */
.grau .ce_text .inside {
  border-top: 2px solid #fbbb41;
}

/* komplettpaket */
#flussdiagramm {
  padding-top: 30px;
  padding-bottom: 30px;
}

.diagramm {
  text-align: center;
  margin-top: 60px;
}
.diagramm .arrow {
  background: url("/files/layout/images/next.png") no-repeat right center;
  margin-bottom: 60px;
}
.diagramm span {
  display: inline-block;
  width: 60%;
  background: #fbbb41;
  font-size: 2em;
  padding: 10px 20px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
}

/* parallax */
.ce_rsce_parallax {
  color: white;
  height: 600px;
  padding: 0;
  text-align: center;
  background-color: #eceff1 !important;
}
.ce_rsce_parallax h2 {
  display: inline-block;
  background: #fbbb41;
  color: #ffffff;
  padding: 5px 10px;
}
.ce_rsce_parallax a {
  color: #ffffff;
}
.ce_rsce_parallax:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.ce_rsce_parallax .inside {
  display: inline-block;
  vertical-align: middle;
}

/* Accordion */
.ce_accordionSingle {
  margin-bottom: 30px;
}

.ce_accordion .toggler {
  border-top: 2px solid #aaaaaa;
}
.ce_accordion .toggler span {
  display: inline-block;
  width: 22px;
  height: 20px;
  background: url("/files/layout/images/accordeon.png") no-repeat left top;
}
.ce_accordion .toggler:hover,
.ce_accordion .toggler .active {
  color: #E42518;
}
.ce_accordion .toggler:hover span,
.ce_accordion .toggler .active span {
  background-position: left -24px;
}
.ce_accordion .toggler.active {
  color: #E42518;
}
.ce_accordion .toggler.active span {
  background-position: left -24px;
}

/* ce_gallery */
.ce_gallery ul {
  padding: 0;
  margin: 0;
  margin-bottom: -20px;
  letter-spacing: -0.3em;
  text-align: center;
}
.ce_gallery li {
  display: inline-block;
  vertical-align: top;
  width: 20%;
  list-style: none;
  margin: 0;
  letter-spacing: normal;
  margin-bottom: 20px;
}
.ce_gallery .image_container {
  margin: 0 10px;
}
.ce_gallery .caption {
  padding-top: 15px;
}

.w80 .ce_gallery li {
  width: 33.333%;
}

.ce_list {
  text-align: center;
}
.ce_list ul {
  display: inline-block;
  padding: 1.527em 30px 60px 30px;
  border-top: 2px solid #fbbb41;
  margin: 0 auto;
  text-align: left;
}
.ce_list li {
  list-style: none;
  background: url("/files/layout/images/tick.png") left 0.3125em no-repeat;
  padding-left: 30px;
}

.ce_list.last ul {
  padding-bottom: 0;
}

/* ce_linkheadline_wrapper */
.mod_article .ce_linkheadline_wrapper {
  margin-left: auto;
  margin-right: auto;
}

.ce_linkheadline_wrapper {
  max-width: 1280px;
  text-align: center;
  padding-bottom: 60px;
}
.ce_linkheadline_wrapper h1 {
  display: inline;
}

/* ce_hyperlink */
.ce_hyperlink {
  display: inline-block;
  margin-bottom: 1em;
}
.ce_hyperlink a {
  display: block;
  padding: 7px 10px;
  color: #E42518;
  text-decoration: none;
  border: 2px solid #E42518;
  -moz-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
  background: inherit;
}
.ce_hyperlink a:hover {
  -moz-transition: background 0s linear;
  -o-transition: background 0s linear;
  -webkit-transition: background 0s linear;
  transition: background 0s linear;
  background: #E42518;
  color: #ffffff;
}

.ce_hyperlink.center,
.mod_newsreader .ce_hyperlink {
  display: table;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* .ce_downloads */
.ce_downloads ul {
  padding: 0;
  overflow: hidden;
  letter-spacing: -0.3em;
}
.ce_downloads li {
  list-style: none;
  display: inline-block;
  width: 20%;
  text-align: center;
  vertical-align: top;
  letter-spacing: normal;
}

#display_messen .ce_downloads,
#display_messen .ce_downloads .inside {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
#display_messen .ce_downloads ul {
  margin-top: 0;
}
#display_messen .ce_downloads li {
  width: auto;
  display: inline-block;
  text-align: left;
  padding: 4px;
  margin: 0;
}
#display_messen .ce_downloads h4 {
  display: inline;
}
#display_messen .ic62 {
  font-size: 40px;
  height: 40px;
  width: 40px;
}

.center * {
  text-align: center;
}

.left * {
  text-align: left;
}
.left * table {
  margin-left: 0;
}

/* dlh_googlemaps */
.dlh_googlemap {
  width: 100% !important;
  height: 650px !important;
}

.ce_dlh_googlemaps {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.ce_table .inside {
  overflow: auto !important;
}

.googleMapsWrapper {
  position: relative;
  padding-bottom: 30%;
  height: 0;
  overflow: hidden;
}
.googleMapsWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* responsive videos via iframe */
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 1280px) {
  .ce_gallery li {
    width: 25%;
  }

  #flussdiagramm span {
    font-size: 1.375em;
  }
}
@media only screen and (min-width: 501px) and (max-width: 1000px) {
  .icon-box a {
    padding-right: 0;
    padding-left: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .ce_gallery li {
    width: 33.333%;
  }

  .ce_downloads li {
    width: 33.333%;
  }
}
@media only screen and (max-width: 800px) {
  #flussdiagramm .grid1 {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  #flussdiagramm .arrow {
    background: url("/files/layout/images/down.png") no-repeat center bottom;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }

  .ce_downloads li {
    width: 50%;
  }
}
@media only screen and (max-width: 700px) {
  .ce_gallery li,
  .w80 .ce_gallery li {
    width: 50%;
  }

  .ce_sliderStart .caption {
    position: static !important;
  }
  .ce_sliderStart h2 {
    margin: 0 !important;
  }
}
@media only screen and (max-width: 600px) {
  .ce_sliderStart .caption {
    position: absolute;
    bottom: 10px;
    left: 60px;
    right: 60px;
  }
  .ce_sliderStart .caption h2 {
    padding: 0;
  }

  .ce_gallery ul {
    margin-bottom: -20px;
  }

  .ce_gallery li,
  .w80 .ce_gallery li {
    width: 50%;
    margin-bottom: 20px;
  }

  .ce_downloads li {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .ce_gallery li {
    width: 100%;
  }
}
#display_messen .ce_downloads li {
  width: auto;
}

#wrapper {
  max-width: inherit;
}

#container {
  max-width: inherit;
}

