/* Meta Navi */
.nav-meta-wrapper {
  background:#fff;
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
}
.nav-meta {
  height: auto;
}
.nav-meta img {
  width: auto;
  height: 130px;
  padding-bottom: 0px;
}

.nav-meta .nav-link{padding-left:0rem;}

/* Mein Navi */
.navbar { padding: .0rem 1rem;}
.navbar-dark .navbar-nav .nav-link { color: rgb(255, 255, 255,1.0);}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover { color: rgba(255,255,255,0.9);}

nav#main-navbar { z-index: 15;}
nav#main-navbar li a{ padding: 0.5rem 0.5rem 0.5rem 0.5rem;}
nav#main-navbar.fixed-top{ top: 154px; min-height: 47px;}

nav#main-navbar li#nav-item-9{
  background: url(/fileadmin/vbh/template/images/suche.png) 30px 10px no-repeat;
  background-size: 30px 30px;
  text-indent: -10000px;
  min-width: 60px;
}
@media (max-width: 767px) {
  .navbar-expand-md { overflow-y: auto !important;}
  .nav-meta img { height: 130px; padding-bottom: 30px;}
  nav#main-navbar li#nav-item-9{
    background: url(/fileadmin/vbh/template/images/suche.png) 0px 10px no-repeat;
    padding-bottom: 1rem;
    background-size: 30px 30px;
  }  
}
@media (max-width: 575px) {
  .nav-meta img { height: 70px; padding-bottom: 0px;}
}

nav#main-navbar li .dropdown-menu{  background: #707173;}
nav#main-navbar li .dropdown-menu a{ color: #fff}


nav#main-navbar li.nav-item.active.dropdown a.nav-link.dropdown-toggle,
nav#main-navbar li.active{ background: #ee1921;}

nav#main-navbar li a:hover{ color: #fff; background: none;}
nav#main-navbar li a.active{ color: #ee1921; background: none;}

@media (min-width: 992px) {
nav#main-navbar li{ font-size: 1.3rem;}
}


/* Sidebar Menu */
label.control-label {border: 1px solid green;display:none;}

#sbm-wrapper {
  border: 1px solid #aaa;
   box-shadow:0px 0px 8px 0px rgba(0,0,0, 0.75); -moz-box-shadow:0px 0px 8px 0px rgba(0,0,0, 0.75); -webkit-box-shadow:0px 0px 8px 0px rgba(0,0,0, 0.75);
  display: none;
  position: absolute;
  right: 0px;
  background:#fff;
  z-index: 13;
  top: 206px;
  width: 320px;
    padding: 1rem 3rem 1rem 1rem;
}
#sbm-wrapper.active {
  border: 1px solid black;
  display: block;
}
#sbm-wrapper h3, #sbm-wrapper legend{display:none;}
#sbm-wrapper h2{font-size:1.3rem;padding: 20px 40px 20px 10px;font-weight:100;}

#sbm-wrapper .col-md-6, #sbm-wrapper .col-sm-2, #sbm-wrapper .col-sm-10{width: 100%; flex: 0 0 100%; max-width: 100%;}
#sbm-wrapper .btn-primary { color: #fff; background-color: #00a24c; border-color: #00a24c;}
#sbm-wrapper a { color: #fff; background-color: #00a24c; border-color: #00a24c;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
}

#sbm-button {
  display:block;
  position:absolute;
position: fixed;
  right: 0px;
  top: 206px;
  z-index: 14;
z-index: 1400;
}
#sbm-button .navbar{padding:0;}

#sbm-button .btn-info {
  color: #fff;
  background-color: #000;
  border-color: #000;
  padding: 15px 15px;
  line-height: 1rem;
}

#sbm-button:hover .btn-info 
#sbm-button:visited .btn-info 
#sbm-button:active .btn-info {
  background-color: red;}
#sbm-button:focus .btn-info {
  background-color: green;}

@media (min-width: 768px) {
  #sbm-wrapper {width: 480px;  top: 230px;}
  #sbm-button { top: 230px;}
}
@media (max-width: 575px) {
  #sbm-button { top: 150px; xxxdisplay:none;}
}
/* Sidebar Menu */


/* Jumbotron Carousel*/
.jumbotron {
  margin-top: 201px;
  padding: 0px;
  margin-bottom: 1rem;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  background-color: #707173;
  border: 6px solid #707173;
  width: 50px;
  height: 50px;
}

.carousel-indicators { z-index: 14;}  
  
