@import url(rte.css);
@import url(plugins.css);
/* ------------------- GRUNDGERÜST ------------------- */
* {
  margin: 0px;
  padding: 0px; 
}

body{
  font-family: 'Oxygen', Arial, sans-serif;
  background-color: #fff;
  color: #333;
  font-size: 16px;
  line-height: 140%;
  padding-bottom:0 !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  line-height: 140%;
}

#Header{
  background-image: url(../lay/bg_Header.png);
  background-repeat: repeat-x;
  background-position: top center;
  min-height: 159px;
  position: absolute;
  width: 100%;
  z-index: 100;
}

#Startseite #HeadPic {
  position: relative;
  height: 600px;
  z-index: 1;
}

#HeadPic {
  /*
  position: relative;
  
  height: 320px;
  */
  z-index: 1;
  
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

#HeadPic img {
  height: auto;
  max-width: 100%;
  width: 100%;
}

#HeadPic div.bw-img {
  display: block;
  height: 100%;
  left: 0;
  opacity: 1;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 100;
  background-size: cover;
}

#HeadPic .cycle-slideshow {
  background-size: cover;
  height: 100%;
  position: relative;
  width: 100%;
}


#HeadPic_wrapper {
  height: 600px;
  position: relative;
}

.bw-prev {
  cursor: pointer;
  height: 100%;
  left: 2%;
  margin-top: -35px;
  max-width: 150px;
  position: absolute;
  top: 50%;
}

.bw-next {
  cursor: pointer;
  height: 100%;
  margin-top: -35px;
  max-height: 150px;
  position: absolute;
  right: 2%;
  top: 50%;
}

.bw-prev,
.bw-next {
  z-index: 800;
  opacity: 0.6;
}

.bw-prev:hover,
.bw-next:hover {
  opacity: 1;
}

#MetaNav {
  background-color: #fff;
  border-radius: 0 0 15px 15px;
}

#Logo {
  text-align: center;  
}

#Logo img {
  padding: 60px 15px 15px;
  padding: 0 15px 25px;
  max-width: 158px;
  height: auto;
  width: 100%;
}

#SaarlandLogo {
  text-align: center;
}

#SaarlandLogo img {
  max-width: 80px;
  height: auto;
  width: 100%;
}

#Content{
  background-color: #fff;
  position: relative;
  z-index:50;
  padding: 40px 0;
}

#Content ul,
#Content ol{
  margin: 5px 0px 5px 20px;
}

#toTop {
  background-color: #376969;
  bottom: 0;
  box-shadow: 0 0 10px 0 rgba(55, 105, 105, 0.45);
  color: #fff;
  cursor: pointer;
  float: right;
  font-size: 40px;
  height: 95px;
  position: fixed;
  right: 0;
  text-align: center;
  top: 50%;
  width: 50px;
  z-index: 20000;
}

#toTop #facebook > a {
  color: #fff; 
}

#toTop #facebook {
  border-top: 1px solid #fff;
  padding-top: 10px;
}

#toTop #facebook img {
  max-width: 32px;
}

#Content ul.nav.nav-sitemap {
  margin: 0; 
}

#Content ul.nav.nav-sitemap > li > a,
#Content ul.nav.nav-sitemap > li > a.active {
  display: block;
  padding: 5px;
  position: relative;
}


#Content ul.nav.nav-sitemap > li > a:before,
#Content ul.nav.nav-sitemap > li > a.active:before {
  content: "\f105  ";
  font-family: Fontawesome;
}

.nav > li > a:hover, .nav > li > a:focus,
#Content ul.nav.nav-sitemap > li > a.active {
  background-color: #7ca4a4;
  color: #fff;
  text-decoration: none;
}

.open-close {
  padding: 0 30px; 
  cursor:pointer;
}

#NavCinner {
  margin-top: 15px; 
}

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
  width: 100%;
}

/* ----------------------- HAUPTNAVIGATION --------------------- */
#NavH{
  font-size: 18px;
  position: relative;
  z-index: 8000;
}

#NavH .navbar {
  margin-bottom: 0;
  min-height: auto;
  position: relative;
}

#NavH .navbar-default {
  background-image: none;
  background-repeat: repeat-x;
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
  border: none;
}

#NavH .navbar-default .navbar-collapse, #NavH .navbar-default .navbar-form {
  border: none;
}

#NavH ul{
  list-style-type:none;
}

#NavH ul li{
  margin:0;
  padding: 0;
}

#NavH .nav > li > a {
  padding: 26px 15px 27px;
  position: relative;
  cursor:pointer;
}

