.main-container .csc-textpic-imagewrap {
    margin-bottom: 0;
}
.inner_cbQuickGoogleMap {
  width:100%;
  max-width:100%;
  margin:0 auto 20px auto;
}
.tx-powermail .page-header {
  display:none;
}
.tx-powermail .powermail_fieldset .powermail_label {
  padding-bottom: 5px;
  text-align: left;
  text-transform:uppercase;
  font-weight:400;
}
.form-control {
  border-radius:0;
}
.tx-powermail .powermail_fieldset .powermail_field.powermail_submit {
    background-color: #fafafa;
    border-color: #c0c0c0;
    color: #008c81;
    border-radius:0;
    font-weight:700;
    padding:10px 45px;
    text-transform:uppercase;
    margin-top:20px;
}
.tx-powermail .powermail_fieldset .powermail_field.powermail_submit:hover,
.tx-powermail .powermail_fieldset .powermail_field.powermail_submit:focus,
.tx-powermail .powermail_fieldset .powermail_field.powermail_submit:active {
    background-color: #fafafa;
    border-color: #c0c0c0;
    color: #008c81;
}

.tx-powermail .powermail_fieldset .help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
    font-weight: bold;
    font-size: 20px;
    margin: 25px 0 25px -15px;
}


.dropdown-menu {
    overflow:visible !important;
}
.tx-felogin-pi1 input.submit {
    background-color: #bbb;
    border: 1px solid #bbb;
    color: inherit;
    cursor: pointer;
    font-weight: bold;
    margin: 5px 0 0;
    padding: 5px 20px;
    width: auto;
}
.tx-indexedsearch-searchbox input.tx-indexedsearch-searchbox-button.submit {
    background-color: #bbb;
    border: 1px solid #bbb;
    color: inherit;
    cursor: pointer;
    font-weight: bold;
    margin: 5px 0 0;
    padding: 5px 20px;
    width: auto;
}
.tx-indexedsearch-title {
    font-weight: 700;
}
.tx-indexedsearch-title a {
    color:#666;
}
.tx-indexedsearch-result-count {
    text-align: right;
}
.tx-indexedsearch-sw {
    font-weight: 700;
}
.tx-indexedsearch-whatis {
    margin-bottom: 1em;
}
.tx-indexedsearch-sec {
    border-top: 1px solid #333;
    padding: 0.5em 1em 0;
}
.tx-indexedsearch .tx-indexedsearch-browsebox {
    padding-top: 0.5em;
}
.tx-indexedsearch .tx-indexedsearch-browsebox ul.browsebox {
    list-style-type: none;
    margin: 0;
    padding: 0 0 1em;
}
.tx-indexedsearch .tx-indexedsearch-browsebox ul.browsebox li {
    display: inline;
    margin: 0 0.5em 0 0;
}
.tx-indexedsearch-res {
    padding: 0.5em 0;
    border-top:1px solid #333;
    border-bottom:1px solid #333;
}
.tx-indexedsearch-res .tx-indexedsearch-res {
    border:0px none;
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead {
    margin-top:1em;
    border-bottom: 1px solid #c0c0c0;
}
.carousel-fade .carousel-inner .item {
  display:block;
  position:absolute;
  top:0;
  left:0;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.5s linear;
       -o-transition: opacity 0.5s linear;
          transition: opacity 0.5s linear;
}

.carousel-fade .carousel-inner .item.active {
  position:relative;
  top:0;
  left:0;
  opacity: 1;
}
.carousel-indicators {
  display:none;
}
.carousel-control.left,
.carousel-control.right{
  background-image:none;
  filter:none;
}
.carousel-control .fa {
  position: absolute;
  top: 35%;
  z-index: 5;
  display: inline-block;
  font-size:400%;
}
.carousel-control.left .fa {
  left: 0;
  margin-left: 0;
}
.carousel-control.right .fa {
  right: 0;
  margin-right: 0;
}
@media screen and (min-width: 992px) {
.carousel-indicators {
  display:block;
}
.carousel-control .fa {
  font-size:700%;
}
.carousel-control.left .fa {
  left: 50%;
  margin-left: -10px;
}
.carousel-control.right .fa {
  right: 50%;
  margin-right: -10px;
}
}
.carousel.slide {
  width:100%;
}
.carousel.slide .carousel-inner .item img {
  display:block;
  width:100%;
  height:auto;
}
.carousel-caption {
  position: absolute;
  right: auto;
  bottom: 0;
  left: 15%;
  z-index: 10;
  padding:15px;
  color: #fff;
  text-align: left;
  text-shadow:none;
  background-color:rgba(0,140,129,0.8);
  font-family: Bitter, serif;
  text-transform:uppercase;
  font-size:100%;
}
.carousel-caption p {
  margin:0;
}
.text-medium {
  font-size:120%;
}
.text-big {
  font-size:140%;
}
.text-tuerkis {
color:#008c81;
}
@media screen and (min-width: 768px) {
.carousel-caption {
  right: 55%;
  left: auto;
  padding:30px 30px 35px 30px;
  font-size:150%;
}
.text-medium {
  font-size:145%;
}
.text-big {
  font-size:210%;
}
}
html {
  font-size: 100%;
}
body {
  font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 87.5%;
  font-weight:400;
  color: #1b1b13;
  color:#666;
  position: relative; /* For scrollyspy */
}
.page-container {
  background-color:#fff;
}
@media (min-width: 1200px) {
.container {
  width: 1000px;
}
}
a {
  color: #008c81;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #008c81;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.img-thumbnail {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
}
hr {
  margin-top: 100px;
  margin-bottom: 100px;
  border: 0;
  border-top: 1px dashed #c0c0c0;
}
/*** Silbentrennung für Absätze und Überschriften ***/
p,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 700;
  line-height: 1.1; 
  color: #008c81;
  font-family: 'Bitter', serif;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #666;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 0;
  margin-bottom: 15px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 0;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 200%;
  font-weight:700;
  text-transform:uppercase;
  padding-bottom:10px;
}
h2,
.h2 {
  font-size: 200%;
  font-weight:700;
  text-transform:uppercase;
  padding-bottom:10px;
}
.background_image h1,
.background_image .h1,
.background_image h2,
.background_image .h2 {
  font-size: 230%;
  text-transform:none;
  color:#fff;
  line-height:1.5em;
  margin:0;
  padding:0;
}
.csc-header {
  position:relative;
}
.csc-header h1:after,
.csc-header h2:after {
    background-color: #008c81;
    content: "";
    display: block;
    width: 75%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.csc-header h1.csc-header-alignment-right:after,
.csc-header h2.csc-header-alignment-right:after {
    right:0;
    left:auto;
}
.csc-header h1.csc-header-alignment-center:after,
.csc-header h2.csc-header-alignment-center:after {
    width: 33.3333%;
    bottom: 0;
    left: 50%;
    margin-left:-16.666%;
}
h3,
.h3 {
  font-size: 130%;
  font-weight:700;
}
h4,
.h4 {
  font-size: 120%;
}
h5,
.h5 {
  font-size: 100%;
}
h6,
.h6 {
  font-size: 100%;
}
/********* Header-Ausrichtung *********/
.csc-header-alignment-left,
.align-left {
  text-align:left;
}
.csc-header-alignment-right,
.align-right {
  text-align:right;
}
.csc-header-alignment-center,
.align-center {
  text-align:center;
}

@media screen and (max-width: 767px) {
select.form-control {
  margin-bottom:10px;
}
}

#header {
  position:relative;
     padding: 0;
}
.navigation_helptop{
    background-color: #7b6e5f;
}
.navigation_helptop .navbar-nav{
    float: right;
}
.navigation_helptop .navbar-nav>li>a,
.navigation_helptop .navbar-nav>li>a:hover,
.navigation_helptop .navbar-nav>li>a:focus {
    color: #ffffff;
  background-color:transparent;
}
@media (min-width: 768px) {
.navigation_helptop .navbar-nav > li > a {
  padding-top:10px;
  padding-bottom:10px;
}
}
@media (min-width: 768px) {
.container>.navbar-header,
.container>.navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
  padding-left:0;
  padding-right:0;
}
.container>.navbar-collapse {
  float:right;
}
}
.navbar-spec {
    background-color: transparent;
    border:0px none;
    border-radius:0;
    min-height:inherit;
    margin-bottom:0;
}
.navbar-spec .navbar-nav > li > a {
  color: #000000;
  padding:5px 10px;
  background-color:rgba(0,140,129,0.6);
  color:#fff;
}
.navbar-spec .navbar-nav > li:last-child {
    background-color: #008c81;
    color: #fff;
}
.navbar-spec .navbar-nav > li > a:hover,
.navbar-spec .navbar-nav > li > a:focus {
    color: #000;
  background-color:rgba(0,140,129,0.6);
  color:#fff;
}
.navbar-spec .navbar-nav > .active > a,
.navbar-spec .navbar-nav > .active > a:hover,
.navbar-spec .navbar-nav > .active > a:focus,
.navbar-spec .navbar-nav > .open > a,
.navbar-spec .navbar-nav > .open > a:hover,
.navbar-spec .navbar-nav > .open > a:focus {
  background-color:rgba(0,140,129,0.8);
  color:#fff;
}
.navbar-spec .navbar-nav > li:last-child > a,
.navbar-spec .navbar-nav > li:last-child > a:hover,
.navbar-spec .navbar-nav > li:last-child > a:focus {
  color: #fff;
}
@media (min-width: 768px) {
.navbar-spec .navbar-nav > li {
  padding:56px 10px 45px 10px;
}
.navbar-spec .navbar-nav > li > a {
  color: #000000;
  background-color:transparent;
  border-bottom:1px solid #fff;
  padding:0;
  line-height: 18px;
}
.navbar-spec .navbar-nav > li > a:hover,
.navbar-spec .navbar-nav > li > a:focus {
  color: #000000;
  background-color:transparent;
  border-bottom:1px solid #008c81;
}
.navbar-spec .navbar-nav > .active > a,
.navbar-spec .navbar-nav > .active > a:hover,
.navbar-spec .navbar-nav > .active > a:focus,
.navbar-spec .navbar-nav > .open > a,
.navbar-spec .navbar-nav > .open > a:hover,
.navbar-spec .navbar-nav > .open > a:focus {
  background-color:transparent;
  color:#000;
  border-bottom:1px solid #008c81;
}
.navbar-spec .navbar-nav > li:last-child > a,
.navbar-spec .navbar-nav > li:last-child > a:hover,
.navbar-spec .navbar-nav > li:last-child > a:focus {
  border-bottom:1px solid #008c81;
  padding:0;
  line-height: 18px;
}
}
.navbar-spec .navbar-toggle {
    border-color: #008c81;
  margin-top:38px;
}
.navbar-spec .navbar-toggle:hover,
.navbar-spec  .navbar-toggle:focus {
    background-color: #2e2e2e;
}
.navbar-spec .navbar-toggle .icon-bar {
    background-color: #008c81;
}
.navbar-spec .navbar-collapse,
.navbar-spec .navbar-form {
    border-color: #2e2e2e;
}