.jumbotron .carousel-item figure figcaption header h2{
  text-transform: uppercase;
  font-size: 2rem;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 10px 10px 10px 10px;
  xxxborder: 1px solid red;
  margin-top: 10px;
}

.jumbotron .carousel-item figure figcaption {
  left: 6%;
  padding-bottom: 0px;
  text-align: left;
}

.jumbotron .carousel-item figure figcaption.carousel-caption {
  position: absolute;
  right: auto;
  bottom: auto;
  top: 20px;
}


.jumbotron header h2{
  xxxborder: 1px solid cyan;
  text-transform: uppercase;
  font-size: 2rem;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 10px 10px 10px 10px;
  color:  #fff;
  margin-top: 10px;
}

.jumbotron header {
  xxxborder: 1px solid yellow;
  position: absolute;
  top: 240px;
  left: 6%;
  z-index: 3;
}
.jumbotron .carousel-item header {
  xxxborder: 1px solid green;
  position:  inherit;
}

@media (max-width: 991px){
  .jumbotron header{top: 240px;}
  xxx.jumbotron header h2 {font-size: 1.5rem;}
}

@media (max-width: 767px){
  .jumbotron .carousel-item figure figcaption header h2, .jumbotron header h2 {font-size: 1rem; padding: 4px;}
  .jumbotron .carousel-item figure figcaption.carousel-caption { top: 0px;}
  .carousel-control-next-icon, .carousel-control-prev-icon { width: 30px; height: 30px;}
  .jumbotron header{top: 221px;}
}
@media (max-width: 575px){
  .jumbotron header{top: 162px;}
}


/* Jumbotron Image*/

.jumbotron figure.image,
.jumbotron img.img-fluid{
  xborder:1px solid red;
  width:100%;
  height:auto;
}
.jumbotron figure{margin: 0;}


/* Header Handy */
@media (max-width: 575px) {
  nav#main-navbar.fixed-top{ xxxborder: 1px solid red; top: 95px;}
  .nav-meta-wrapper { xxxborder: 1px solid cyan; height: 95px;}
  .jumbotron { xxxborder: 1px solid black; margin-top: 142px;}
}

/* Content */
h1.display-1{
  display:none;
}

main.main-content.pt-5 {
    padding-top: 1rem !important;
}


#c5 header{ margin-bottom: 20px;}
#page-wrapper{  margin-bottom: 5rem;}
.h2, h2 { margin-top: 2.5rem;}
#page-content .h2, #page-content h2 { margin-bottom: 1rem; xborder:1px solid red;}
#page-3 #page-content .h2, #page-3 #page-content h2 { margin-bottom: 0rem;}

hr { margin-top: 3rem; margin-bottom: 3rem;}
a {color: #f00;}
a:hover {color: #f66;}

@media (max-width: 767px){
  h2{font-size: 1.5rem;}
  h3{font-size: 1.25rem;}
}


/* Seite Home */
#page-3 section#s-12{margin-top: 3rem}
#page-3 #page-wrapper{margin-bottom: 0rem;}
#page-3 .tx-osm div#OpenLayers_Map_2_OpenLayers_ViewPort div#OpenLayers_Map_2_OpenLayers_Container{z-index:7;}

/* Leistungen */
#c18 img {
  padding: 0 2rem 2rem 2rem;
}


/* Ueber uns */
#page-5 .ce-textpic p {
  margin-bottom: 2.5rem;
}

/* Seite Links */
#page-6 .layout-1 h2{ text-transform: uppercase; font-size: 1.1rem; text-align: center;}
#page-6 .layout-1 h2:after{  border: 1px solid #00a24c; content:''; display:block; height:2px; width:65px; margin:0px auto; margin-bottom:2px; margin-top:12px;}
#page-6 .layout-1 p{  text-align: center;}

