.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.grid_xxx {
  border: red;
}
html,
body {
  overflow-x: hidden;
  width: 100%;
  height: 100%;
}
@media print {
  html,
  body {
    overflow-x: visible;
  }
}
body {
  margin: 0px 0;
  padding: 0px 0;
  font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  font-size: 20px;
  background: #ffffff;
}
body .content-wrap {
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding-top: 70px;
}
body .content-wrap {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-weight: normal;
  margin: .4em 0 0;
  padding: 0;
  color: #97b911;
}
body h1 {
  font-size: 35px;
}
body h2 {
  font-size: 26px;
}
body h3 {
  font-size: 24px;
}
body h4 {
  font-size: 20px;
}
body p {
  margin: 1em 0 0.5em;
}
body ul {
  margin: 0 0 0.5em;
  padding-left: 20px;
}
body ul li {
  margin: 0;
  padding: 0;
}
body a {
  color: #009a47;
  text-decoration: none;
}
body a:hover {
  text-decoration: none;
}
body a img {
  border: none;
  display: block;
}
body a.en {
  background: url(/extension/datendrang/design/v2013-de/images/flag_en.png) no-repeat 100% 2px;
  padding: 0 36px 0 0;
  line-height: 16px;
}
body a.de {
  background: url(/extension/datendrang/design/v2013-de/images/flag_de.png) no-repeat 100% 2px;
  padding: 0 36px 0 0;
  line-height: 16px;
}
body .bgdark {
  background-color: #e4e4e4;
}
body .bglight {
  background-color: #ededed;
}
body .hide {
  display: none;
}
body .clear {
  *zoom: 1;
}
body .clear:before,
body .clear:after {
  display: table;
  content: "";
}
body .clear:after {
  clear: both;
}
body .italic {
  font-style: italic;
}
body .font10 {
  font-size: 14.2px !important;
}
body .font11 {
  font-size: 15.6px !important;
}
body .font12 {
  font-size: 17.2px !important;
}
body .font14 {
  font-size: 20px !important;
}
body .font16 {
  font-size: 23px !important;
}
body .font18 {
  font-size: 25.8px !important;
}
body .font20 {
  font-size: 28.6px !important;
}
body .font30 {
  font-size: 42.8px !important;
}
body .posrel {
  position: relative;
}
body .txtright {
  text-align: right;
}
body .hide-text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
body .newgray {
  color: #7B7C7E;
}
body .graylight {
  color: #959595;
}
body .pb1em {
  padding-bottom: 1em;
}
body .pb30px {
  padding-bottom: 30px;
}
body .pt50px {
  padding-top: 50px;
}
@media screen and (max-width: 480px) {
  body .pt50px {
    font-size: 16px;
    padding-top: 0;
    padding-bottom: 50px;
  }
}
body .fixedhead {
  background: #eaf1cf;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  color: #009a47;
  line-height: 40px;
  font-size: 28.6px;
  z-index: 15;
}
body .fixedhead a,
body .fixedhead a:link,
body .fixedhead a:hover,
body .fixedhead a:active {
  color: #009a47;
}
body .inline-block {
  display: inline-block;
}
body .off-canvas {
  background-color: #eaf1cf;
}
body .off-canvas > ul {
  padding: 0 15px;
  margin: 60px 0 0;
}
body .off-canvas > ul li {
  padding: 0;
  margin: 0;
  border-top: 1px solid #009a47;
  list-style-type: none;
  font-size: 20px;
  line-height: 30px;
  position: relative;
}
body .off-canvas > ul li:last-child {
  border-bottom: 1px solid #009a47;
}
body .off-canvas > ul li.has_children > a {
  margin-right: 40px;
}
body .off-canvas > ul li a {
  color: #009a47;
  text-decoration: none;
}
body .off-canvas > ul li a.subnavtoggle {
  margin-right: 0;
  position: absolute;
  right: 0;
  top: 12px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  padding: 0;
  text-align: center;
  color: #009a47;
  border-radius: 3px;
  background-color: #fff;
}
body .off-canvas > ul li a.subnavtoggle .o {
  display: block;
}
body .off-canvas > ul li a.subnavtoggle .c {
  display: none;
}
body .off-canvas > ul li ul {
  margin: 0;
  display: none;
}
body .off-canvas > ul li.subnavopen a.subnavtoggle .o {
  display: none;
}
body .off-canvas > ul li.subnavopen a.subnavtoggle .c {
  display: block;
}
body .off-canvas > ul li.subnavopen > ul {
  display: block;
  background-color: #fff;
  border: none;
}
body .off-canvas > ul li.subnavopen > ul li {
  border: none;
  line-height: 30px;
  font-size: 16px;
}
body .off-canvas > ul li.subnavopen > ul li a {
  color: #009a47;
}
body .menu-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: #eaf1cf;
  font-weight: 700;
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
body .menu-top .profile,
body .menu-side {
  width: 300px;
}
body .menu-side > ul > li > a {
  display: block;
  padding: 10px 20px;
}
body.show-menu .menu-wrap {
  opacity: 1;
}
body.show-menu .content-wrap,
body.show-menu .menu-button {
  -webkit-transform: translate3d(300px,0,0);
  transform: translate3d(300px,0,0);
}
body.show-menu .content::before {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
body .btn {
  display: inline-block;
  margin-bottom: 0;
  line-height: 27px;
  *line-height: 27px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 0;
  *border: 0;
  *margin-left: .3em;
  padding: 0px 15px;
  background-color: #009a47;
  color: #ffffff;
  border: none;
  font-size: 20px;
  font-weight: bold;
}
body .btn:first-child {
  *margin-left: 0;
}
body .btn.btn-search {
  padding: 4px 5px;
  line-height: 16px;
  *line-height: 16px;
}
body .btn.btn-fontsize {
  margin-left: 10px;
  padding: 0;
  height: 27px;
  overflow: hidden;
  color: #009a47;
  background-color: transparent;
}
body .btn.btn-fontsize.active {
  color: #000000;
}
body .btn.btn-fontsize.smaller {
  font-size: 20px;
}
body .btn.btn-fontsize.medium {
  font-size: 26px;
  position: relative;
  padding-right: 4px;
}
body .btn.btn-fontsize.medium .sup {
  display: inline-block;
  font-size: 20px;
  position: absolute;
  right: 0px;
  top: -4px;
}
body .btn.btn-fontsize.larger {
  font-size: 31.4px;
  position: relative;
  padding-right: 10px;
}
body .btn.btn-fontsize.larger .sup {
  display: inline-block;
  font-size: 24px;
  position: absolute;
  right: 0px;
  top: -4px;
}
body input.searchbox {
  padding: 4px 5px;
  font-size: 20px;
  height: 24px;
  border: none;
  width: 140px;
  vertical-align: middle;
}
body .logo {
  *zoom: 1;
  display: inline;
  float: left;
  margin: 0 10px;
  width: 940px;
}
body .logo:before,
body .logo:after {
  display: table;
  content: "";
}
body .logo:after {
  clear: both;
}
body .logo a {
  display: block;
  width: 299px;
  height: 75px;
  float: right;
  background: url(/extension/datendrang/design/v2013-de/images/logo.png) no-repeat 0 0;
  margin: 40px 0 20px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
body .sitefunctions {
  padding: 12px 0;
  background-color: #ececec;
  *zoom: 1;
}
body .sitefunctions:before,
body .sitefunctions:after {
  display: table;
  content: "";
}
body .sitefunctions:after {
  clear: both;
}
body nav {
  background-color: #009a47;
  *zoom: 1;
  font-size: 24px;
  color: #FFFFFF;
  letter-spacing: -0.11px;
  font-weight: normal;
  margin-bottom: 20px;
}
body nav.nopadding {
  padding-left: 0;
  padding-right: 0;
}
body nav:before,
body nav:after {
  display: table;
  content: "";
}
body nav:after {
  clear: both;
}
body nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
body nav ul li {
  float: left;
  margin: 0;
  padding: 0;
  line-height: 50px;
}
body nav ul li a {
  display: block;
  margin: 2px 0;
  padding: 0px 10px;
  color: #ffffff;
  border-right: 1px solid #52b37b;
}
body nav ul li a:hover {
  color: #fff;
}
body nav ul li:hover,
body nav ul li.active,
body nav ul li:active,
body nav ul li:link {
  background-color: #eaf1cf;
  border-right: none;
  color: #009a47;
}
body nav ul li:hover a,
body nav ul li:hover a:hover,
body nav ul li:hover a:link,
body nav ul li:hover a:visited,
body nav ul li.active a,
body nav ul li.active a:hover,
body nav ul li.active a:link,
body nav ul li.active a:visited,
body nav ul li:active a,
body nav ul li:active a:hover,
body nav ul li:active a:link,
body nav ul li:active a:visited,
body nav ul li:link a,
body nav ul li:link a:hover,
body nav ul li:link a:link,
body nav ul li:link a:visited {
  color: #009a47;
}
body .content {
  padding-bottom: 30px;
  *zoom: 1;
}
body .content .bgdark {
  background-color: #f0f5dd;
}
body .content:before,
body .content:after {
  display: table;
  content: "";
}
body .content:after {
  clear: both;
}
body .content article .back {
  float: left;
  background: url(/extension/datendrang/design/v2013-de/images/back.png) no-repeat left 1px;
  padding-left: 20px;
}
body .content article .print {
  float: right;
  background: url(/extension/datendrang/design/v2013-de/images/print.png) no-repeat right 0px;
  padding-right: 18px;
}
body .content article .factbox {
  *zoom: 1;
}
body .content article .factbox:before,
body .content article .factbox:after {
  display: table;
  content: "";
}
body .content article .factbox:after {
  clear: both;
}
body .content article .factbox.factbox-green {
  background-color: #f0f5dd;
  padding: 10px;
  margin: 0 0 1em 0;
}
body .content article .factbox.factbox-green a img {
  background-color: #ffffff;
  padding: 1px;
  border: 1px solid #97b911 !important;
}
body .content article .content-view-children {
  margin-bottom: 2em;
}
body .content article .content-view-line {
  padding: 0.4em 0;
  margin: 0.2em 0;
  border-top: 1px solid #f0f5dd;
}
body .content article .imagetext {
  position: absolute;
  bottom: 10px;
  left: 10px;
  opacity: 0.9;
  filter: alpha(opacity=90);
  background-color: #ffffff;
  padding: 4px 5px 0px;
}
body .content article .imagetext h1,
body .content article .imagetext h2 {
  color: #575756;
  margin: 0;
  font-weight: bold;
}
body .content article .imagetext h2 {
  display: none;
  font-size: 20px;
  margin-top: 1em;
}
@media screen and (max-width: 480px) {
  body .content article .imagetext {
    position: relative;
    left: 0;
    bottom: 0;
  }
}
body .content .leftmenu {
  background-color: #ececec;
  padding: 22px 14px;
  margin-bottom: 1em;
}
body .content .leftmenu h2 {
  color: #97b911;
  font-weight: normal;
  margin: 0 0 0.5em;
}
body .content .leftmenu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #c2c2c2;
  border-bottom: 1px solid #ffffff;
}
body .content .leftmenu ul li {
  margin: 0;
  padding: 0;
  line-height: 24px;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #c2c2c2;
}
body .content .leftmenu ul li a {
  display: block;
  color: #009a47;
}
body .content .leftmenu ul li.active > a,
body .content .leftmenu ul li.parent > a {
  font-weight: bold;
  color: #000000;
}
body .content .leftmenu ul li ul {
  margin-left: 10px;
  border: none;
  font-size: 18.4px;
}
body .content .leftmenu ul li ul li.firstchild {
  border-top: none;
}
body .content .leftmenu ul li ul li.lastchild {
  border-bottom: none;
}
body .content .contactsbox h1 {
  margin: 0.5em 0;
}
body .content .contactsbox p {
  margin: 0 0 0.5em;
}
body footer {
  margin-top: -10px;
}
body footer .grafik {
  padding: 0px 0 125px 0;
  background: #fff url(/extension/datendrang/design/v2013-de/images/bg-footer.jpg) no-repeat bottom center;
  background-size: 100%;
  margin-top: -60px;
}
body footer .produkte {
  background-color: #ececec;
  margin-bottom: 50px;
  padding: 40px 0 25px;
  text-align: center;
}
body footer .produkte .lined {
  border-top: 1px dotted #bcbcbc;
  padding-top: 30px;
  margin: 0 20px;
}
body footer .produkte h3 {
  margin-top: -36px;
  text-align: center;
  color: #505050;
  font-size: 32px;
  padding: 0 20px 0px;
  background-color: #ececec;
  display: inline-block;
  position: relative;
}
body footer .produkte a {
  font-size: 24px;
  padding: 0 10px;
}
body footer .item h4 {
  color: #282828;
  font-weight: bold;
  display: inline-block;
  padding-right: 8px;
}
body footer .item ul {
  list-style-type: none;
  margin: 10px 0;
  padding: 0;
  font-size: 20px;
}
body footer .item ul li a {
  display: block;
  padding: 3px 0 3px 12px;
  background-image: url(/extension/datendrang/design/v2013-de/images/arrow.png);
  background-repeat: no-repeat;
  background-position: 0px 6px;
}
body footer .address {
  padding-bottom: 12px;
}
body footer .address address {
  padding-top: 40px;
  font-style: normal;
  font-size: 23px;
  line-height: 1.3em;
}
body footer .address .facebook {
  background: #4D67A3 url(/extension/datendrang/design/v2013-de/images/fb-icon.png) no-repeat top right;
  width: 35px;
  height: 35px;
  margin-top: 40px;
  margin-left: 5px;
  margin-right: 5px;
  display: block;
  float: right;
}
body footer .address .totop {
  background: url(/extension/datendrang/design/v2013-de/images/totop.png) no-repeat top right;
  width: 35px;
  height: 35px;
  margin-top: 40px;
  display: block;
  float: right;
}
body .posrel {
  position: relative;
}
body .ci {
  color: #009a47;
}
body .ci2 {
  color: #97b911;
}
body .imageleft {
  float: left;
  padding: 1em 1em 1em 0;
}
body .imageright {
  float: right;
  padding: 1em 0 1em 1em;
}
body .mt1em {
  margin-top: 1em;
}
body .location-embed {
  margin-bottom: 1em;
}
body .ico-ll {
  display: block;
  background: url(/extension/datendrang/design/v2013-de/images/ico-ll.png) no-repeat top left;
  padding-left: 40px;
  line-height: 32px;
  font-weight: bold;
  font-size: 23px;
  margin-top: 1em;
  color: #020181;
}
body .shadow {
  height: 10px;
  background: #fff url(/extension/datendrang/design/v2013-de/images/bg_shadow.png) no-repeat center bottom;
  padding: 20px 0 0;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
body .box {
  background-color: #ececec;
  padding: 10px;
  margin-bottom: 20px;
  height: auto !important;
  height: 230px;
  min-height: 230px;
  position: relative;
}
body .box.start {
  background-color: transparent;
  border: 1px solid #979797;
}
body .box.last {
  margin-bottom: 0;
}
body .box h1 {
  margin-top: 0;
  line-height: 1.1em;
  font-weight: bold;
  color: #009a47;
}
body .box p {
  margin-top: 0.5em;
}
body table td {
  padding: 10px 5px;
}
body table td p {
  margin-top: 0;
}
body .infobox-frontpage {
  margin-top: 1em;
}
body .infobox-frontpage p {
  margin: 0.3em 0;
}
body .infobox-frontpage .content {
  padding-bottom: 1em;
}
body .ll {
  font-size: 32px;
}
body .ll h1 {
  font-size: 56px;
}
body .ll h2 {
  font-size: 41.6px;
}
body .ll h3 {
  font-size: 38.4px;
}
body .ll h4 {
  font-size: 32px;
}
body .pGreen {
  color: #009a47;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cc-cookies {
  margin-top: -10px;
  position: relative;
  width: 90%;
  left: 0;
  top: 0px;
  padding: 0.5em 5%;
  background: #565656;
  background: rgba(86,86,86,0.95);
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.35);
  z-index: 99999;
  text-align: center;
  color: #fff;
}
.cc-cookies .cc-text {
  max-width: 960px;
  margin: 0 auto;
  text-align: left;
  line-height: 1.2em;
  font-weight: 300;
}
.cc-cookies a,
.cc-cookies a:hover {
  color: #fff;
  text-decoration: none;
}
.cc-cookies a:hover {
  text-decoration: underline;
}
.cc-overlay {
  height: 100%;
  padding-top: 25%;
}
.cc-cookies-error {
  float: left;
  width: 90%;
  text-align: center;
  margin: 1em 0 2em 0;
  background: #fff;
  padding: 2em 5%;
  border: 1px solid #ccc;
  font-size: 18px;
  color: #333;
}
.cc-cookies a.cc-cookie-accept,
.cc-cookies-error a.cc-cookie-accept,
.cc-cookies a.cc-cookie-decline,
.cc-cookies-error a.cc-cookie-decline,
.cc-cookies a.cc-cookie-reset {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  background: #009a47;
  padding: 0.5em 0.75em;
  border-radius: 3px;
  box-shadow: 0 0 2px rgba(0,0,0,0.25);
  text-shadow: 0 -1px 0 rgba(0,0,0,0.35);
  -o-transition: background 0.5s ease-in;
  -webkit-transition: background 0.25s ease-in;
  -moz-transition: background 0.25s ease-in;
  float: right;
  margin-top: -15px;
}
.cc-cookies a.cc-cookie-decline,
.cc-cookies-error a.cc-cookie-decline {
  background: #af3b3b;
  margin-left: 0.5em;
}
.cc-cookies a.cc-cookie-reset {
  background: #f15b00;
}
.cc-cookies a:hover.cc-cookie-accept,
.cc-cookies-error a:hover.cc-cookie-accept,
.cc-cookies a:hover.cc-cookie-decline,
.cc-cookies-error a:hover.cc-cookie-decline,
.cc-cookies a:hover.cc-cookie-reset {
  background: #000;
  -o-transition: background 0.5s ease-in;
  -webkit-transition: background 0.25s ease-in;
  -moz-transition: background 0.25s ease-in;
}
.cc-cookies-error a.cc-cookie-accept,
.cc-cookies-error a.cc-cookie-decline {
  display: block;
  margin-top: 1em;
}
.cc-cookies.cc-discreet {
  width: auto;
  padding: 0.5em 1em;
  left: auto;
  top: auto;
}
.cc-cookies.cc-discreet a.cc-cookie-reset {
  background: none;
  text-shadow: none;
  padding: 0;
  text-decoration: underline;
}
.cc-cookies.cc-discreet a:hover.cc-cookie-reset {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .cc-cookies a.cc-cookie-accept,
  .cc-cookies a.cc-cookie-decline,
  .cc-cookies a.cc-cookie-reset {
    display: block;
    margin: 1em 0;
  }
}
@media screen and (max-width: 480px) {
  .cc-cookies {
    position: relative;
    float: left;
  }
}
table.gallery td {
  border-collapse: collapse;
  border: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  .hidden_xs {
    display: none;
  }
}
@media print {
  html,
  body,
  body .content-wrap {
    overflow: visible;
    height: auto;
  }
  .carousel,
  .carousel-control,
  .back,
  .print,
  .ico-ll {
    display: none !important;
  }
}