.navbar-spec .dropdown-menu {
    background-clip: padding-box;
    background-color: rgba(123,110,95,0.95);
    border: 1px solid rgba(123,110,95,0.95);
    border-radius: 0;
    font-size: inherit;
    padding:11px 0 0 0;
}
.navbar-spec .dropdown-menu > li > a {
    color: #fff;
    font-weight: 400;
    padding: 11px 20px;
    border-bottom: 1px solid rgba(255,255,255,0.4);
}
.navbar-spec .dropdown-menu > li:last-child > a {
    border-bottom: 0px none;
}
.navbar-spec .dropdown-menu > li > a:hover,
.navbar-spec .dropdown-menu > li > a:focus,
.navbar-spec .dropdown-menu > .active > a,
.navbar-spec .dropdown-menu > .active > a:hover,
.navbar-spec .dropdown-menu > .active > a:focus{
    background-color: transparent;
    color: #fff;
}
@media (max-width: 767px) {
.navbar-spec .navbar-nav .open .dropdown-menu > li > a {
  color: #fff;
  background-color: rgba(123,110,95,0.6);
}
.navbar-spec .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-spec  .navbar-nav .open .dropdown-menu > li > a:focus,
.navbar-spec .navbar-nav .open .dropdown-menu > .active > a,
.navbar-spec .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-spec .navbar-nav .open .dropdown-menu > .active > a:focus {
  color: #fff;
  background-color: rgba(123,110,95,0.8);
}
.navbar-spec .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar-spec .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar-spec .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    background-color: transparent;
    color: #ccc;
}
.navbar-spec .dropdown-menu {
  padding:0;
}
}
.navbar-spec .btn-default {
    background-color: #008c81;
    border-color: #008c81;
    color: #fff;
    border-radius:0;
}
.logo {
  padding:8px 0 8px 0;
  padding-top: 20px;
  /*text-align:center;*/
  float:left;
}
.navlang {   
  float:right;
  padding-top:28px;
 }

  .navlang ul {
    margin:0;
    padding:0;
    list-style-type:none;
  }

  .navlang ul li {
    margin:0;
    padding:0;
  }
  
  .navlang ul li a,
  .navlang ul li a:hover,
  .navlang ul li a:focus {
  display:inline;
  padding:5px 15px !important;
  background-color:transparent !important;
  border:0px none !important;
  }
  
  #languageMenu {
  width:auto !important;
  min-width:inherit;
  top:27px;
  border-radius: 4px;
  white-space:nowrap;
  }
  #languageMenu li {
  display:inline-block;
  }
  #languageMenu li a,
  #languageMenu li a:hover,
  #languageMenu li a:focus {
  display:inline-block; 
  padding:8px !important;
  background-color:transparent !important;
  border:0px none !important;
  }