#NavH .nav-tabs.nav-justified > li > a {
  border: none;
  border-radius: 0;
}

#NavH .nav > li > a:hover, #NavH .nav > li > a:focus {
  background-color: #7ca4a4;
  text-decoration: none;
}

#NavH .nav-tabs > li.active > a, #NavH .nav-tabs > li.active > a:hover, #NavH .nav-tabs > li.active > a:focus {
  background-color: #7ca4a4;
  color: #fff;
  cursor: default;
}

.aNavH, a.aNavH:link, a.aNavH:active, a.aNavH:visited{
  display:block;
  margin:0;
  color: #fff;
  text-decoration:none;
}

.aNavHActive, a.aNavHActive:link, a.aNavHActive:active, a.aNavHActive:visited, a.aNavH:hover {
  background-color: #7ca4a4;
  color: #fff;
  cursor: default;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #7ca4a4;
}

/* Blau */
.aNavHActive.blau, a.aNavHActive.blau:link, a.aNavHActive.blau:active, a.aNavHActive.blau:visited, a.aNavH.blau:hover,
.nav .open > a.blau, .nav .open > a.blau:hover, .nav .open > a.blau:focus {
  background-image: url(/fileadmin/blieskastel/lay/NavHHover-blau.png);
  background-repeat: no-repeat;
  background-position: 40px 3px;
  display:block;
  margin:0;
  text-decoration:none;
}
/* Himbeere */
.aNavHActive.himbeere, a.aNavHActive.himbeere:link, a.aNavHActive.himbeere:active, a.aNavHActive.himbeere:visited, a.aNavH.himbeere:hover,
.nav .open > a.himbeere, .nav .open > a.himbeere:hover, .nav .open > a.himbeere:focus {
  background-image: url(/fileadmin/blieskastel/lay/NavHHover-himbeere.png);
  background-repeat: no-repeat;
  background-position: 16px 3px;
  display:block;
  margin:0;
  text-decoration:none;
}
/* Gruen */
.aNavHActive.gruen, a.aNavHActive.gruen:link, a.aNavHActive.gruen:active, a.aNavHActive.gruen:visited, a.aNavH.gruen:hover,
.nav .open > a.gruen, .nav .open > a.gruen:hover, .nav .open > a.gruen:focus {
  background-image: url(/fileadmin/blieskastel/lay/NavHHover-gruen.png);
  background-repeat: no-repeat;
  background-position: 27px 3px;
  display:block;
  margin:0;
  text-decoration:none;
}
/* Gelb */
.aNavHActive.gelb, a.aNavHActive.gelb:link, a.aNavHActive.gelb:active, a.aNavHActive.gelb:visited, a.aNavH.gelb:hover,
.nav .open > a.gelb, .nav .open > a.gelb:hover, .nav .open > a.gelb:focus {
  background-image: url(/fileadmin/blieskastel/lay/NavHHover-gelb.png);
  background-repeat: no-repeat;
  background-position: 26px 3px;
  display:block;
  margin:0;
  text-decoration:none;
}
/* Orange */
.aNavHActive.orange, a.aNavHActive.orange:link, a.aNavHActive.orange:active, a.aNavHActive.orange:visited, a.aNavH.orange:hover,
.nav .open > a.orange, .nav .open > a.orange:hover, .nav .open > a.orange:focus {
  background-image: url(/fileadmin/blieskastel/lay/NavHHover-orange.png);
  background-repeat: no-repeat;
  background-position: 9px 3px;
  display:block;
  margin:0;
  text-decoration:none;
}

a.aNavH:hover{
  font-weight:normal;
}

#NavH .dropdown-menu {
  background-clip: padding-box;
  background-color: #7CA4A4;
  border: 0px solid #7CA4A4;
  box-shadow: none;
  float: left;
  font-size: 16px;
  min-width: 160px;
  padding: 0;
  position: absolute;
  z-index: 90000;
  border-radius: 0;
}

.nav-tabs .dropdown-menu {
  margin-top: 0;
}

.aNavH2, a.aNavH2:link, a.aNavH2:active, a.aNavH2:visited{
  display:block;
  margin:0;
  color: #fff;
  text-decoration:none;
  cursor:pointer;
}

.aNavH2Active, a.aNavH2Active:link, a.aNavH2Active:active, a.aNavH2Active:visited, a.aNavH2:hover {
  color: #fff;
  cursor:pointer;
  display:block;
  margin:0;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  background-color: #376969;
  background-image: none;
  background-repeat: repeat-x;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: #fff;
  text-decoration: none;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  background-color: #376969;
  background-image: none;
  background-repeat: repeat-x;
}

