/*
    CSS www.kuempellorenz.de
    Webwork-Manufaktur. Fine handcrafted webdesign since 1997
    www.webwork-manufaktur.de  info@wewoma.de
*/
/* Farben */
/* Schriftgroessen */
/* Fonts */
.copy {
  font-family: "Helvetica Neue LT W04_31488870", "helvetica neue", helvetica, arial, sans-serif;
  font-size: 19px;
  line-height: 26px;
}
.fawe {
  font-family: FontAwesome;
}
.functions {
  font-family: arial, sans-serif;
  font-size: 13px;
  line-height: 19px;
}
.light {
  font-weight: 300;
}
.regular {
  font-weight: 400;
}
.semibold {
  font-weight: 600;
}
.bold {
  font-weight: bold;
}
.extrabold {
  font-weight: 800;
}
/* misc */
/* ............................................................................ */
/* ............................................................................ */
/* ............................................................... reset'em all */
* {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  vertical-align: baseline;
  font-weight: inherit;
  font-style: inherit;
  background: transparent;
}
/* ............................................................... Basiscs */
body {
  background-color: #ffffff;
  color: #888888;
  font-family: "Helvetica Neue LT W04_31488870", "helvetica neue", helvetica, arial, sans-serif;
  font-size: 19px;
  line-height: 26px;
  text-align: center;
}
hr {
  margin: 0 0 -1px 0;
  width: 1px;
  height: 1px;
  clear: both;
  visibility: hidden;
}
body > * {
  text-align: left;
}
strong,
b {
  font-weight: bold;
}
.error {
  background-color: red;
  color: #fff;
  font-weight: bold;
  font-family: courier, monospace;
}
/* ............................................................... Aufbau */
.wrapper {
  margin: 0 auto;
  max-width: 1100px;
}
span.wrapper {
  display: block;
}
#pageHeader {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 121px;
  background-color: #ffffff;
}
#pageHeader #logo {
  width: 339px;
  height: 104px;
  overflow: hidden;
  float: right;
  transition: width .3s, height .3s;
}
#pageHeader #logo h1,
#pageHeader #logo h2 {
  font-size: 12px;
  line-height: 15px;
}
#pageHeader #logo span {
  display: block;
  text-indent: -1000px;
}
#pageHeader #logo a {
  display: block;
  width: 339px;
  height: 104px;
  text-decoration: none;
  color: #888888;
}
/* ............................................................... Txtseite */
.introPic {
  position: relative;
  padding: 0 0 17px 0;
  height: 661px;
  width: 1100px;
}
.introPic img {
  width: auto !important;
  margin-bottom: 0;
  float: right;
}
.introPic .introPanel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 661px;
}
.introPic .introCaption {
  position: absolute;
  top: 0;
  left: 0;
  height: 661px;
  width: 32.727272%;
  background-color: #e84e0e;
}
.introPic .introCaptionWrapper {
  margin-top: 238px;
  margin-right: 11.94444%;
  margin-left: 11.94444%;
  transform: margin .5s, height .5s;
}
.introPic h1 {
  color: #ffffff !important;
  font-size: 44px;
  line-height: 60px;
  transition: font-size 0.5s, line-height 0.5s;
}
.introPic h2 {
  margin: 30px 0 0 0;
  color: #ffffff !important;
  transition: font-size 0.5s, line-height 0.5s, margin 0.5s;
}
/* ............................................................... Kontaktseite */
#mapMsg {
  display: block;
  border: 1px solid #ecedef;
  padding: 10px;
  font-size: 13px;
  line-height: 19px;
}
#mapMsg p {
  margin-bottom: 0 !important;
}
#mapMsg .but {
  display: block;
  margin: 10px;
  padding: 5px;
  border: 1px solid #ecedef;
  text-align: center;
  cursor: pointer;
}
/* ............................................................... Projektseite */
#info {
  margin: 121px 0 35px 0;
  line-height: 1em;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
