@media (max-width: 767px) {


  /* pseudo
  ----------------------------------------------------------------*/
  .cx-versteckt-desktop {
    display: block;
  }


  /* navi
  ----------------------------------------------------------------*/
  .cx-btn-menu {
    content: '';
    display: inline;
    width: 1.5em;
    height: .200em;
    border-top: .675em double #000;
    border-bottom: .275em solid #000;
    cursor: pointer;
    font-weight: 300;
    position: absolute;
    top: 35px;
    left: 1.0em;
  }

  .cx-btn-menu-top {
    float: left;
    margin: 3px 0 0 1.0em;
  }


/* wrapper
------------------------------------------------------------------*/
#cx_wrap {
  width: auto;
  position: relative;
  top: 0;
  left: 0;
  margin-left: 0;
}

/* header
------------------------------------------------------------------*/
#cx_header {
  height: auto;
  overflow: hidden;
  margin: 0;
  margin-bottom: 0;
}

#cx_header p {
  margin: 0;
  padding: 0;
  float: none;
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  text-align: center;
  background: #fff;
}

.cx-navi-header-top {
  background: #00a2e9;
  float: none;
  display: block;
  width: 100%;
  overflow: hidden;
}


/* breadcrumb
------------------------------------------------------------------*/
.cx-breadcrumb {
  display: none;
}


/* topnavi
------------------------------------------------------------------*/
#cx_header .cx-navi-top,
#cx_header .cx-navi-top li {
  float: none;
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  background: none;
}

#cx_header .cx-navi-top {
  display: none;
}

.cx-mobile-navi-top #cx_header .cx-navi-top {
  display: block;
}

#cx_header .cx-navi-top li {
  border-right: 0;
  border-top: 1px solid #0078ac;
}

#cx_header .cx-navi-top li a {
  border-top: 1px solid #44bbef;
  display: block;
  width: auto;
  line-height: 40px;
  color: #fff;
  text-decoration: none;
  height: 40px;
  font-size: 20px;
  padding: 5px 15px;
  background: #00a2e9;
  text-align: center;
  width: auto;
  border: 0;
}

#cx_header .cx-navi-top li a:hover,
#cx_header .cx-navi-top li.cx-selected a {
  border: 0;
  padding-bottom: 5px;
}

#cx_header .cx-navi-top li a:hover {
  background: #005073;
  border-color: #005073;
}

#cx_header .cx-navi-top li.cx-last,
#cx_header .cx-navi-top li.cxid-55 {
  display: none;
}

#cx_header .cx-navi-top li.cx-selected ul,
#cx_header .cx-navi-top li ul li.cx-last {
  display: block;
}

#cx_header .cx-navi-top li.cx-selected ul .cx-navi-untertitel {
  display: none;
}

#cx_header .cx-navi-top li.cx-selected ul li a {
  font-size: 16px;
}

#cx_header .cx-navi-top li.cx-selected ul li a {
}

#cx_header .cx-navi-top li.cx-selected ul li.cx-selected {
}


/* slider
------------------------------------------------------------------*/
.cx-content-slider {
  display: none;
}


/* content
------------------------------------------------------------------*/
#cx_content {
  clear: both;
  overflow: hidden;
  background: #fff;
}

#cx_content .cx-rechts {
  width: auto;
  float: none;
  display: block;
}

#cx_content .cx-links {
  width: auto;
  float: none;
  display: block;
  padding: 0;
}

.cx-auto-template-formular #cx_content .cx-links .cx-inhalt {
  padding: 0;
}


/* home-bloecke
------------------------------------------------------------------*/
.cx-home-blocke {
  overflow: hidden;
  clear: both;
}

.cx-home-block {
  background: #fff;
  float: none;
  display: block;
  margin: 0 0 0 0;
  text-align: center;
  width: auto;
  height: 184px;
}

.cx-home-block a {
  display: block;
  background: transparent url(../bilder/back-home-block-a.png) center bottom no-repeat;
  text-decoration: none;
  width: auto;
  height: 144px;
  padding: 20px 10px;
  text-decoration: none;
}


/* home content container
------------------------------------------------------------------*/
.cx-home-content-container {
  background: transparent;
}

.cx-home-content-container .cx-box {
  width: auto;
  min-height: 200px;
  padding: 20px 0;
}

.cx-home-content-container .cx-box-draht {
  float: none;
  display: block;
  border-left: 0;
}

.cx-home-content-container .cx-box-news {
  float: none;
  display: block;
  border-left: 0;
}

.cx-box-news-news {
  overflow: hidden;
  border-top: 1px solid #ccc;
  padding: 10px 0;
}

.cx-box-news-container {
  margin-top: 30px;
  border-bottom: 1px solid #ccc;
}

.cx-box-news-news img {
  float: left;
  display: inline;
  margin: 0 0 0 10px;
}

.cx-box-news-news div {
  float: none;
  display: block;
  margin-left: 60px;
  padding: 0 0 10px 0;
}

.cx-box-news-news div a {
  color: #e21920;
  font-weight: bold;
  text-decoration: none;
  display: block;
}

.cx-home-content-container .cx-box-news-news {
}

.cx-home-content-container .cx-box-content-home {
  float: none;
  display: block;
  width: auto;
  padding: 20px;
}

.cx-box-subnavi {
  display: none;
}


/* footer
------------------------------------------------------------------*/
#cx_footer {
  padding: 20px 0;
  overflow: hidden;
}

#cx_footer .cx-navi-top,
#cx_footer .cx-navi-top li {
  margin: 0;
  padding: 0;
  list-style: none;
  background: none;
  float: none;
  display: block;
}

#cx_footer .cx-navi-top li ul {
  display: none;
}

#cx_footer .cx-navi-top li {
  padding-left: 0;
  text-align: center;
}

#cx_footer .cx-navi-top li a {
  display: block;
  width: auto;
  line-height: 2.0em;
}


/* suche
------------------------------------------------------------------*/
#cx_suche {
  position: absolute;
  left: 0;
  margin-left: 0;
  width: 100%;
  top: 84px;
}

#cx_suche table,
#cx_suche table td {
  vertical-align: top;
  width: 100%;
}

#cx_suche .cx-suchfeld {
  border: 0;
  background: #008ecc;
  color: #fff;
  height: 20px;
  line-height: 20px;
  padding: 0 10px;
  width: 100%;
}



}