/* ----------------------- CONTENTNAVIGATION ------------------- */
#NavCWrapper {
  position: absolute;
  bottom: 0;
  z-index: 80;
  width: 100%;
  text-align: left;
}

#NavC {
  background-color: rgba(255,255,255,0.8);
  border-radius: 15px 15px 0 0;
  padding: 15px 0;
  position: relative;
}

#NavC ul{
  margin: 0px;
  padding: 0px;
  list-style-type:none;
}

#NavC ul li{
  /*
  float: left;
  margin: 0;
  padding: 0;
  width: 50%;
  */
}

/* Blau */
.blau .UNavText, .blau a.UNavText:active, .blau a.UNavText:visited, .blau a.UNavText:link {
  display:block;
  font-weight:normal;
  padding:3px 15px;
  text-decoration:none; 
  color: #5398dd;
  color: #267dd4;
}

.blau .UNavTextActive, .blau a.UNavTextActive:active, .blau a.UNavTextActive:visited, .blau a.UNavTextActive:link, .blau a.UNavText:hover {
  display:block;
  font-weight:normal;
  padding:3px 15px;
  text-decoration:none;
  background-color: #fff;
  color: #5398dd;
  color: #267dd4;
}

/* Himbeere */
.himbeere .UNavText, .himbeere a.UNavText:active, .himbeere a.UNavText:visited, .himbeere a.UNavText:link {
  display:block;
  font-weight:normal;
  padding:3px 15px;
  text-decoration:none;
  color: #b42041;
}

.himbeere .UNavTextActive, .himbeere a.UNavTextActive:active, .himbeere a.UNavTextActive:visited, .himbeere a.UNavTextActive:link, .himbeere a.UNavText:hover {
  display:block;
  font-weight:normal;
  padding:3px 15px;
  text-decoration:none;
  background-color: #fff;
  color: #b42041;
}

/* Gruen */
.gruen .UNavText, .gruen a.UNavText:active, .gruen a.UNavText:visited, .gruen a.UNavText:link {
  display:block;
  font-weight:normal;
  padding:3px 15px;
  text-decoration:none;
  color: #116011;
}

.gruen .UNavTextActive, .gruen a.UNavTextActive:active, .gruen a.UNavTextActive:visited, .gruen a.UNavTextActive:link, .gruen a.UNavText:hover {
  display:block;
  font-weight:normal;
  padding:3px 15px;
  text-decoration:none;
  background-color: #fff;
  color: #116011;
}

/* Gelb */
.gelb .UNavText, .gelb a.UNavText:active, .gelb a.UNavText:visited, .gelb a.UNavText:link {
  display:block;
  font-weight:normal;
  padding:3px 15px;
  text-decoration:none;
  color: #376969;
}

.gelb .UNavTextActive, .gelb a.UNavTextActive:active, .gelb a.UNavTextActive:visited, .gelb a.UNavTextActive:link, .gelb a.UNavText:hover {
  display:block;
  font-weight:normal;
  padding:3px 15px;
  text-decoration:none;
  background-color: #fff;
  color: #376969;
}

/* Orange */
.orange .UNavText, .orange a.UNavText:active, .orange a.UNavText:visited, .orange a.UNavText:link {
  display:block;
  font-weight:normal;
  padding:3px 15px;
  text-decoration:none;
  color: #cd7b00;
}

.orange .UNavTextActive, .orange a.UNavTextActive:active, .orange a.UNavTextActive:visited, .orange a.UNavTextActive:link, .orange a.UNavText:hover {
  display:block;
  font-weight:normal;
  padding:3px 15px;
  text-decoration:none;
  background-color: #fff;
  color: #cd7b00;
}

/* Metanav */
.metanav .UNavText, .metanav a.UNavText:active, .metanav a.UNavText:visited, .metanav a.UNavText:link {
  display:block;
  font-weight:normal;
  padding:3px 15px;
  text-decoration:none;
  color: #376969;
}

.metanav .UNavTextActive, .metanav a.UNavTextActive:active, .metanav a.UNavTextActive:visited, .metanav a.UNavTextActive:link, .metanav a.UNavText:hover {
  display:block;
  font-weight:normal;
  padding:3px 15px;
  text-decoration:none;
  background-color: #fff;
  color: #376969;
}