#info .introPic {
  margin-bottom: 34px;
  width: 100%;
}
#info .introPic img {
  width: 100%;
  height: auto;
}
#info .introPic iframe {
  width: 100%;
}
#info .introPic #previewPic {
  position: relative;
}
#info .introPic #previewPic .fa {
  box-sizing: border-box;
  position: absolute;
  top: 25%;
  left: 50%;
  margin: -33px 0 0 -31px;
  z-index: 100;
  padding: 7px 0 0 15px;
  width: 65px;
  height: 65px;
  font-size: 40px;
  background-color: rgba(255, 255, 255, 0.4);
  color: #fff;
  border: 5px solid #fff;
  border-radius: 38px;
  opacity: .85;
  cursor: pointer;
  transition: opacity .8s;
}
#info .introPic #previewPic .fa:hover {
  opacity: 1;
  transition: opacity .2s;
}
#info .infoTxt {
  box-sizing: border-box;
  padding: 0 17px;
}
#info .txt {
  width: 65.09090909%;
  float: left;
  font-size: 19px;
  line-height: 26px;
}
#info h1 {
  margin: 0 0 17px 0;
  color: #e84e0e;
  font-size: 19px;
}
#info h1.noImg {
  padding: 34px 0 0 0;
  font-size: 44px;
  line-height: 60px;
}
#info h2 {
  margin: 0 0 35px 0;
  color: #e84e0e;
  font-size: 44px;
  line-height: 60px;
}
#info .introCaptionWrapper h2 {
  font-size: 44px;
  line-height: 50px;
}
#info h3 {
  margin: 35px 0 0 0;
  color: #e84e0e;
  font-size: 19px;
}
#info h3 span {
  display: block;
  margin: 0 0 12px 0;
  width: 60px;
  height: 19px;
  border-bottom: 5px solid #e84e0e;
}
#info .leistungen {
  margin: 0 0 0 70.090909%;
  line-height: 26px;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
#info .leistungen ol {
  list-style-type: none;
}
#info .leistungen p {
  margin: 0 0 26px 0;
}
.tpl_projektseite #info .introPic img,
.tpl_kontaktseite #info .introPic img {
  width: 100% !important;
}
#portfolio .prSection {
  margin-bottom: 35px;
}
#portfolio .prSection img {
  width: 100%;
  height: auto;
}
#portfolio .prSection .pfHeadline {
  padding: 22px;
}
#portfolio .halfPic img {
  display: inline-block;
  margin: 0 1.63636% 0 0;
  width: 49.18181%;
  height: auto;
}
#portfolio .halfPic img:last-child {
  margin-right: 0;
}
#portfolio .prQuote {
  margin-top: -17px;
  padding: 17px 0;
  border-top: 1px solid #888888;
  border-bottom: 1px solid #888888;
}
#portfolio .prQuote blockquote {
  padding: 0 0 0 17px;
  width: 65.09090909%;
  float: left;
  font-size: 24px;
  line-height: 32px;
  color: #9a1b18;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
