* {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  font-weight: lighter;
  margin:0;
  padding: 0;
}

h1, h2, h3 {
  font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
  font-weight: bold;
  font-style: italic;
}

h1 {
  font-size:1.6em;
  line-height:1.4em;
  margin: 12px 0 0 0;
  clear:both;
}

h2 {
  font-size:1.3em;
  line-height:1.2em;
  margin: 20px 0 20px 0;  
}

h2 a {
  font-weight:bold;
}

h3 {
  font-size:1.2em;
  font-style:italic;
  line-height:1em;
  margin: 20px 0 20px 0;  
}

p {
  font-family: Arial, Helvetica, sans-serif;
  font-size:0.9em;
  margin:10px 0 10px 0;  
}

b {
  font-weight:bold;
}

body {
  /*background: url("../images/bg.jpg") repeat-x scroll 0 -2px rgba(0, 0, 0, 0);*/
  color: #000000;
  line-height: 1.2em;
  padding: 9px 0;
  text-align: left;
  text-decoration: none;
  word-spacing: normal;
  overflow-x: hidden;
}

img[name="slideImg"] {
  margin:0 0 0 -20px;
  width:996px;
  border-bottom:1px solid gray;
  display:block;
  clear:both;
  position:relative;
}

#slider-headline {
  background-color:#ffeeda;
  max-height:50px;
  height:100%;
  position:absolute;
  z-index:100;
  padding:10px;
}

#slider-headline a {
  color:#000;
}

#slider-headline a:hover {
  text-decoration:none;
}

#wrapper {
  width:98%;
  max-width:1280px;
  margin: 0 auto;
}

header {
  min-height:120px;
  margin: -30px 0 0 0;
}

.logo {
  margin:20px 0 0 0;
  width:94%;
  max-width:723px;
  height:auto;
}

.fullsizebanner {
  margin:50px 0 0 0;
  border: 1px solid silver;
  float:right;  
}

a img {
  border-style:none;
  border-width:none;
  border:0px;
  decoration:none;
  display:block;
  float:left;
}

#main {
  background-color:#ffeeda;
  border: 1px solid gray;
  margin: 20px 0 0 0;
}

nav {
  background-color:#ffeeda;
  max-width:240px;
  width:100%;
  float:left;
}

nav ul {
  border-right: 1px solid #808080;    
}

nav li {
  list-style: inside;
  list-style-type: none;
  border-bottom: 1px solid gray;
  padding: 8px;  
  max-width:224px;
  width:100%;
}

nav a {
  font-family: Arial, Helvetica, sans-serif;
  color:#000;
  font-size: 0.9em;
  line-height: 1.2em;  
  text-decoration:none;
}

nav li:hover {
  background-color:#ea6411;
  -webkit-transition: color, background 0.3s ease-out;
  -moz-transition: color, background 0.3s ease-out;
  -ms-transition: color, background 0.3s ease-out;
  -o-transition: color, background 0.3s ease-out;
  transition: color, background 0.3s ease-out;
  cursor:pointer;
}

nav img {
  margin: 10px 0 0 0;  
}

.breadcrumb {
  font-size:0.8em;
  margin: 10px 0 10px 0;
  border-bottom: 1px dotted #CCC;
  clear:both;
}

article {
  background-color:#fff;
  max-width:955px;
  width:100%;
  padding: 0 20px 10px 20px;
  float:left;
}

article a {
  color:#ea6411;
  text-decoration:none;
}

article a:hover {
  text-decoration:underline;
}

.teaser {
  border: 1px solid gray;
  padding:-10px 10px 10px 10px;
  margin: 20px 0 20px 0;
}

.teaser h2 {
  background-color:#ea6411;
  color:#fff;
  padding:10px;
  margin:0px;
}

.teaser img {
  margin:0 10px 0 0;
}

.teaser p {
  padding: 0 10px 0 10px;
}

#content-wrapper {
 float:left;
 width:68%;
 max-width:750px;
}

#content-wrapper img {
  float:auto;  
  margin-bottom:10px;

}