.UNavText:before, a.UNavText:active:before, a.UNavText:visited:before, a.UNavText:link:before,
.UNavTextActive:before, a.UNavTextActive:active:before, a.UNavTextActive:visited:before, a.UNavTextActive:link:before, a.UNavText:hover:before {
  content: " \f105   ";
  font-family: Fontawesome;
}

#NavC ul li ul{
  list-style-type:none;
  margin:0;
  padding:5px 0 5px 10px;
}

#NavC ul li ul li{
  margin:0px;
  padding:0px;
}

.UNav2Text, a.UNav2Text:active, a.UNav2Text:visited, a.UNav2Text:link {
  display:block;
  font-size:12px;
  font-weight:normal;
  height:100%;
  padding:2px 0 2px 10px;
  text-decoration:none;
  color:#333;
}

.UNav2TextActive, a.UNav2TextActive:active, a.UNav2TextActive:visited, a.UNav2TextActive:link, a.UNav2Text:hover {
  display:block;
  font-size:12px;
  font-weight:normal;
  height:100%;
  padding:2px 0 2px 10px;
  text-decoration:none;
  color:#972645;
}

/* ----------------------- CONTENTNAVIGATION 3. & 4. Ebene------------------- */
#NavC ul li ul li ul{
  list-style-type:none;
  margin:0 0 0 13px;
  padding:0;
  width:160px;
  border:none;
}

#NavC ul li ul li ul li{
  display:block;
  margin:0px;
  padding:0px;
  width:160px;
}

.UNav3Text, a.UNav3Text:active, a.UNav3Text:visited, a.UNav3Text:link {
  display:block;
  font-size:11px;
  font-weight:normal;
  height:100%;
  padding: 3px 0px 3px 3px;
  text-decoration:none;
  color:#333;
}

.UNav3TextActive, a.UNav3TextActive:active, a.UNav3TextActive:visited, a.UNav3TextActive:link, a.UNav3Text:hover {
  display:block;
  font-size:11px;
  font-weight:normal;
  height:100%;
  padding: 3px 0px 3px 3px;
  color:#972645;
  text-decoration:none;
}


#NavC ul li ul li ul li ul{
  list-style-type:none;
  margin:0 0 0 5px;
  padding:0;
  width:155px;
  border:none;
}

#NavC ul li ul li ul li ul li{
  display:block;
  margin:0px;
  padding:0px;
  width:155px;
}

.UNav4Text, a.UNav4Text:active, a.UNav4Text:visited, a.UNav4Text:link {
  display:block;
  font-size:10px;
  font-weight:normal;
  height:100%;
  padding:0px;
  text-decoration:none;
  color:#333;
}

.UNav4TextActive, a.UNav4TextActive:active, a.UNav4TextActive:visited, a.UNav4TextActive:link, a.UNav4Text:hover {
  display:block;
  font-size:10px;
  font-weight:normal;
  height:100%;
  padding:0px;
  text-decoration:none;
  color:#972645;
}
/* ----------------------- BREADCRUMBS ------------------- */
#BreadCr{
  background-color: #fff;
  position: relative;
  z-index: 90;
  font-weight:normal;
  padding: 20px 15px;
  font-size: 13px;
  border-top: 1px solid #ccc;
}

a.aBreadCr, a.aBreadCr:link, a.aBreadCr:active, a.aBreadCr:visited{
  text-decoration:none;
  color:#333;
}

a.aBreadCr:hover {
  text-decoration:underline;
}

/* ----------------------- METANAVIGATION ------------------- */
#NavP{
  color:#343434;
  font-weight:normal;
  margin-top:10px;
  text-align: center;
  font-size: 14px;
}  

#NavP li:last-child .title {
  display: none;
}

#NavP ul li{
  display:inline;
}

a.aNavP, a.aNavP:link, a.aNavP:active, a.aNavP:visited{
  font-weight: normal;
  text-decoration:none;
  color:#343434;
}

a.aNavP:hover {
  text-decoration:underline;
}

/* ----------------------- FOOTER --------------------- */

#FooterBoxen {
  background-color: #c26562;
  position: relative;
  z-index: 150;
  color: #fff;
}

#Footer{
  background-color: #9a0101;
  position: relative;
  z-index: 150;
  padding: 15px;
  color: #fff;
}

/* Blau */
.blau #FooterBoxen {
  background-color: #75ace2;
  position: relative;
  z-index: 150;
  color: #fff;
}

.blau #Footer{
  background-color: #5398dd;
  position: relative;
  z-index: 150;
  padding: 15px;
  color: #fff;
}