#portfolio .prQuote blockquote span {
  display: block;
  margin: 0 0 12px 0;
  width: 60px;
  height: 19px;
  border-bottom: 5px solid #9a1b18;
}
#portfolio .prQuote .quoteImgWrapper {
  margin: 0 0 0 70.09090%;
  line-height: 0;
}
#portfolio .prQuote .quoteCaption {
  display: block;
  margin: 20px 0 0 0;
  padding: 0 17px;
  font-size: 16px;
  line-height: 19px;
}
/* ............................................................... Wie wir arbeiten */
#teaser .pfHeadline {
  padding: 22px;
}
#workAccordion h3 {
  box-sizing: border-box;
  padding: 0 17px;
  width: 65.09090909%;
}
#workAccordion h3 span {
  border: none;
  width: auto;
  height: auto;
}
#workAccordion .stepNr {
  width: 100px;
  color: #888888;
  font-size: 44px;
  line-height: 60px;
  transition: font-size 0.5s, line-height 0.5s;
  pointer-events: none;
  border-top: 5px solid #d9dadc;
  transition: color .5s, border .5s;
}
#workAccordion .stepHl {
  color: #888888;
  font-size: 44px;
  line-height: 60px;
  transition: font-size 0.5s, line-height 0.5s;
  cursor: pointer;
}
#workAccordion .stepIntro {
  color: #888888;
  pointer-events: none;
  line-height: 26px;
  font-weight: 600;
}
#workAccordion .longTxt {
  box-sizing: border-box;
  padding: 0 17px;
  width: 65.09090909%;
  line-height: 26px;
  transition: height .5s;
  overflow: hidden;
}
#workAccordion .longTxt p,
#workAccordion .longTxt ul,
#workAccordion .longTxt ol {
  margin: 0 0 13px 0;
}
#workAccordion .longTxt ul,
#workAccordion .longTxt ol {
  padding-left: 20px;
}
#workAccordion .longTxt ul {
  list-style-type: disc;
}
#workAccordion .longTxtWrapper {
  padding-bottom: 17px;
}
#workAccordion .longTxt.closedTxt {
  height: 0;
  transition: height .5s;
}
#workAccordion .longTxt.openTxt {
  transition: height .5s;
}
#workAccordion .stepLine {
  visibility: visible;
  margin: 0 auto;
  width: 100%;
  max-width: 1100px;
  border-bottom: 1px solid #888888;
}
#workAccordion .open .stepMore {
  height: 0px;
  overflow: hidden;
  transition: height .5s;
}
#workAccordion .closed .stepMore {
  height: 19px;
  cursor: pointer;
}
#workAccordion .open .stepNr {
  border-top: 5px solid #e84e0e;
}
#workAccordion .open .stepHl {
  cursor: default;
  color: #e84e0e;
  transition: color .5s;
}
#workAccordion .open .stepNr {
  color: #e84e0e;
}
/* ............................................................... Startseite */
#stIntro {
  margin: 121px 0 0 0;
}
#slider {
  position: relative;
  padding: 0 0 17px 0;
  height: 661px;
  width: 1100px;
  border-bottom: 1px solid #888888;
}
#slider .sliderWrapper {
  position: relative;
  height: 661px;
  width: 100%;
}
#slider .sliderPanel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 661px;
}
#slider .slidesWrapper {
  position: relative;
}
#slider .sliderCaption {
  position: absolute;
  top: 0;
  left: 0;
  height: 661px;
  width: 32.727272%;
  background-color: #e84e0e;
}
#slider .sliderCaptionWrapper {
  margin-top: 238px;
  margin-right: 11.94444%;
  margin-left: 11.94444%;
  transform: margin .5s, height .5s;
}
#slider h2 {
  color: #ffffff;
  font-size: 44px;
  line-height: 60px;
  transition: font-size 0.5s, line-height 0.5s;
}
#slider p.claim {
  margin: 30px 0 0 0;
  color: #ffffff;
  transition: font-size 0.5s, line-height 0.5s, margin 0.5s;
}
#slider p.readOn {
  margin: 30px 0 0 0;
  transition: font-size 0.5s, line-height 0.5s, margin 0.5s;
  color: #ffffff;
  text-decoration: underline;
}
#slider p.readOn a {
  color: #ffffff;
}
#slider img {
  float: right;
}
#slider div.sliderNav {
  margin: 0 -1px -1px 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  visibility: hidden;
}
#slider .thumbsWrapper {
  position: absolute;
  bottom: 10px;
  z-index: 100;
  margin: 0 0 0 -100px;
  width: 200px;
  text-align: center;
}
#slider .thumbsWrapper .sliderSwitch {
  margin: 0 0 0 10px;
  width: 10px;
  height: 10px;
  border: 1px solid #888;
  border-radius: 6px;
  cursor: pointer;
  float: none;
}
#slider .thumbsWrapper .sliderSwitch.active {
  background-color: #888;
  cursor: default;
}
#teaser ol {
  list-style-type: none;
  background-repeat: repeat-x;
  background-position: left 0;
  line-height: 1em;
  vertical-align: top;
}
#teaser li {
  box-sizing: border-box;
  display: inline-block;
  margin: 17px 1.590909095% 0 0;
  width: 32.27272727%;
  vertical-align: top;
}
#teaser li:nth-child(3n) {
  margin-right: 0;
  width: 32.27272727%;
}
#teaser img {
  width: 100%;
  height: auto;
}
#teaser p {
  box-sizing: border-box;
  padding: 17px;
  height: 70px;
}
#teaser a {
  display: block;
  text-decoration: none;
  color: #888888;
  transition: color .7s;
}
#teaser li:hover a {
  color: #e84e0e;
  transition: color .2s;
}
.tpl_home #teaser ol {
  background-image: url(../grafik/backTeaser.gif);
}
/*
 * Sonderseite „Themen“
 */