#c26 .col-md-4 h2 { font-size: 1.1rem; text-align: center; margin-top: 1rem;}
#c26 .col-md-4 h2:after { border: 1px solid #00a24c; content:''; display:block; height:2px; width:65px; margin:0px auto; margin-bottom:2px; margin-top:12px;}  
#c26 .col-md-4{background: #fff; border:1px solid #aaa; margin: 0px auto; padding-top: 0.5rem; box-shadow:0px 0px 8px 0px rgba(0,0,0, 0.75); -moz-box-shadow:0px 0px 8px 0px rgba(0,0,0, 0.75); -webkit-box-shadow:0px 0px 8px 0px rgba(0,0,0, 0.75);}
#c26 p{text-align: center;}
.btn-linkred { background-color: #ee1921; border-color: #ee1921;}
.btn-linkred:hover { background-color: #bb1921; border-color: #ee1921;}
a.btn-linkred,a.btn-linkred:hover {color: #fff;}
@media (min-width: 576px) {
  #c26 .col-md-4{-ms-flex: 0 0 60%; flex: 0 0 60%; width: 60%;}
}
@media (min-width: 768px){
  #c26 .col-md-4{ height: 270px;}
  #c26 .col-md-4 .btn{ position: absolute; bottom: 20px; left:50%; margin-left:-50px;}
}
@media (min-width: 992px){
  #c26 .col-md-4{-ms-flex: 0 0 30%; flex: 0 0 30%; width: 30%;}
  #c26 .col-md-4{ height: 270px;}
  #c26 .col-md-4 .btn{ position: absolute; bottom: 20px; left:50%; margin-left:-50px;}
}
@media (min-width: 1200px){
  #c26 .col-md-4{ height: 230px;}
}


/* Seite Suche */
.tx-indexedsearch-searchbox-button.btn.btn-primary{ color: #fff; background-color: #ee1921; border-color: #ee1921;}
.tx-indexedsearch-res a{ color: #ee1921;}
.tx-indexedsearch-redMarkup{ color: orange;}

/* Seite powermail */
.tx-powermail h3, .tx-powermail legend{display:none;}

.tx-powermail .col-md-6 .col-sm-2{
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.tx-powermail .btn-primary{color: #fff; background-color: #00a24c; border-color: #00a24c;}
.tx-indexedsearch-browsebox a {color: #fff; background-color: #ee1921;}

/* Referenzen */
#page-4 .tab-content .ce-text p{text-align: center;}

@media (min-width: 992px) {
  #page-4 .carousel-item img{width: 74%; margin-left: 13%;}
}

/* Impresum */
.fotos{color: #fff;background: #000;display: inline;}
.fotos b{color: #000;background: #fff;}


/* Footer */
footer, footer a, footer a:hover{color: #fff;}
footer section#s-12{ color: #212529; box-shadow:0px 0px 8px 0px rgba(0,0,0, 0.75); -moz-box-shadow:0px 0px 8px 0px rgba(0,0,0, 0.75); -webkit-box-shadow:0px 0px 8px 0px rgba(0,0,0, 0.75);}
footer section#s-10{border-top:1px solid #777; box-shadow:0px 0px 8px 0px rgba(0,0,0, .99); -moz-box-shadow:0px 0px 8px 0px rgba(0,0,0, .99); -webkit-box-shadow:0px 0px 8px 0px rgba(0,0,0, .99);}
.btn-success { color: #fff; background-color: #00a24c; border-color: #00a24c;}

#c17, #c6 p{text-align: center;}
#c6 .col-lg-3 h3 { text-transform: uppercase; font-size: 1.1rem; text-align: center;}
#c6 .col-lg-3 h3:after { border: 1px solid #00a24c; content:''; display:block; height:2px; width:65px; margin:0px auto; margin-bottom:2px; margin-top:12px;}  

#c6 .col-lg-3{background: #fff; border:1px solid #aaa; margin: 0px auto; padding-top: 0.5rem; box-shadow:0px 0px 8px 0px rgba(0,0,0, 0.75); -moz-box-shadow:0px 0px 8px 0px rgba(0,0,0, 0.75); -webkit-box-shadow:0px 0px 8px 0px rgba(0,0,0, 0.75);}

#c6 .col-lg-3{-ms-flex: 0 0 80%; flex: 0 0 80%; width: 80%;}
@media (min-width: 576px) {
  #c6 .col-lg-3{-ms-flex: 0 0 60%; flex: 0 0 60%; width: 60%;}
}
@media (min-width: 768px) {
}
@media (min-width: 992px){
  #c9{ border-left: 1px solid #fff; border-right: 1px solid #fff; padding: 0px 32px 0px 32px;}
  #c6 .col-lg-3{-ms-flex: 0 0 20%; flex: 0 0 20%; width: 20%;}
  #c6 .col-lg-3 h3 {font-size: 0.9rem;}
}
@media (min-width: 1200px) {
  #c6 .col-lg-3 h3 {font-size: 1.1rem;}
}

/* Cookie consent */
.cc-window {
    font-size: 14px;
    line-height: 1.3em;
}

/* Call */
.ntel a{color: #fff; background:#000;padding: 15px;}
.ntel img{width: 14px;height: auto;}


/* Container dimensions
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

*/