/* Himbeere */
.himbeere #FooterBoxen {
  background-color: #c34c65;
  position: relative;
  z-index: 150;
  color: #fff;
}

.himbeere #Footer{
  background-color: #b42041;
  position: relative;
  z-index: 150;
  padding: 15px;
  color: #fff;
}

/* Gruen */
.gruen #FooterBoxen {
  background-color: #41be3f;
  position: relative;
  z-index: 150;
  color: #fff;
}

.gruen #Footer{
  background-color: #018101;
  position: relative;
  z-index: 150;
  padding: 15px;
  color: #fff;
}

/* Gelb */
.gelb #FooterBoxen {
  background-color: #cece53;
  position: relative;
  z-index: 150;
  color: #fff;
}

.gelb #Footer{
  background-color: #a8a82d;
  position: relative;
  z-index: 150;
  padding: 15px;
  color: #fff;
}

/* Orange */
.orange #FooterBoxen {
  background-color: #ffba52;
  position: relative;
  z-index: 150;
  color: #fff;
}

.orange #Footer{
  background-color: #cd7b00;
  position: relative;
  z-index: 150;
  padding: 15px;
  color: #fff;
}

#FooterBoxen ul {
  list-style-type: none;
}

#FooterBoxen .FooterTitle {
  font-size: 18px;
  font-weight: 600;
  margin: 10px 0;
}

#FooterBoxen a, #FooterBoxen a:link, #FooterBoxen a:active, #FooterBoxen a:visited{
  color: #fff;
}

#FooterBoxen a:hover, #FooterBoxen a:focus {
  text-decoration:underline;
}

a.aFooter, a.aFooter:link, a.aFooter:active, a.aFooter:visited{
  text-decoration:none;
  color: #fff;
  display: inline-block;
}

a.aFooterBox:before {
  color: #fff;
  content: "\f105  ";
  font-family: Fontawesome;
}

a.aFooter:hover {
  text-decoration:underline;
}

/* -------------------------- Suche ---------------------------- */
#Footer #Suche {
  margin: 0;
}

form {
  display: inline;
  margin: 0;
  padding: 0;
}
#Suche.navbar-form .form-group {
  display: inline-block;
  margin-bottom: 0;
}
#Suche.navbar-form {
  border-bottom: 1px solid transparent;
  border-top: 1px solid transparent;
  box-shadow: none;
}

#Suche .form-control {
  display: inline-block;
}

#Suche .btn-default {
  background-color: transparent;
  background-image: none;
  background-repeat: repeat-x;
  border: medium none;
  color: #fff;
  text-shadow: none;
}
#Suche .btn-default > span {
  color: #fff;
  font-size: 24px;
}
#Suche .btn-default, #Suche .btn-primary, #Suche .btn-success, #Suche .btn-info, #Suche .btn-warning, #Suche .btn-danger {
  box-shadow: none;
}
#Suche .btn-default:hover, #Suche .btn-default:focus {
  background-color: transparent;
  background-position: 0 center;
}
#Suche .form-control:focus {
  border-color: transparent;
  box-shadow: none;
  outline: 0 none;
}

/* ------------------------- FORMULARE --------------------------- */
input, select, textarea{
  border: 1px solid #376969;
  background-color: #f2f6f6;
  color: #333;
  padding: 2px;
}


fieldset, form{
  margin: 0px;
  padding: 0px;
  border: 0px none;
}

/* -------------------------- DIVERSES ---------------------------- */
/* ---- clear the new way ----- */
.clearer, .Clearer {
  display: block;
  height: 0;
  width: 0;
  line-height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

a img{
  outline: 0;
  border: 0px none;
}

hr {
  background-color: #cccccc;
  border: medium none;
  height: 1px;
}

.csc-textpic-caption {
  color: #999999;
}
ul.csc-uploads span.csc-uploads-fileName {
  text-decoration: none;
}

#Content ul.csc-uploads {
  margin: 0;
}

.col-xs-12.col-sm-6.col-md-3 .csc-uploads-0 img {
  float: none;   
}

/* -------------------------- MEDIA QUERIES ---------------------------- */
/* Extra Small */
@media(max-width:767px){

.responsive_image_col_image.front img {
  width: 100%;
  min-height: inherit !important;
}


#GastgeberLogo {
  padding: 15px; 
}

#HeadPic_wrapper {
  height: auto; 
}

#NavH .dropdown-menu {
  display: none;
}

#NavC ul li {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
}

.news .article {
  border-bottom: 1px solid #99b2b2;
  margin-bottom: 15px;
}