#content-wrapper img.left, img.right {
  max-width:315px;
  width:100%;  
}

img.left {
  float:left;
  margin: 0 10px 0 0;
}

img[align="left"] {
  float:left;
  margin:0 10px 0 0;
}

img.right {
  float:right;
  margin:0 0 0 10px;
}

img[align="right"] {
  float:right;
  margin:0 0 0 10px;
}

img[align="center"] {
  margin-left:auto;
  margin-right:auto;
  margin:0px;
  padding:0px;
}

#content-wrapper ul, ol {
  margin: 10px 0 10px 20px;
}

ul.info-list li {
  border-top: 1px dashed #CCC;
  margin: 0 0 0 10px;
  min-height:25px;
  list-style-type: square;
}

ul.info-list li.marked {
  background-color:#b1d688;
  padding:0 0 0 30px;
}

ul.info-list li:hover {
  background-color:#ea6411;
  -webkit-transition: color, background 0.3s ease-out;
  -moz-transition: color, background 0.3s ease-out;
  -ms-transition: color, background 0.3s ease-out;
  -o-transition: color, background 0.3s ease-out;
  transition: color, background 0.3s ease-out;
  cursor:pointer;  
  min-height:25px;
}

ul.info-list {
  margin: 20px 0 0 0;
}

ul.info-list li a {
  text-decoration:none;
  color:#000;
}

.info-list li:nth-child(2n+1) {
  background-color: #ffeeda;
}

.flexible-slide:hover {
  cursor:pointer;  
}

/*ul li[onclick^="togglesmoothTimer(this)"] {*/
ul li.flexible-menu {
  border-top: 1px dashed #CCC;
  margin: 0 0 0 10px;
  height:25px;
  list-style-type: square;
  overflow:hidden;  
}

ul li.flexible-menu a {
  text-decoration:none;
  color:#000;
}
li.flexible-slide-list {
  height:25px;
}

li.flexible-slide-list:hover {
  -webkit-transition: color, background 0.3s ease-out;
  -moz-transition: color, background 0.3s ease-out;
  -ms-transition: color, background 0.3s ease-out;
  -o-transition: color, background 0.3s ease-out;
  transition: color, background 0.3s ease-out;
  cursor:pointer;  
  height:25px;
}

li.flexible-menu:nth-child(1) {
  background-color:#d6eac1;    
}

li.flexible-menu:nth-child(1) ul li:hover {
  background-color:#a3cb76;    
}

li.flexible-menu:nth-child(2) {
  background-color:#ffeeda;  
}

li.flexible-menu:nth-child(2) ul li:hover {
  background-color:#ee7624;     
}

li.flexible-menu:nth-child(3) {
  background-color:#c7dbd9;     
}

li.flexible-menu:nth-child(3) ul li:hover {
  background-color:#66c3ba;    
}

fieldset {
  font-size:0.9em;
  padding:10px;
}

fieldset input {
  border:1px solid gray;
}

input[type="submit"] {
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  padding:5px;
  border: 1px solid #000000;
}


input[type="reset"] {
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  padding:5px;
  border: 1px solid #000000;
}

input[type="submit"]:hover {
  border-color:#6daee3;
}

input[type="reset"]:hover {
  border-color:#ea6411;
}

.indent {
 margin-left:17px;
 margin-bottom:10px;
 float:left;
}

fieldset input:hover {
  border:1px solid #EA6411;
}

label {
  float:left;
  min-width:100px;
}

.form-req {
  color:#EC1518;  
}

.checklist input {
  margin-right:15px;
  float:left;
}

.checklist p {
  width:620px;
  float:left;
  margin-top:0px;
}

#content-wrapper .img-list {
  display:block;
  float:left;
}

#content-wrapper li, th, td  {
  font-size: 0.9em;
  line-height: 1.2em;
  padding: 10px 0 0 0;
}

#content-wrapper th  {
  font-weight:bold;
}

.media-box {
  float: left;
  width: 40%;
  margin: 0 20px 0 0;
  font-size:0.8em;
}

