@import url(style_original.css);
/*
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
*/
@media screen and (max-width: 1279px) {
  img {
    width: auto;
    max-width: 100% !important;
    height: auto; } }

@media screen and (min-width: 1280px) {
  .mobilenav {
    display: none; } }

@media screen and (min-width: 720px) {
  .appendrightcol {
    display: none; }
  .appendsmcol1 {
    display: none; } }

@media screen and (max-width: 719px) {
  .rightcol {
    display: none; }
  .smcol2, .smcol3 {
    display: none; }
  .appendrightcol {
    padding: 20px 0 20px 0; }
  p {
    text-align: left; } }

@media screen and (max-width: 1279px) {
  td.titleleft {
    display: none; }
  td.titleright {
    display: block;
    text-align: left; }
    td.titleright .mobilenav {
      position: relative;
      *zoom: 1;
      text-align: left; }
      td.titleright .mobilenav:before, td.titleright .mobilenav:after {
        content: " ";
        display: table; }
      td.titleright .mobilenav:after {
        clear: both; }
      td.titleright .mobilenav .mobilelogo {
        width: 100%;
        padding: 20px 0 50px 0; }
        td.titleright .mobilenav .mobilelogo img {
          max-width: calc(100% - 120px) !important;
          margin-left: 80px;
          margin-top: 5px; }
        td.titleright .mobilenav .mobilelogo #openmobilenav, td.titleright .mobilenav .mobilelogo #closemobilenav {
          position: absolute;
          width: 47px;
          height: 31px;
          top: 31px;
          left: 20px;
          background: no-repeat center center;
          overflow: hidden;
          white-space: nowrap;
          text-indent: 999em; }
          td.titleright .mobilenav .mobilelogo #openmobilenav.hide, td.titleright .mobilenav .mobilelogo #closemobilenav.hide {
            display: none; }
          td.titleright .mobilenav .mobilelogo #openmobilenav.show, td.titleright .mobilenav .mobilelogo #closemobilenav.show {
            display: block; }
        td.titleright .mobilenav .mobilelogo #openmobilenav {
          background-image: url(../../images/menu.svg);
          background-size: auto 26px; }
        td.titleright .mobilenav .mobilelogo #closemobilenav {
          display: none;
          background-image: url(../../images/close.svg);
          background-size: 30px; }
      td.titleright .mobilenav #mobilemenu {
        padding: 20px;
        border-bottom: 2px solid rgba(255, 255, 255, 0.2);
        position: absolute;
        overflow: hidden;
        min-width: 0;
        max-width: 0;
        top: 80px;
        left: -40px;
        background: #ccc url(../images/grau_dunkelgr.jpg) repeat-y;
        -webkit-transition: all 0.25s linear 0s;
        -moz-transition: all 0.25s linear 0s;
        -ms-transition: all 0.25s linear 0s;
        -o-transition: all 0.25s linear 0s;
        transition: all 0.25s linear 0s; }
        td.titleright .mobilenav #mobilemenu.show {
          min-width: 267px;
          max-width: 100%;
          left: 0px;
          -webkit-transition: all 0.3s linear 0s;
          -moz-transition: all 0.3s linear 0s;
          -ms-transition: all 0.3s linear 0s;
          -o-transition: all 0.3s linear 0s;
          transition: all 0.3s linear 0s; }
    td.titleright h1 {
      -webkit-hyphens: auto;
      -moz-hyphens: auto;
      -ms-hyphens: auto;
      hyphens: auto;
      *zoom: 1;
      padding: 20px; }
      td.titleright h1:before, td.titleright h1:after {
        content: " ";
        display: table; }
      td.titleright h1:after {
        clear: both; }
  td.leftcol {
    position: absolute;
    display: none;
    top: 60px;
    left: 0;
    width: 0%;
    background: fuchsia; }
    td.leftcol.show {
      display: block;
      width: 100%; }
  td.middlecol {
    width: calc(100% - 35px);
    display: block; }
    td.middlecol a[href^="mailto"] {
      -webkit-hyphens: auto;
      -moz-hyphens: auto;
      -ms-hyphens: auto;
      hyphens: auto; }
  tr.bottom td:first-of-type {
    display: none;
    width: 0; }
  tr.bottom td:nth-of-type(2) {
    width: calc(100% - 35px);
    display: block; }
  tr.bottom #fussmenue {
    padding: 10px 20px 10px 20px; }
    tr.bottom #fussmenue a {
      border: none; } }

@media screen and (max-width: 719px) {
  .bordermarkcontent {
    max-width: 100px; }
  .bordermark {
    width: 100px; }
    .bordermark .bordermarkcontent {
      margin-top: 2px;
      margin-left: 20px;
      list-style-image: url(../images/pfeil-neu-klein.png);
      font-size: 8pt;
      -webkit-hyphens: auto;
      -moz-hyphens: auto;
      -ms-hyphens: auto;
      hyphens: auto; } }

@media screen and (max-width: 639px) {
  #fussmenue a {
    width: calc(50% - 30px);
    display: inline-block;
    background-position: left 7px; } }

@media screen and (max-width: 374px) {
  #fussmenue a {
    width: calc(100% - 40px); } }

.video {
  position: relative;
  padding-bottom: 75%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
  border: 1px solid #757575; }

@media screen and (max-width: 835px) {
  .video {
    padding-bottom: 68%; } }

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.teaser {
  *zoom: 1;
  clear: left;
  margin-bottom: 20px; }
  .teaser:before, .teaser:after {
    content: " ";
    display: table; }
  .teaser:after {
    clear: both; }
  .teaser img {
    float: left;
    margin-right: 10px;
    max-height: 60px; }