#Startseite .news-list-view a.more {
  margin-bottom: 15px; 
}
.rot .flipping-title {
  font-size: 16px;
}

#Logo img {
  height: auto;
  max-width: 116px;
  width: 100%;
  background-color: #fff;
  border-radius: 0 0 15px 15px;
}

#MetaNav {
  background-color: transparent;
}

#Logo img {
  padding: 15px;
}

#Logo {
  text-align: left;
}

.termine .container {
  margin-top: 0;
}

#Header {
  position: relative;
  min-height: 148px;
  background-image: none;
  background-color: #346666;
}

.rot .flipping-content .Icon {
  height: 100px;
  width: 100px;
  font-size: 50px;
}

.rot .flipping-content .Icon > span {
  height: 100px;
  width: 100px;
}

.rot .flipping-title {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

#newsletter_subscription .newsletter_submit, #newsletter_subscription .newsletter_stop {
  float: none;
  margin-bottom: 5px;
  width: 100%;
}

.navbar-toggle {
  background-color: transparent;
  background-image: none;
  border-radius: 4px;
  float: right;
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0;
  padding: 9px 10px;
  position: relative;
}

.navbar-default .navbar-toggle {
  border-color: #fff;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #346666;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}

#NavH .nav > li > a {
  padding: 10px 15px;
  position: relative;
}

.nav-tabs.nav-justified > li > a {
  margin: 0;
}

.aNavHActive.blau, a.aNavHActive.blau:link, a.aNavHActive.blau:active, a.aNavHActive.blau:visited, a.aNavH.blau:hover,
.nav .open > a.blau, .nav .open > a.blau:hover, .nav .open > a.blau:focus,
.aNavHActive.himbeere, a.aNavHActive.himbeere:link, a.aNavHActive.himbeere:active, a.aNavHActive.himbeere:visited, a.aNavH.himbeere:hover,
.nav .open > a.himbeere, .nav .open > a.himbeere:hover, .nav .open > a.himbeere:focus,
.aNavHActive.gruen, a.aNavHActive.gruen:link, a.aNavHActive.gruen:active, a.aNavHActive.gruen:visited, a.aNavH.gruen:hover,
.nav .open > a.gruen, .nav .open > a.gruen:hover, .nav .open > a.gruen:focus,
.aNavHActive.gelb, a.aNavHActive.gelb:link, a.aNavHActive.gelb:active, a.aNavHActive.gelb:visited, a.aNavH.gelb:hover,
.nav .open > a.gelb, .nav .open > a.gelb:hover, .nav .open > a.gelb:focus,
.aNavHActive.orange, a.aNavHActive.orange:link, a.aNavHActive.orange:active, a.aNavHActive.orange:visited, a.aNavH.orange:hover,
.nav .open > a.orange, .nav .open > a.orange:hover, .nav .open > a.orange:focus {
  background-image: none;
  background-position: 40px 3px;
  background-repeat: no-repeat;
  display: block;
}

#NavH,
#NavH .navbar-collapse {
  padding: 0;
}


#NavC {
  border-bottom: 3px solid #346666;
}

#NavCWrapper {
  position: relative; 
}

.himbeere .UNavTextActive, .himbeere a.UNavTextActive:active, .himbeere a.UNavTextActive:visited, .himbeere a.UNavTextActive:link, .himbeere a.UNavText:hover {
  background-color: #f0cdd5;
}

.blau .UNavTextActive, .blau a.UNavTextActive:active, .blau a.UNavTextActive:visited, .blau a.UNavTextActive:link, .blau a.UNavText:hover {
  background-color: #c9daeb;
}

.gelb  .UNavTextActive, .gelb a.UNavTextActive:active, .gelb a.UNavTextActive:visited, .gelb a.UNavTextActive:link, .gelb a.UNavText:hover {
  background-color: #ececbf;
}

.gruen  .UNavTextActive, .gruen a.UNavTextActive:active, .gruen a.UNavTextActive:visited, .gruen a.UNavTextActive:link, .gruen a.UNavText:hover {
  background-color: #bbe7bb;
}

.orange  .UNavTextActive, .orange a.UNavTextActive:active, .orange a.UNavTextActive:visited, .orange a.UNavTextActive:link, .orange a.UNavText:hover {
  background-color: #ecd2ab;
}


.navbar-collapse {
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
  max-height: inherit;
  overflow-x: visible;
}

#NavH .nav > li > a {
  height: auto !important; 
}

.newsletter .csc-default > .row > .col-xs-12 {
  margin-top: 0 !important;
}