.media-box > img {
  width: 100% !important;
}

div.text-right > * {
  margin: 0;
}

.proportionen {
  float: right;
  padding-left: 10px;
  width: 55%;
}

a.media-link {
  background-color: #ea6411;
  color: #EFE6CE;
  float: left;
  font-size: 11px;
  margin: 16px 0 10px;
  padding: 3px 5px;
  width: 250px;
}

#content-wrapper hr {
  border: 1px dotted #CCC;
  clear:both;
  margin: 0 0 15px 0;
}

#big-image {
  border:1px solid #808080;
}

.thumbnails {
  float:right;
  max-width:289px;
  height: 262px;
  border-left: 2px solid #808080;
  padding: 0 0 0 20px;
}

.thumbnails img {
  margin-right:10px;
  margin-bottom:5px;
  border:1px solid #808080;
  width:35%;
  height:29%;
}

table.house-profile-data {
  border:1px solid #808080;
  float:left;
  margin: 0 4px 20px 0;
  padding:5px;
}

table.house-profile-data td {
  border-bottom:1px dotted #CCC;
  padding:0 0 5px 0;
}

.house-profile-data {
  max-height:175px;
  max-width:320px;
  padding:8px 0 0 0;
}

.house-profile-data td {
  vertical-align:top;
}

.producer-info td {
  padding:0px;
}

.fachbetriebe {
  min-height:170px;
  padding:5px;
}

.fachbetriebe table {
  /*background-color:#eef1f4;*/
}

.fachbetriebe th, td {
  height:auto;
}

p.jumpmark a {
  background-color: #ffeeda;
  border: 1px solid #808080;
  color: #ea6411;
  display: block;
  float: left;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
  margin-right: 4px;
  padding: 3px 11px;
  text-decoration: none;
  width: auto;
}

p.jumpmark a:hover {
  border: 1px solid #ea6411;
}

.supplier a {
  float:left;
  width:135px;
  list-style:none;
  background-color:#FFEEDA;
  margin:0 15px 15px 0;
  padding:5px;
  display:block;
  border:1px solid #bbb;
  text-decoration:none;
  color:#000;
}

.supplier a.mark {
  background-color:#B1D688;
}

.supplier a:hover {
  background-color:#ea6411;
  -webkit-transition: color, background 0.3s ease-out;
  -moz-transition: color, background 0.3s ease-out;
  -ms-transition: color, background 0.3s ease-out;
  -o-transition: color, background 0.3s ease-out;
  transition: color, background 0.3s ease-out;
  courser:pointer;

  text-decoration:none;
}

.supplier-list a {
  background-color:#FFEEDA;
  border:1px solid #bbb;
  text-decoration:none;
  color:#000;
  margin-bottom: 10px;
  margin-top:20px;
  padding: 20px;
  display:block;
  clear:both;
}

.supplier-list a.mark {
  background-color:#B1D688;
}

.supplier-list img {
  float:right;
  margin-left:20px;
  margin-top:-5px;
}

.supplier-list a:hover {
  background-color:#ea6411;
  -webkit-transition: color, background 0.3s ease-out;
  -moz-transition: color, background 0.3s ease-out;
  -ms-transition: color, background 0.3s ease-out;
  -o-transition: color, background 0.3s ease-out;
  transition: color, background 0.3s ease-out;
  courser:pointer;
  text-decoration:none;
}

.article-category a {
  background-color: #B1D688;
  border: 1px solid #BBBBBB;
  color: #000;
  display: inline-block;
  margin: 10px 5px 10px 0;
  max-width: 300px;
  padding: 5px;
  text-decoration: none;
  text-align:center;
  width:100%;
}

.article-category a:hover {
  background-color:#ea6411;
  -webkit-transition: color, background 0.3s ease-out;
  -moz-transition: color, background 0.3s ease-out;
  -ms-transition: color, background 0.3s ease-out;
  -o-transition: color, background 0.3s ease-out;
  transition: color, background 0.3s ease-out;
  cursor:pointer;
  text-decoration: none;
}