#languageMenu a img {
    margin-right: 0;
}
  .navlang ul li a:hover {
  text-decoration:none;
  }
  
  .head_search_outer {
  float:right;
  margin-top:0;
  margin-left:20px;
  }
  
  .head_search {
  width:auto;
  float:left;
  padding-top:7px;
}
.head_search li > a,
.head_search li > a:hover,
.head_search li > a:focus {
    background-color: transparent !important;
    border: 0px none !important;
    padding:5px 15px;
    color:#fff;
}
.head_search li > a > i {
    border-left: 2px solid #fff;
    padding-left: 15px;
}
.head_search .dropdown-menu {
  left: auto;
  right:0;
  margin-top:20px;
  background-color: #3e3e3e;
  border:0px none;
  min-width:225px !important;
  padding:0 !important;
}
@media (max-width: 767px) {
.head_search a.dropdown-toggle {
  display:none;
}
.head_search .dropdown-menu {
  display:block;
  position:relative;
}
}
.navbar-collapse .head_search .navbar-form {
    border: medium none;
    box-shadow: none;
    margin: 8px 0 8px 0;
    padding: 0 12px;
}

#footer {
  background-color:#008c81;
  color:#FFFFFF;
}
#footer .footernav {   
  padding-top:40px;
  padding-bottom:25px;
 }