.newsStartseite > .container > .row > div.col-xs-12 {
  padding-left: 15px;
  padding-right: 15px;
}

}

/* Small */
@media(min-width:768px) and (max-width:991px){
#NavH {
  font-size: 16px;
  padding: 0;
}


.newsStartseite > .container > .row > div.col-xs-12 {
  padding-left: 15px;
  padding-right: 15px;
}



.bw-prev,
.bw-next {
  display: none;
}


#NavH .nav > li > a {
  padding: 26px 5px 27px;
  position: relative;
  min-height: 104px;
}

.news .article {
  border-bottom: 1px solid #99b2b2;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

#NavP,
a.aNavP, a.aNavP:link, a.aNavP:active, a.aNavP:visited{
  font-size: 12px;
}

.aNavHActive.blau, a.aNavHActive.blau:link, a.aNavHActive.blau:active, a.aNavHActive.blau:visited, a.aNavH.blau:hover,
.nav .open > a.blau, .nav .open > a.blau:hover, .nav .open > a.blau:focus,
.aNavHActive.himbeere, a.aNavHActive.himbeere:link, a.aNavHActive.himbeere:active, a.aNavHActive.himbeere:visited, a.aNavH.himbeere:hover,
.nav .open > a.himbeere, .nav .open > a.himbeere:hover, .nav .open > a.himbeere:focus,
.aNavHActive.gruen, a.aNavHActive.gruen:link, a.aNavHActive.gruen:active, a.aNavHActive.gruen:visited, a.aNavH.gruen:hover,
.nav .open > a.gruen, .nav .open > a.gruen:hover, .nav .open > a.gruen:focus,
.aNavHActive.gelb, a.aNavHActive.gelb:link, a.aNavHActive.gelb:active, a.aNavHActive.gelb:visited, a.aNavH.gelb:hover,
.nav .open > a.gelb, .nav .open > a.gelb:hover, .nav .open > a.gelb:focus,
.aNavHActive.orange, a.aNavHActive.orange:link, a.aNavHActive.orange:active, a.aNavHActive.orange:visited, a.aNavH.orange:hover,
.nav .open > a.orange, .nav .open > a.orange:hover, .nav .open > a.orange:focus {
  background-image: none;
  background-position: 40px 3px;
  background-repeat: no-repeat;
  display: block;
}

#NavH .nav > li > a {
  min-height: 104px;
  padding: 10px 5px;
  position: relative;
}

/*
.himbeere .UNavTextActive, .himbeere a.UNavTextActive:active, .himbeere a.UNavTextActive:visited, .himbeere a.UNavTextActive:link, .himbeere a.UNavText:hover {
background-color: #f0cdd5;
}

.blau .UNavTextActive, .blau a.UNavTextActive:active, .blau a.UNavTextActive:visited, .blau a.UNavTextActive:link, .blau a.UNavText:hover {
background-color: #c9daeb;
}

.gelb  .UNavTextActive, .gelb a.UNavTextActive:active, .gelb a.UNavTextActive:visited, .gelb a.UNavTextActive:link, .gelb a.UNavText:hover {
background-color: #ececbf;
}

.gruen  .UNavTextActive, .gruen a.UNavTextActive:active, .gruen a.UNavTextActive:visited, .gruen a.UNavTextActive:link, .gruen a.UNavText:hover {
background-color: #bbe7bb;
}

.orange  .UNavTextActive, .orange a.UNavTextActive:active, .orange a.UNavTextActive:visited, .orange a.UNavTextActive:link, .orange a.UNavText:hover {
background-color: #ecd2ab;
}
*/

}

/* Medium */
@media(min-width:992px) and (max-width:1199px){
#NavH .nav > li > a {
  padding: 26px 10px 27px;
  position: relative;
}

#NavH .nav > li > a {
  padding: 13px 10px 14px;
  position: relative;
}