.article-category a:nth-child(1) {
  background-color:#D6EAC1;    
}

.article-category a:nth-child(1):hover {
  background-color:#a3cb76;    
}

.article-category a:nth-child(2) {
  background-color:#D6EAC1;    
}

.article-category a:nth-child(2):hover {
  background-color:#a3cb76;    
}

.article-category a:nth-child(3) {
  background-color:#FFEEDA;
}

.article-category a:nth-child(3):hover {
  background-color:#ee7624;     
}

.article-category a:nth-child(4) {
  background-color:#FFEEDA;
}

.article-category a:nth-child(4):hover {
  background-color:#ee7624;     
}

.article-category a:nth-child(5) {
  background-color:#C7DBD9;
}

.article-category a:nth-child(5):hover {
  background-color:#66c3ba;    
}

.article-category a:nth-child(6) {
  background-color:#C7DBD9;
}

.article-category a:nth-child(6):hover {
  background-color:#66c3ba;    
}


.three-column-list td {
  width:30%;
  text-align:center;
}

.three-column-list tr {
  border-top: 1px dashed #CCC;
  margin: 0 0 0 10px;
  min-height:25px;
  list-style-type: square;
}

.three-column-list a {
  text-decoration:none;
  color:#000;
}

.three-column-list a:hover {
  text-decoration:underline;
  color:#EA6411;
  cursor:pointer;
}

.three-column-list tr:nth-child(2n+1) {
  background-color: #ffeeda;
}

#column {
  margin: 0 0 0 20px;
  max-width: 280px;
  width:100%;
  float:left;
  border-left:1px solid gray;
}

#column a img {
  margin:10px 0 0 10px;
}

#column p {
  padding:0 0 0 20px;
  font-size:0.8em;
  line-height:1.2em;
}

#column a {
  color:#ea6411;
  text-decoration:none;
}

#column a:hover {
  text-decoration:underline;
}

#column hr {
  clear:both;
  margin:0 0 0 10px;
}

footer {
  clear:both;
  width:100%;
  max-width:1300px;
  margin: 10px 20px 10px 20px;
  text-align:center;
}

footer li {
  float:left;
  list-style:none;
  margin: 10px;
  font-size:0.9em;
}

footer li a {
  color:#000;
  text-decoration:none;  
}

footer li a:hover {
  text-decoration:underline;
  color:#ea6411;
}

.clearfix {
  clear:both;  
}

.quelle {
  float:right;
  font-style:italic;
  font-size:small;
}

#katalogservice .row{
  float: left;
  width: 150px;
  min-height:180px;
}

#katalogservice img {
  display: block;
  margin: 0 20%;
}

#katalogservice p {
  clear: both;
  text-align: center;
}

/* MOBILE */

.slicknav_menu {
  display:none;
}

#bar {
  padding: 1em;
  background-color: #b4d1eb;
  color: #fff;
  position:fixed;
  bottom:-10px;
  min-width:40em;
  width:100%;
  min-height:51px;
}

#bar a img.floorad {
  position:fixed;
  bottom:-10px;
  margin: 0 18%;
  width:98%;
  max-width:728px;
  min-width:320px;
}

#bar a img.logoad {
  display:none;
}

#bar a .floorad-text {
  display:none;  
}

#bar a .floorad-text-min {
  display:none;  
}

#bar a img.close {
  position:fixed;
  bottom:60px;
  right:20px;
}
  
#bar a {
  color:#5c514c;
  text-decoration:none;
  text-align:left;
  width:100%;
  max-width:320px;
  display:block;
}

#bar a:hover {
  color:#ea6411;
  text-decoration:underline;
}

.responsive-video iframe {
    max-width:615px;
    width:100%;
    height:1420px;
}

@media only screen and (max-width: 320px) {
  .responsive-video iframe {
    display:none;
  }
}
@media only screen and (max-width: 480px) {
  table.house-profile-data {
    min-width:350px;
    float:none;
  }
    
  .thumbnails {
    border-left: none;
    height:auto;
    float:none;
    padding: 0 0 0 0px;
  }

  #bar a img.floorad {
    display:none;
  }
  
  #bar a .floorad-text {
    margin: 0 30%;
  }

  #bar a img.logoad {
    left:-5px;
  }
  
  .responsive-video iframe {
    display:none;
  }
}