#footer .footernav ul {   
  list-style:none;
  padding:0;
  margin:0;
 }
#footer .footernav ul:after {
  display: table;
  content: " ";
  clear:both;
}
#footer .footernav ul li {   
  display:block;
  padding:0;
  margin:0;
  float:left;
 }
#footer .footernav a { 
  display:inline-block;
  font-weight: normal;
  background:transparent;
  text-decoration:none;
  padding:0 10px;
  color:#FFFFFF;
  font-size:98%;
  font-weight:700;
}
#footer .footernav a:focus,
#footer .footernav a:hover,
#footer .footernav a:active {
  text-decoration:underline;
  background-color: transparent;
}

#footer .footernav li:first-child a { 
  padding-left:0;
}
#footer .footernav .copyright {
  padding-top:5px;
}
#footer .socials {
  text-align:right;
  padding-top:35px;
}
#footer .socials a,
#footer .socials img {
  display:inline-block;
}
#footer .socials a {
  padding:3px;
}
#footer .socials a:last-child {
  padding-right:0;
}
#footer .hilfsnav {   
  border-top:1px solid #FFFFFF;
  padding:10px 0 20px 0;
 }
#footer .hilfsnav ul {   
  list-style:none;
  padding:0;
  margin:0;
 }
#footer .hilfsnav ul:after {
  display: table;
  content: " ";
  clear:both;
}
#footer .hilfsnav ul li {   
  display:block;
  padding:0;
  margin:0;
  float:left;
 }