.aNavHActive.blau, a.aNavHActive.blau:link, a.aNavHActive.blau:active, a.aNavHActive.blau:visited, a.aNavH.blau:hover,
.nav .open > a.blau, .nav .open > a.blau:hover, .nav .open > a.blau:focus,
.aNavHActive.himbeere, a.aNavHActive.himbeere:link, a.aNavHActive.himbeere:active, a.aNavHActive.himbeere:visited, a.aNavH.himbeere:hover,
.nav .open > a.himbeere, .nav .open > a.himbeere:hover, .nav .open > a.himbeere:focus,
.aNavHActive.gruen, a.aNavHActive.gruen:link, a.aNavHActive.gruen:active, a.aNavHActive.gruen:visited, a.aNavH.gruen:hover,
.nav .open > a.gruen, .nav .open > a.gruen:hover, .nav .open > a.gruen:focus,
.aNavHActive.gelb, a.aNavHActive.gelb:link, a.aNavHActive.gelb:active, a.aNavHActive.gelb:visited, a.aNavH.gelb:hover,
.nav .open > a.gelb, .nav .open > a.gelb:hover, .nav .open > a.gelb:focus,
.aNavHActive.orange, a.aNavHActive.orange:link, a.aNavHActive.orange:active, a.aNavHActive.orange:visited, a.aNavH.orange:hover,
.nav .open > a.orange, .nav .open > a.orange:hover, .nav .open > a.orange:focus {
  background-image: none;
  background-position: 40px 3px;
  background-repeat: no-repeat;
  display: block;
}

/*
.himbeere .UNavTextActive, .himbeere a.UNavTextActive:active, .himbeere a.UNavTextActive:visited, .himbeere a.UNavTextActive:link, .himbeere a.UNavText:hover {
background-color: #f0cdd5;
}

.blau .UNavTextActive, .blau a.UNavTextActive:active, .blau a.UNavTextActive:visited, .blau a.UNavTextActive:link, .blau a.UNavText:hover {
background-color: #c9daeb;
}

.gelb  .UNavTextActive, .gelb a.UNavTextActive:active, .gelb a.UNavTextActive:visited, .gelb a.UNavTextActive:link, .gelb a.UNavText:hover {
background-color: #ececbf;
}

.gruen  .UNavTextActive, .gruen a.UNavTextActive:active, .gruen a.UNavTextActive:visited, .gruen a.UNavTextActive:link, .gruen a.UNavText:hover {
background-color: #bbe7bb;
}

.orange  .UNavTextActive, .orange a.UNavTextActive:active, .orange a.UNavTextActive:visited, .orange a.UNavTextActive:link, .orange a.UNavText:hover {
background-color: #ecd2ab;
}
*/

}

/* Large */
@media(min-width:1200px){}
/* ----------------- Addressen ----------------- */
.tx-abook-pi1-company, .tx-abook-pi1-address, .tx-abook-pi1-email, .tx-abook-pi1-www, .tx-abook-pi1-description{ display: block; }
/* LISTVIEW */


div.tx-abook-listheader{margin-bottom: 15px;}
#tx-abook-listview .tx-abook-pi1-image {float: right;}
.tx-abook-listitem {margin-bottom: 10px;}
.tx-abook-browse-active{font-weight: bold;}
/* SINGLEVIEW */
#tx-abook-singleview .tx-abook-pi1-image {float: right; padding:0px 0px 15px 15px;}
#tx-abook-singleview .tx-abook-pi1-image img {margin-bottom: 10px;}
.tx-abook #aznavigation ul {
  list-style-type:none;
  margin-left:0;
}
.tx-abook #aznavigation ul li {
  display:inline-block;
}
.tx-abook #aznavigation ul li.active {
  font-weight: bold;
}
.tx-abook-searchBox input {
  padding: 3px 2px;
}
.tx-abook-searchBox button {
  border: 1px solid #376969;
  background-color: #f2f6f6;
  color: #333;
  padding: 2px;
}
.tx-abook .addressblock {
  margin-top:15px;
}
.tx-abook-singleitem p {
  margin:0;
}
.tx-abook-singleitem .tx-abook-name {
  color: #346666;
  font-size: 18px;
  font-weight: 600;
}
.tx-abook-singleitem .tx-abook-contact {
  margin:1em 0;
}
#Content .tx-abook ul.f3-widget-paginator {
  padding: 15px 0;
  text-align:left;
}
#Content .tx-abook ul.f3-widget-paginator li {
  float:none;
  margin:0 5px 0 0;
}
#Content .tx-abook ul.f3-widget-paginator li + li {
  margin:0 5px;
}
#Content .tx-abook ul.f3-widget-paginator li a {
  display:block;
}
#c4394 {
  margin-bottom: 40px;
}

@media(min-width:769px){
#c4394 {
  margin-top: -235px;
}
#c4394 .csc-textpic-imagewrap .csc-textpic-image img {
  border-radius: 45px;
}
#c4394 .csc-textpic-responsive.csc-textpic-intext-left-nowrap {
  overflow: auto;
  border-radius: 45px;
  background: #fff;
}
}

#c4394 .csc-textpic-imagewrap {
  margin-bottom: 0 !important;
}


