body {
  background: rgb(255,247,217);
}

.container.content {
  background: #fff7d9;
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 50px;
  min-height: 65vh;
}

.h1, h1 {
  color: #bb0c3c;
  font-size: 24px;
  font-weight: bold;
}
.h2, h2 {
  color: #bb0c3c;
  font-size: 20px;
  font-weight: bold;
}
.h3, h3 {
  color: #bb0c3c;
  font-size: 16px;
  font-weight: bold;
}
.h4, h4 {
  font-size: 14px;
  font-weight: bold;
}

.row.footer {
  color: rgb(255,247,217);
  padding-top: 15px;
  padding-bottom: 100px;
}

.footer .h3, .footer h3 {
  color: rgb(0, 0, 0);
  margin-top: 0px;
}

.footer p {
  color: rgb(0, 0, 0, 0.7);
  font-weight: normal;
}

.footer a {
  color: rgb(0, 0, 0, 0.8);
}
.footer ul {
    list-style: disc ;
}
.footer ul li {
    line-height: 30px;
}
@media screen and (max-width: 768px){
    .footer ul li {
        line-height: 30px;
        border-bottom: 1px dotted rgba(255, 247, 217, .7);
    }
}

.footer img.footerlogo {
    max-width: 230px;
}

.footercontainer {
    background-color: #F8991D;
}

.footer .col-md-4 {
    white-space: nowrap;
}


/*/////////////////////////
CSS - Definition Navigation
*/

/*// START Navigation //*/


@media screen and (min-width: 768px) {
    nav {
        box-sizing: border-box;
    }
    .navbar {
        padding: 0;
    }

    nav ul {
    	-webkit-font-smoothing: antialiased;
    	list-style: none;
    	padding: 0;
    }
    nav li {
    	margin: 0;
    	padding: 0;
    	position: relative;
    }
    nav a {
    	text-decoration: none;
    	color: #BB0C3C !important;
        font-size: 16px;
    	font-weight: bold;
        padding-top: 10px !important;
        padding-bottom: 8px !important;
    }
    nav a.current {
        font-style: italic;
    }

    nav li:hover a {
    	text-decoration: underline;
    }
    nav li ul {
        white-space: nowrap;
    	opacity: 1;
    	position: absolute;
    	visibility: hidden;
    	z-index: 1;
        background: linear-gradient(90deg, rgba(187, 12, 60, 1), rgba(187, 12, 60, 1));
        padding-top: 2px;
    }
    nav li:hover ul {
    	opacity: 1;
    	visibility: visible;
    }
    nav li:hover ul li a {
        text-decoration: none;
    	color: rgb(255,247,217) !important;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 14px;
        font-weight: normal;
        line-height: 34px;
        margin-top: 8px;
        margin-bottom: 8px;
    }
    nav li:hover ul li {
        border-bottom: 1px dotted rgb(255,247,217, .7);
    }
/*//    nav .container-fluid {
        border-bottom: rgba(187, 12, 60, 1) 20px solid;
    }
*//
}
@media (min-width: 768px) and (max-width: 995px){
    .navbar-collapse {
        padding-left: 0px;
    }
}

.navbar {
    min-height: 0px !important;
    margin-bottom: 0px;
}

.navbar-default {
    background: transparent !important;
    box-shadow: none;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.open>a {
    background: transparent !important;
    box-shadow: none;
    font-style: italic;
}



.sidepanel  {
  width: 0;
  position: fixed;
  z-index: 100;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, rgba(189, 8, 57, 1), rgba(189, 8, 57, 1));
  overflow-x: hidden;
  transition: .75s;
  padding-top: 60px;
}

.sidepanel ul {
    list-style: none;
}

.sidepanel ul li ul {
    list-style: none;
    margin-left: -25px;
}

.sidepanel ul li a {
    font-weight: bold;
    font-family: Verdana, Geneva, sans-serif;
}

.sidepanel ul li ul li a {
    font-weight: normal;
}

.sidepanel li:first-child {
    border-top: 1px dotted rgba(255, 255, 255, .7);
}

.sidepanel li {
    border-bottom: 1px dotted rgba(255, 255, 255, .7);
}
.sidepanel li:last-child {
    border-bottom: none;
}

.sidepanel a {
  padding: 4px 4px 4px 16px;
  text-decoration: none;
  font-family: 'TheMix-Caps';
  font-size: 18px;
  line-height: 36px;
  color: #fff;
  display: block;
}

.sidepanel a:hover {
  color: #fff;
}

.sidepanel .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 46px;
}

.openbtn {
  font-size: 40px;
  cursor: pointer;
  background-color: transparent;
  color: rgba(187, 12, 60, 1);
  padding-top: 15px;
  padding-left: 20px;
  padding-bottom: 0px;
  padding-right: 0px;
  border: none;
}

.openbtn:hover {
  background-color: transparent;
}

.d-inline {
    z-index: 1;
}

.nav-impr {
    margin-top: 30px;
}
.nav-impr a {
    font-weight: normal !important;
    font-size: 16px !important;
}
.nav-dats a {
    font-weight: normal !important;
    font-size: 16px !important;
}

/*/////////////////////////
CSS - Definition Navigation-Ende
*/

.streifen{
    height: 5px;
}

.telefonimg {
    width: 75px;
}



/*/// Carousel START //*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}
.carousel-fade .item {
    transition: opacity ease-out .7s;

}

.carousel-inner img {
    width: 100%;
}