#footer .hilfsnav a { 
  display:inline-block;
  font-weight: normal;
  background:transparent;
  text-decoration:none;
  padding:0 10px;
  color:#FFFFFF;
  font-size:98%;
  border-right:1px solid #9d9d9c;
  line-height:1em;
}
#footer .hilfsnav a:focus,
#footer .hilfsnav a:hover,
#footer .hilfsnav a:active {
  text-decoration:underline;
  background-color: transparent;
}
#footer .hilfsnav li:last-child a { 
  border-right:0px none;
}
#footer .hilfsnav li:first-child a { 
  padding-left:0;
}
/************************* TABELLEN *************************/
table.contenttable td,
table.contenttable th {
  background-color: #fff;
}

table.contenttable {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

table.contenttable-0 { table-layout: fixed; } 

table.contenttable > thead > tr > th,
table.contenttable > tbody > tr > th,
table.contenttable > tfoot > tr > th,
table.contenttable > thead > tr > td,
table.contenttable > tbody > tr > td,
table.contenttable > tfoot > tr > td {
  padding: 5px;
  line-height: 1.42857143;
  vertical-align: top;
}
table.contenttable > thead > tr > th,
table.contenttable > tbody > tr > th,
table.contenttable > tfoot > tr > th {
  font-weight:bold;
}
table.contenttable > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 1px solid #ddd;
}
table.contenttable > tbody + tbody {
  border-top: 2px solid #ddd;
}
table.contenttable table.contenttable {
  background-color: #fff;
}
table.contenttable > tbody > tr:nth-child(odd) > td,
table.contenttable > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
table.contenttable > tbody > tr:hover > td,
table.contenttable > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table.contenttable col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table.contenttable td[class*="col-"],
table.contenttable th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
@media screen and (max-width: 767px) {
  table.contenttable {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  table.contenttable > table.contenttable {
    margin-bottom: 0;
  }
  table.contenttable > table.contenttable > thead > tr > th,
  table.contenttable > table.contenttable > tbody > tr > th,
  table.contenttable > table.contenttable > tfoot > tr > th,
  table.contenttable > table.contenttable > thead > tr > td,
  table.contenttable > table.contenttable > tbody > tr > td,
  table.contenttable > table.contenttable > tfoot > tr > td {
    white-space: nowrap;
  }
}
table.kursplan caption {
  background-color:#008c81;
  color:#fff;
  margin:0 3px;
  padding:14px 0 9px 0;
  font-weight:bold;
  font-size:120%;
}
table.kursplan > thead > tr > th {
  vertical-align: bottom;
  border:3px solid #fff;
  background-color:#008c81;
  color:#fff;
  text-transform:uppercase;
  font-weight:normal;
  text-align:center;
  font-size:130%;
  padding:9px 5px;
  width:16.66666%;
}
table.kursplan > thead > tr > th > p {
  margin:0;
}
table.kursplan > tbody + tbody {
  border-top: 0px none;
}

table.kursplan > tbody > tr:nth-child(odd) > td,
table.kursplan > tbody > tr:nth-child(odd) > th {
  background-color: #f2f9f9;
}
table.kursplan > tbody > tr:hover > td {
  background-color: #f2f9f9;
}

table.kursplan > tbody > tr > td {
  padding: 5px;
  line-height: 1.42857143;
  vertical-align: top;
  border:3px solid #fff;
  background-color:#f2f9f9;
  text-align:center;
  width:16.66666%;
}
table.kursplan > tbody > tr > td p {
  display:block;
  width:100;
  height:100%;
  margin:-5px -5px -5px -5px;
  background-color:#7b6e5f;
  padding:5px 2px;
  color:#fff;
}
table.tarife {
  background-color:#fff;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
}
table.tarife caption {
  display:table-caption;
  width:100%;
  padding:15px 0;
  background-color:#008c81;
  color:#fff;
  font-size:160%;
  font-family: 'Bitter', serif;
  font-weight:700;
}
table.tarife > tbody > tr {
  border-left:10px solid #fff;
  border-right:10px solid #fff;
}
table.tarife > tbody > tr:last-child {
  border-bottom:10px solid #fff;
}
table.tarife > tbody > tr:nth-child(odd) > td,
table.tarife > tbody > tr:nth-child(odd) > th,
table.tarife > tbody > tr:nth-child(odd):hover > td,
table.tarife > tbody > tr:nth-child(odd):hover > th{
  background-color: #f2f2f2;
}
table.tarife > tbody > tr:nth-child(even) > td,
table.tarife > tbody > tr:nth-child(even) > th,
table.tarife > tbody > tr:nth-child(even):hover > td,
table.tarife > tbody > tr:nth-child(even):hover > th {
  background-color: #d9eeec;
}
table.tarife > tbody > tr > td {
 padding:10px 15px;
 vertical-align:middle;
 height:80px;
}
table.tarife > tbody > tr > td > p  {
  margin:0;
}
table.farbig > thead > tr > th {
  vertical-align: bottom;
  border:2px solid #fff;
  background-color:#ccc;
  color:#000;
  font-weight:normal;
  padding:9px 10px;
}
table.farbig > tbody > tr >  td {
  border:2px solid #fff;
}
table.farbig > tbody > tr.tr-1 > td,
table.farbig > tbody > tr.tr-1 > th {
  background-color: #fff;
}
/* blau*/
table.farbig > tbody > tr.tr-2 > td,
table.farbig > tbody > tr.tr-2 > th {
  background-color: #00b0f0;
}
/* grün */
table.farbig > tbody > tr.tr-3 > td,
table.farbig > tbody > tr.tr-3 > th {
  background-color: #92d050;
}
/* gelb */
table.farbig > tbody > tr.tr-4 > td,
table.farbig > tbody > tr.tr-4 > th {
  background-color: #d6d626;
  background-color: #edd33d;
}
/* rot */
table.farbig > tbody > tr.tr-5 > td,
table.farbig > tbody > tr.tr-5 > th {
  background-color:#c90205;
  color:#efefef;
}
table.farbig > tbody > tr.tr-last > td,
table.farbig > tbody > tr.tr-last > th {
  background-color: #c90205;
  color:#efefef;
}

/************************* nav sidebar *************************/
.nav > li.active > a,
.nav > li > a:hover, 
.nav > li > a:focus {
    background-color: #eee;
}
.nav.level2 {
    background-color: #eee;
}
.nav.level2 > li > a {
    padding: 5px 15px 5px 30px;
}
.nav.level2 > li.active > a,
.nav.level2 > li > a:hover, 
.nav.level2 > li > a:focus {
    background-color: #e7e7e7;
}
.nav.level3 {
    background-color: #e7e7e7;
}
.nav.level3 > li > a {
    padding: 3px 15px 3px 45px;
}
.nav.level3 > li.active > a,
.nav.level3 > li > a:hover, 
.nav.level3 > li > a:focus {
    background-color: #e0e0e0;
}
.nav.level4 {
    background-color: #e0e0e0;
}
.nav.level4 > li > a {
    padding: 5px 15px 5px 60px;
}
.nav.level4 > li.active > a,
.nav.level4 > li > a:hover, 
.nav.level4 > li > a:focus {
    background-color: #d7d7d7;
}
.main-container .content-row-main {
  margin:0;
}
.main-content {
  padding:0;
}
.main-content .content-container {
  padding-top:20px;
  padding-bottom:20px;
}
.main-content .no-distance .content-container {
  padding-bottom:0;
}
.content-container .divider hr {
    margin-top: 0;
    margin-bottom: 50;
    border: 0;
    border-top: 1px dashed transparent;
}
@media screen and (min-width: 992px) {
.main-content .content-container {
  padding-top:50px;
  padding-bottom:50px;
}
.main-content .no-distance .content-container {
  padding-bottom:0;
}
}
.main-content .content-container div.csc-textpic-border div.csc-textpic-imagewrap img {
  border: 1px solid #cdcdcd;
  padding: 8px;
}
.headerimage {
  position:relative;
}
.headerimage .csc-textpic-imagewrap {
  margin-bottom: 0;
}
.main-content > .background_grey {
  background-color:#f2f2f2;
}
.main-content > .background_grey_shadow {
  background-color:#f2f2f2;
  box-shadow: 0 6px 10px hsla(300,15%,25%,0.3);
}
/*.main-content > .background_grey_shadow  .content-container {
  padding-bottom:0;
}*/
.main-content > .background_image {
  background-image: url(../static/bg_holz.jpg);
  padding:50px 0;
  background-repeat: no-repeat;
  background-size:cover;
}
.main-content > .background_image .content-container {
  padding:0;
}
.main-content > .background_image .content-container .csc-textpic-imagewrap {
 margin-bottom:0; 
}
.main-content .box {
  padding:15px;
}
.main-content .box.weiss {
  background-color:#fff;
}

.main-content .box.grau{
  background-color: #f2f2f2;
}
.btn-more {
    background-color: #008c81;
    border-color: #008c81;
    border:0px none;
    color: #fff;
    border-radius:0;
    font-weight:400;
  font-size:170%;
    padding:10px 45px;
  -webkit-box-shadow: inset 0 0 10px 3px rgba(255, 255, 255, .3);
          box-shadow: inset 0 0 10px 3px rgba(255, 255, 255, .3);
}
.btn-more:hover,
.btn-more:focus,
.btn-more:active,
.btn-more.active{
    background-color: #008c81;
    border-color: #008c81;
  border:0px none;
    color: #fff;

}

@media screen and (max-width: 767px) {
.btn-more{
 font-size: 100%;
  
}
}
.main-content .image_mouseover_heart:hover .csc-textpic-image:after,
.main-content .image_mouseover_measure:hover .csc-textpic-image:after,
.main-content .image_mouseover_fiftyplus:hover .csc-textpic-image:after,
.main-content .image_mouseover_flower:hover .csc-textpic-image:after,
.main-content .image_mouseover_ems:hover .csc-textpic-image:after,
.main-content .image_mouseover_geraete:hover .csc-textpic-image:after{
  background-color: rgba(0,140,129,0.8);
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  bottom:0;
  left:0;
  right:0;
  z-index: 1;
  background-image:url(../static/icon_gesundheit.png);
  background-repeat:no-repeat;
  background-position:center center;
}


.main-content .image_mouseover_measure:hover .csc-textpic-image:after {
  background-image:url(../static/icon_figur.png);
}

.main-content .image_mouseover_fiftyplus:hover .csc-textpic-image:after{
  background-image:url(../static/icon_50plus.png);
}

.main-content .image_mouseover_flower:hover .csc-textpic-image:after{
  background-image:url(../static/icon_wohlfuehlen.png);
}

.main-content .image_mouseover_ems:hover .csc-textpic-image:after{
  background-image:url(../static/icon_ems.png);
}

.main-content .image_mouseover_geraete:hover .csc-textpic-image:after{
  background-image:url(../static/icon_geraete.png);
}

.main-content ul {
  padding-left:15px;
}
.main-content ul li {
    list-style-type:none;

}
.main-content ul li:before {
    display: inline-block;
    font-family: FontAwesome;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size: 60%;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-rendering: auto;
    transform: translate(0px, -2px);
    content: "\f111";
    color:#008c81;
    padding-right:0.5em;
}
.panel-group .panel {
  border-radius:0;
}
.panel-group .panel+.panel {
  margin-top: 0;
  border-top:1px solid #04584d;
}
.panel-default {
  border:0px none;
}
.panel-heading {
  padding:0;
}
.panel-title {
  padding:0;
  font-size:140%;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.panel-body {
  border: 1px solid #008c81;
}
.panel-default>.panel-heading {
  color: #fff;
  background-color: #008c81;
  border-radius:0;
}
.panel-title > a.accordion-toggle {
  display:block;
  background-image:url(../static/accordion_offen.png);
  background-repeat:no-repeat;
  background-position:15px center;
  padding:18px 15px 18px 45px;
  color:#fff;
  text-decoration:none;
}
.panel-title > a.accordion-toggle.collapsed {
  background-image:url(../static/accordion_zu.png);
}
.to_top {
  width:76px;
  margin:0 auto;
}
.to_top a {
  display:block;
  text-align:center;
  color:#fff;
  font-size:200%;
  background-color:#008c81;
  padding:5px 0 10px 0;
}
.tx-indexedsearch-redMarkup {
  color: #008c81;
}
.tx-indexedsearch-searchbox input.tx-indexedsearch-searchbox-button.submit {
    background-color: #fafafa;
    border-color: #c0c0c0;
    color: #008c81;
    border-radius:0;
    font-weight:700;
    padding:10px 45px;
    text-transform:uppercase;
    margin-top:20px;
}
.tx-indexedsearch-searchbox input.tx-indexedsearch-searchbox-button.submit:hover,
.tx-indexedsearch-searchbox input.tx-indexedsearch-searchbox-button.submit:focus,
.tx-indexedsearch-searchbox input.tx-indexedsearch-searchbox-button.submit:active {
    background-color: #fafafa;
    border-color: #c0c0c0;
    color: #008c81;
}
.flexslider .caption-title.h3 {
  font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size:120%;
  margin-bottom:5px;
}
.flexslider p {
  margin-bottom:0;
}

ul.hilfsnav_top{
  margin-right: 15px;
}
.navbar-nav.hilfsnav_top > li {
  float:left;
}

ul.hilfsnav_top > li.dropdown > div.dropdown-menu{ 
  color: red;
  left: -450%;
}

.tree > li,
.tree > li > ul > li,
.tree > li > ul > li:before{
 border: 0; 
}
.tree > li > ul > li:before{
    transform: translate(0px, 3px);
}
.tree li a {
  color: #000000;
}

.tree li a:hover {
  color: #008c81;
}

.footer-bottom-color{
    padding-top: 25px;
    background-color: #7b6e5f;
    color: #a4adb0;
    padding-bottom: 20px;
}

.footer_bottom a{
  color: #a4adb0;
}

.footer_bottom a:hover{
  color: #a4adb0;
  text-decoration: none;
}


.footer_bottom p{
  margin-bottom: 5px;
}