.tpl_themen #teaser ol {
  margin-bottom: 80px;
}
.tpl_themen #teaser ol li {
  position: relative;
}
.tpl_themen #teaser ol li p {
  position: absolute;
  top: 0px;
  left: 0px;
  color: #9a1b18;
  font-size: 30px;
  line-height: 34px;
}
.tpl_themen #teaser ol li p a {
  color: #9a1b18;
  transition: color .7s;
}
.tpl_themen #teaser ol li img {
  transition: filter .7s;
}
.tpl_themen #teaser ol li:hover img {
  transition: filter .2s;
}
.tpl_themen #teaser ol li:hover p a {
  color: #e84e0e;
  transition: color .2s;
}
/* ............................................................... Navi */
#mainnav {
  padding-top: 85px;
}
#mainnav h2 {
  display: none;
}
#mainnav h2 span {
  display: block;
  text-indent: -10000px;
}
#mainnav h2:before {
  content: " ";
  font-family: FontAwesome;
  display: none;
  width: 45px;
  height: 39px;
  background-image: url(../grafik/bu-menu.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left top;
  cursor: pointer;
}
#mainnav div {
  padding: 0 0 0 17px;
  line-height: 19px;
  transition: height .5s;
}
#mainnav ul {
  list-style-type: none;
}
#mainnav li {
  display: inline-block;
  margin: 0 35px 0 0;
}
#mainnav li:last-child {
  margin: 0;
}
#mainnav span {
  display: none;
}
#mainnav a {
  text-decoration: none;
  color: #888888;
  transition: color .7s;
}
#mainnav .activeParent a,
#mainnav a:hover {
  color: #e84e0e;
  transition: color .2s;
}
#mainnav .active a {
  color: #e84e0e;
  transition: color .2s;
  cursor: default;
}
/* ............................................................... Pre-Footer */
#footerMetaNav ul {
  box-sizing: border-box;
  padding: 17px 0;
  border-top: 1px solid #888888;
  list-style-type: none;
}
#footerMetaNav li {
  box-sizing: border-box;
  display: inline-block;
  width: 33%;
  height: 26px;
  background-repeat: no-repeat;
  background-size: 56px 26px;
  transition: color .7s;
}
#footerMetaNav a {
  box-sizing: border-box;
  display: inline-block;
  padding-left: 70px;
  height: 26px;
  color: #888888;
  text-decoration: none;
  transition: color .7s;
  background-repeat: no-repeat;
  background-size: 56px 26px;
}
#footerMetaNav a:hover,
#footerMetaNav .toTop:hover {
  color: #e84e0e;
  transition: color .3s;
  cursor: pointer;
}
#footerMetaNav .toTop {
  padding-left: 55px;
  background-image: url(../grafik/bu-totop.svg);
}
#footerMetaNav .allProjects {
  background-image: url(../grafik/bu-projekte.svg);
}
#footerMetaNav .goHome {
  background-image: url(../grafik/bu-startseite.svg);
}
/* ............................................................... Footer */
footer {
  position: relative;
  line-height: 0;
  background-color: #ecedef;
}
footer div {
  padding: 34px 0 68px 0;
}
footer .footerAddress {
  padding-left: 17px;
  line-height: 26px;
}
footer .footerAddress strong {
  font-weight: 600;
}
footer .footerAddress a {
  color: #888888;
  text-decoration: none;
}
footer .footerAddress a:hover,
footer .footerAddress .active a {
  color: #e84e0e;
}
footer #footerNav {
  display: block;
  margin: 0 0 10px 0;
  line-height: 26px;
}
footer #footerNav ul {
  display: inline-block;
  padding-left: 17px;
  list-style-type: none;
  line-height: 19px;
  text-align: right;
}
footer #footerNav li {
  display: inline-block;
  margin: 0 35px 0 0;
}
footer #footerNav li:last-child {
  margin: 0;
}
footer #footerNav a {
  color: #888888;
  text-decoration: none;
  border-bottom: 1px dotted #888888;
}
footer #footerNav a:hover {
  color: #e84e0e;
}
footer #toTop {
  position: absolute;
  top: 10px;
  right: 10px;
}
/* ............................................................... Content */
.tpl_txtseite .txt p,
.tpl_kontaktseite .txt p,
.tpl_kontaktseite .leistungen p {
  margin: 0 0 26px 0;
}
.tpl_txtseite .txt ol,
.tpl_kontaktseite .txt ol,
.tpl_kontaktseite .leistungen ol {
  margin: 0 0 26px 0;
  padding: 0 0 0 26px;
}
.tpl_txtseite .txt ol.wide li,
.tpl_kontaktseite .txt ol.wide li,
.tpl_kontaktseite .leistungen ol.wide li {
  margin: 0 0 26px;
}
.tpl_txtseite .txt strong,
.tpl_kontaktseite .txt strong,
.tpl_kontaktseite .leistungen strong,
.tpl_txtseite .txt b,
.tpl_kontaktseite .txt b,
.tpl_kontaktseite .leistungen b {
  font-weight: bold;
}
.tpl_txtseite .txt ul,
.tpl_kontaktseite .txt ul,
.tpl_kontaktseite .leistungen ul {
  margin: 0 0 26px 0;
  padding: 0 0 0 20px;
}
.tpl_txtseite .txt a,
.tpl_kontaktseite .txt a,
.tpl_kontaktseite .leistungen a {
  text-decoration: none;
  color: #888888;
  transition: color .7s;
  border-bottom: 1px dotted #888888;
}
.tpl_txtseite .txt a:hover,
.tpl_kontaktseite .txt a:hover,
.tpl_kontaktseite .leistungen a:hover {
  color: #9a1b18;
  transition: color .3s;
}
.tpl_txtseite .txt a.phone,
.tpl_kontaktseite .txt a.phone,
.tpl_kontaktseite .leistungen a.phone,
.tpl_txtseite .txt a.phone:hover,
.tpl_kontaktseite .txt a.phone:hover,
.tpl_kontaktseite .leistungen a.phone:hover {
  border-bottom: none;
  color: #888888;
  cursor: default;
}
.tpl_txtseite .txt a.vcard,
.tpl_kontaktseite .txt a.vcard,
.tpl_kontaktseite .leistungen a.vcard {
  position: relative;
  padding-left: 33px;
}
.tpl_txtseite .txt a.vcard:before,
.tpl_kontaktseite .txt a.vcard:before,
.tpl_kontaktseite .leistungen a.vcard:before {
  position: absolute;
  left: 0;
  top: 5px;
  display: inline-block;
  content: ' ';
  width: 27px;
  height: 20px;
  background-image: url(../grafik/bu-contact.svg);
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 8px solid #fff;
}
.tpl_txtseite .txt iframe,
.tpl_kontaktseite .txt iframe,
.tpl_kontaktseite .leistungen iframe {
  width: 100%;
}
/* ............................................................... Cookienotice */
#mCCForm {
  position: fixed;
  box-sizing: border-box;
  top: 0;
  left: 0;
  z-index: 100000;
  padding: 15px 50px;
  width: 100%;
  line-height: 20px;
  font-size: 16px;
  background-color: rgba(0, 0, 0, 0.85);
  color: #ffffff;
  box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.5);
}
#mCCForm p {
  margin: 0 auto;
  max-width: 1100px;
}
#mCCForm .mCCF__link {
  display: inline-bock;
  padding: 0 0 0 4px;
  color: #ecedef;
}
#mCCForm .mCCF__link:before {
  content: '';
  /*display: block;*/
}
#mCCForm button {
  display: block;
  font-size: 16px;
  margin: 15px auto;
  padding: 2px 8px;
  width: 450px;
  max-width: 90%;
  border-radius: 3px;
  background-color: #e84e0e;
  color: #ecedef;
  cursor: pointer;
}
#mCCForm button .fa {
  margin: 0 0 0 4px;
}
#mCCForm button:hover {
  color: #d9dadc;
}
/* ............................................................................ */
/* ........................................................ float, baby, float! */
/* ............................................................................ */
@media screen and (max-width: 1100px) {
  /* die ueblichen Verdaechtigen bekommen 100% statt einer Pixelbreite
    und der Slider bekommt andere Schriftgrößen
*/
  .wrapper {
    width: 100%;
  }
  #slider {
    width: 100%;
  }
  #slider .sliderWrapper {
    width: 100%;
  }
  #slider .sliderPanel {
    width: 100%;
  }
  #slider .sliderCaption {
    height: 100%;
  }
  #slider .sliderImg {
    width: 67.2727272727%;
    height: auto;
  }
  #slider h2 {
    font-size: 38px;
    line-height: 50px;
  }
  #slider p.claim {
    margin: 24px 0 0 0;
    font-size: 17px;
  }
  #slider p.readOn {
    margin: 24px 0 0 0;
    font-size: 17px;
  }
  #info .introPic {
    width: 100%;
  }
  #info .introPic .introWrapper {
    width: 100%;
  }
  #info .introPic .introPanel {
    width: 100%;
  }
  #info .introPic .introCaption {
    height: 100%;
  }
  #info .introPic .introImg {
    width: 67.2727272727% !important;
    height: auto;
  }
  #info .introPic h1 {
    font-size: 38px;
    line-height: 50px;
  }
  #info .introPic h2 {
    margin: 24px 0 0 0;
    font-size: 15px;
  }
  .tpl_wie #info .introPic h1,
  #p1022 #info .introPic h1 {
    margin: 0;
    font-size: 15px;
  }
  .tpl_wie #info .introPic h2,
  #p1022 #info .introPic h2 {
    margin: 0 0 0 0;
    font-size: 34px;
    line-height: 46px;
  }
  .tpl_kontaktseite #info .introPic,
  .tpl_projektseite #info .introPic {
    height: auto;
  }
  .tpl_kontaktseite #info .introPic img,
  .tpl_projektseite #info .introPic img {
    margin-bottom: 51px;
  }
  #workAccordion {
    box-sizing: border-box;
    padding: 0 17px;
  }
  .tpl_home #teaser ol {
    background-image: none;
  }
}
/* Die Navigation verschwindet im Hamburger */
@media screen and (max-width: 980px) {
  #pageHeader {
    position: relative;
    height: auto;
  }
  #mainnav h2 {
    display: block;
    margin: -44px 0 0 17px;
  }
  #mainnav h2 span {
    display: inline-block;
    margin: 0 0 -1px 0;
    height: 1px;
  }
  #mainnav h2:before {
    display: block;
  }
  #mainnav div {
    height: 0px;
    overflow: hidden;
    font-size: 30px;
    line-height: 38px;
    background-color: #ffffff;
    transition: height .5s;
  }
  #mainnav li {
    display: block;
  }
  #mainnav li span {
    display: block;
    margin: 10px 0 ;
    height: 1px;
    width: 60px;
    border-top: 1px solid #888888;
  }
  #mainnav li.first span {
    display: none;
  }
  #mainnav li.last {
    margin-bottom: 20px;
  }
  #mainnav.openmenu div {
    height: 345px;
  }
  #mainnav.openmenu h2:before {
    background-position: right top;
  }
  #stIntro,
  #info {
    margin-top: 0;
  }
  .tpl_txtseite .txt a.phone,
  .tpl_kontaktseite .txt a.phone,
  .tpl_kontaktseite .leistungen a.phone {
    text-decoration: none;
    color: #888888;
    transition: color .7s;
    border-bottom: 1px dotted #888888;
    cursor: pointer;
  }
  .tpl_txtseite .txt a.phone:hover,
  .tpl_kontaktseite .txt a.phone:hover,
  .tpl_kontaktseite .leistungen a.phone:hover {
    color: #9a1b18;
    transition: color .3s;
    border-bottom: 1px dotted #888888;
    cursor: pointer;
  }
  #footerMetaNav ul {
    padding-left: 17px;
  }
  #footerMetaNav li {
    display: block;
    margin: 0 0 17px 0;
    width: auto;
  }
}
@media screen and (max-width: 740px) {
  /*  Der Slider sortiert sich um (Bild fullwidth und caption darunter; Seitenverhaeltnis = quer)
        Die Teaser auf der Startseite werden zweispaltig
        Der Footer sortiert sich linear linksbuendig
        Die Projektseite wird einspaltig
        Half / half-Bilder sortieren sich untereinander
        Die Schrift wird dunkler
    */
  .mobile body,
  .mobile #teaser a,
  .mobile #workAccordion .stepIntro,
  .mobile #workAccordion .longTxt,
  .mobile #footerMetaNav a,
  .mobile #info .txt,
  .mobile #info .leistungen,
  .mobile #info a {
    color: #4b4b4b;
  }
  #slider {
    padding: 0 0 34px 0;
    height: auto;
    line-height: 0;
  }
  #slider .thumbsWrapper {
    bottom: -20px;
  }
  #slider .sliderImg {
    float: none;
    width: 100%;
    visibility: hidden;
  }
  #slider .sliderWrapper {
    height: auto;
  }
  #slider .sliderPanel {
    height: auto;
  }
  #slider .sliderCaption {
    box-sizing: border-box;
    display: block;
    position: relative;
    top: auto;
    left: auto;
    padding: 20px 10px;
    height: auto;
    width: 100%;
    line-height: 1.3em;
  }
  #slider .sliderCaptionWrapper {
    margin: 0;
  }
  #slider h2 {
    margin: 0;
  }
  #slider p.claim {
    margin: 0;
  }
  #slider p.readOn {
    margin: 0;
  }
  .introPic {
    height: auto;
    line-height: 0;
  }
  .introPic .introImg {
    float: none;
    width: 100%;
    visibility: hidden;
  }
  .introPic .introWrapper {
    height: auto;
  }
  .introPic .introPanel {
    height: auto;
  }
  .introPic .introCaption {
    box-sizing: border-box;
    display: block;
    position: relative;
    top: auto;
    left: auto;
    padding: 20px 10px;
    height: auto !important;
    width: 100%;
    line-height: 1.3em;
  }
  .introPic .introCaptionWrapper {
    margin: 0;
  }
  .introPic h2 {
    margin: 0;
  }
  .introPic p.claim {
    margin: 0;
  }
  .introPic p.readOn {
    margin: 0;
  }
  #teaser ol {
    background: none;
  }
  #teaser li {
    margin: 17px 2% 0 0;
    width: 49% !important;
  }
  #teaser li:nth-child(3n) {
    margin-right: 2%;
    width: 49%;
  }
  #teaser li:nth-child(2n) {
    margin-right: 0 !important;
  }
  #info .txt {
    width: 100%;
    float: none;
  }
  #info .leistungen {
    margin: 35px 0 0 0;
  }
  #workAccordion {
    width: 100%;
  }
  #workAccordion h3 {
    width: 100%;
  }
  #workAccordion .longTxt {
    width: 100%;
  }
  #portfolio .prQuote blockquote {
    box-sizing: border-box;
    padding: 0 17px;
    width: 100%;
    float: none;
  }
  #portfolio .prQuote .quoteImgWrapper {
    margin: 17px auto 0 auto;
    max-width: 50%;
  }
  #portfolio .halfPic img {
    display: inline-block;
    margin: 0 0 17px 0;
    width: 100%;
    height: auto;
  }
  footer {
    font-size: .85em;
  }
  footer #footerNav {
    float: none;
  }
  footer #footerNav ul {
    padding-right: 0;
    padding-left: 17px;
    width: auto;
    text-align: left;
  }
  footer .footerAddress {
    margin-top: 6px;
  }
  #footerMetaNav .goHome {
    background-image: url(../grafik/bu-startseite-resp.svg);
  }
}
@media screen and (max-width: 520px) {
  /*
     *  Der Teaser auf der Startseite wird einspaltig
     *  Das Logo wird kleiner
    */
  #pageHeader #logo {
    width: 300px;
    height: 92px;
    background-size: cover;
  }
  #slider {
    border-bottom: none;
  }
  #teaser li {
    margin-right: 0;
    padding: 17px 0 0 0;
    width: 100% !important;
    border-top: 1px solid #888888;
  }
  #teaser li:nth-child(3n) {
    margin-right: 0;
    width: 100%;
  }
  #teaser li:nth-child(2n) {
    margin-right: 0 !important;
  }
  .tpl_themen #teaser ol li p {
    top: 17px;
  }
  #portfolio .prQuote .quoteImgWrapper {
    margin: 17px auto 0 auto;
    max-width: 75%;
  }
}
@media screen and (max-width: 520px) {
  #pageHeader #logo {
    width: 270px;
    height: 83px;
    background-size: cover;
  }
}