@media only screen and (max-width: 640px) {
  #content-wrapper {
  width:100%; !important
  }
  
  table.house-profile-data {
    min-width:350px;
  }
  
  .thumbnails {
    border-left: none;
  height:auto;
  float:right;
  max-width:300px;
    padding: 0 0 0 0px;
  }
}


@media only screen and (max-width: 768px) {
  article {
    padding: 0 20px 0 20px;
  }
  
  #content-wrapper {
    max-width:750px;
    width:65%;
  }

  #bar a img.floorad {
    display:none;
  }
  
  #bar a .floorad-text {
    display:block;
    position:fixed;
    margin: 0 31%;
  }

  #bar a img.logoad {
    display:block;
    position:fixed;
    bottom:-10px;
    margin: 0 0%;
  }
}

@media only screen and (max-width: 800px) {
  #content-wrapper {
  max-width:400px;
  }
}

@media only screen and (max-width: 960px) {
  table.house-profile-data {
  float:left;
  }
    
  .thumbnails {
    float:right;
  }
  
  #bar a img.floorad {
    margin: 0 5%;
    left:0px;
  }
}

@media only screen and (max-width: 1024px) {
table.house-profile-data {
    float: left;
    margin: 0 4px 20px 0;
}
    
  .thumbnails {
    float:right;
  }

  img[name="slideImg"] {
    margin: 0 0 0 -20px;
  }
  
  article {
    padding: 0 20px 20px;  
  }
  
  #bar a img.floorad {
    margin: 0 10%;
  }
}

@media only screen and (max-width: 1280px) {  
  img[name="slideImg"] {
    margin: 0 0 0 -20px;
  }
  
  article {
    padding: 0 20px 20px;  
  }
  
}

@media screen and (max-width: 20em) {
  .js #menu {
    display:none;
  }
  
  .js .slicknav_menu {
    display:block;
  }
  
  h1 {
    font-size: 1.3em;
    line-height: 1.2em;
  }
  
  header {
    min-height:100px;
  }
  
  .fullsizebanner {
    display:none;
  }
  
  nav {
    display:none;    
  }
  
  .logo {
    max-width:37.567em;  
  }
  
  #slider-headline {
    display:none;
  }
  
  img[name="slideImg"] {
      margin: 0 0 0 5px;
    width:105%;  
  }
  
  #content-wrapper {
    margin-left:0px;
    width:100%;  
  }
  
  .content-ad {
    display:none;
  }

  .teaser {
      max-width: 34em;
    width:95%;   
  }
  
  .teaser img {
      max-width: 34em;
    width:95%;   
  }

  .teaser h2 {
    font-size:1.1em;  
  }

  #main {
    margin-left:-5px;
    margin-top:-25px;
    border:none;
    width:93%;
  }
  
  article {
    max-width: 952px;
    width: 93%;
  }
  
  article img {
    max-width:320px;
    width:98%;
    height:auto;
  }
  
  .fachbetriebe img {
    width:auto;
    height:auto;
  }
  
  .fachbetriebe table {
    /*background-color:#eef1f4;*/
    width:100%;
    margin: 0 0 10px 0;
  }
  
  table.house-profile-data {
    min-width:300px;
  }
  
  .thumbnails {
    border-left: none;
  height:auto;
    padding: 0 0 0 0px;
  }
  
  .media-box {
    margin: 0px;
  }
  
  #column {
    display:none;
  }
     
  footer {
    margin-left:0px;
  }
  
  footer li a {
    margin: 10px 0 0 0;
    text-align:center;
  }
  
  #bar a img.floorad {
    display:none;
  }
  
  #bar a .floorad-text {
    display:none;
  }
  
  #bar a img.logoad {
    display:none;
  }
  
  #bar a .floorad-text-min {
    bottom:15px;
    position:fixed;
    display:block;  
  }
}

