html {
  position: relative;
  min-height: 100%;
}
body {
    line-height: 180%;
}
.p-space  {
  padding: 25px 35px;
}

.center {
  text-align: center;
}
.vspace {
  padding: 50px 25px;
}
.claim {
  color: #16a8af;
  font-size: 180%;
  line-height: 150%;
  padding-bottom: 30px;
}
.carousel-inner .item img,
 .carousel-inner .item a img {
      width: 100%;
      margin: auto;
  }
.carousel-inner .item {
}
.navbar-brand {
  background: #fff url('../gfx/femnet.png') no-repeat center center;
  width: 95px;
}
.max-resize {
  max-width: 95%;
}
@media (min-width: 992px) {
  .bghl2 {
    background-color: #16a8af;
    min-height: 400px;
    color: #000;
  }
  .bghl2 h1 {
    color: #fff;
  }
.bghl2 .btn-default {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}
.bghl2 .btn-default:hover {
  color: #000;
  background-color: #eee;
  border-color: #eee;
}

}
.angebote {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  .bghl3 {
    background-color: #16a8af;
    min-height: 400px;
    color: #000;
  }
  .bghl3 h1 {
    color: #fff;
  }
.bghl3 .btn-default {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}
.bghl3 .btn-default:hover {
  color: #000;
  background-color: #eee;
  border-color: #eee;
}
}
  .bghl {
    background-color: #16a8af;
    min-height: 300px;
    color: #fff;
  }
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  background-color: #000;
}
.footer p {
  padding-top: 20px;
  color:  #fff;
}
.footer a {
  color:#888;
}
.footer a:hover {
  color:#bbb;
}
a {
  color:#16a8af;
}
a:hover {
  color:#16a8af;
}
.bghl a {
  color:#000;
}
.bghl a:hover {
  color:#000;
}
body {
  padding-top: 51px;
  margin-bottom: 60px;
}
.box {
  background: #eee;
  border: 1px solid #000;
}
.img {
  text-align: center;
  padding: 20px 0;
}
.pic {
  height: 150px;
  text-align: center;
}
.pic a span {
  display: none;
}
.pic a {
  height: 150px;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
}
.navbar {
}
.fahne {
  position: absolute;
  height: 115px;
  width: 85px;
  top: 0;
  right: 35px;
  text-align: center;
  color: #fff;
  background-color: #16a8af;
  font-size: 140%;
  padding-top: 70px;
  font-weight: bold;
}
.white {
  margin-right: auto;
  margin-left:auto;
  width: 100%;
  background-color: #fff;
}
.black {
  background-color: #efefef;
  color: #000;
}

.btn {
  padding: 2px 23px;
  margin: 5px 5px 5px 0;
}
.btn-default {
  color: #fff;
  background-color: #16a8af;
  border-color: #16a8af;
/*  border-radius: 9px;*/
}
.btn-default:hover {
  color: #fff;
  background-color: #008597;
  border-color: #008597;
}
.bghl .btn-default {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}
.bghl .btn-default:hover {
  color: #000;
  background-color: #eee;
  border-color: #eee;
}
h1 {
  color: #16a8af;
  font-size: 170%;
  padding: 0 0 25px 0;
  line-height: 100%;
  text-transform: uppercase;
  font-weight: bold;
}
h2 {
  color: #16a8af;
  font-size: 150%;
  padding: 0 0 15px 0;
  line-height: 100%;
  font-weight: bold;
}
h3 {
  color: #16a8af;
  font-size: 100%;
}
.bghl h1 {
  color:#fff;
}
.bghl h2 {
  color:#fff;
}
.black h1 {
/*  padding:  25px  15px 0  15px;*/
}
.black p {
/*  padding: 0 15px 25px 15px;*/
}
.corona p {
  padding: 0 !important;
}
.spacer {
  height:50px;
}
.row-spacer {
  margin-bottom:50px;
}
.carousel {
  margin-bottom: 50px;
}
.line {
  position: absolute;
  top: 70px;
  right: 0;
  width: 1px;
  height: 200px;
  background-color: #6b938c;
}
acronym {
  border-bottom:1px dotted #000;
}

/*
.text-center {
  padding-top: 20px;
}
.col-xs-12 {
  background-color: #fff;
}
#sidebar {
  height: 100%;
  padding-right: 0;
  padding-top: 20px;
}
#sidebar .nav {
  width: 95%;
}
#sidebar li {
  border:0 #f2f2f2 solid;
  border-bottom-width:1px;
}

/ * collapsed sidebar styles * /
@media screen and (max-width: 767px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }
  .row-offcanvas-right
  .sidebar-offcanvas {
    right: -41.6%;
  }

  .row-offcanvas-left
  .sidebar-offcanvas {
    left: -41.6%;
  }
  .row-offcanvas-right.active {
    right: 41.6%;
  }
  .row-offcanvas-left.active {
    left: 41.6%;
  }
  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 41.6%;
  }
  #sidebar {
    padding-top:0;
  }
}
*/