@media screen and (max-width: 40em) {
  .js #menu {
    display:none;
  }
  
  .js .slicknav_menu {
    display:block;
    margin-bottom:20px;
  }
  
  header {
  margin: -30px 0 -20px;
    min-height:100px;
  }
  
  .fullsizebanner {
    display:none;
  }
  
  nav {
    display:none;    
  }
  
  .hidden-menu {
  display:none;  
  }
  
  .logo {
    max-width:37.567em;
  }
  
  #slider-headline {
    display:none;
  }
  
  #content-wrapper {
    float: left;
    max-width: 35em;
    width: 100%;
  }

  .content-ad {
    display:none;
  }
  
  .teaser {
    max-width: 34em;
    width:95%;   
  }

  img[name="slideImg"] {
    max-width:40.68em;
    width:110%;
  }

  article {
    max-width: 952px;
  }

  table.house-profile-data {
    min-width:300px;
  }
  
  ul li[onclick^="togglesmoothTimer(this)"] {
  height:35px;
  }

  li.flexible-slide-list {
  height:35px;
  }

  li.flexible-slide-list:hover {
  height:35px;
  }
  
  .thumbnails {
    border-left: none;
  height:auto;
  float:left;
    padding: 0 0 0 0px;
  }
 
  .media-box {
    margin: 0px;
  }
  
  #main {
    border:none;
    width:93%;
  }
  
  #column {
    display:none;
  }

  footer {
    margin-left:10px;
  }
}

@media screen and (max-width: 50em) {
  .js #menu {
    display:none;
  }
  
  .js .slicknav_menu {
    display:block;
    margin-bottom:20px;
  }
  
  header {
    min-height:120px;
  }

  .content-ad {
    display:none;
  }
  
  .media-box {
    margin: 0px;
  }
  
  #main {
    border:none;
    width:93%;
  }

  #column {
    display:compact;
  }

  footer li a {
    margin: 10px 10px 0 0;
    text-align:center;
  }
}

@media screen and (max-width: 60em) {
  .js #menu {
    display:none;
  }
  
  .js .slicknav_menu {
    display:block;
    margin-bottom:20px;
  }
  
  header {
    min-height:120px;
  }
  
  .fullsizebanner {
    display:none;
  }
  
  nav {
    display:none;    
  }
  
  .logo {
    max-width:40.567em;
  }
  
  img[name="slideImg"] {
    max-width:40.68em;
    width:105%;
  }

  .content-ad {
    display:none;
  }

  .teaser {
    max-width: 750em;
    width:100%;   
  }

  #main {
    border:none;
    width:93%;
  }

  .fachbetriebe table {
    background-color:#eef1f4;
    width:100%;
  margin: 0 0 10px 0;
  }
  
  table.house-profile-data {
    min-width:300px;
  }
  
  .thumbnails {
    border-left: none;
    height:auto;
    float:right;
    padding: 0 0 0 0px;
  }

  .media-box {
    margin: 0px;
  }
  
  #column {
    display:compact;
  }
  
  footer li a {
    margin: 10px 10px 0 0;
    text-align:center;
  }
}

@media screen and (max-width: 70em) {
  .js #menu {
    display:none;
  }
  
  .js .slicknav_menu {
    display:block;
    margin-bottom:20px;
  }
  
  .fullsizebanner {
    display:none;
  }
  
  nav {
    display:none;    
  }
  
  .teaser {
    width:95%;   
  }
  
  #main {
    border:none;
    width:96%;
  }
    
  #column {
    display:compact;
  }
  
  footer li a {
    margin: 10px 10px 0 0;
    text-align:center;
  }
  
 }
 
 @media screen and (max-width: 90em) {
  img[name="slideImg"] {
    margin: 0 0 0 -10px;
    max-width:982px;
  }
  
  article {
    padding: 0 10px 10px;  
  }
  
  footer li a {
    margin: 10px 10px 0 0;
    text-align:center;
  }
}

/* MOBILE ENDE */