/*--- Ver:20210204 ---*/

body {
  padding-top: 56px;
}


.h2-padding {
	padding: .75rem 1.25rem;
}




/*--- Header Nav SIDE MENU MOBILE ---*/

@media only screen and (max-width: 767px) {
  #slide-navbar-collapse {
    position: fixed;
    top: 0;
    left: 15px;
    z-index: 99;
    width: 280px;
    height: 100%;
    background-color: #ddd;
    overflow: auto;
  }
  .menu-overlay {
    display: none;
    background-color: #000;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    filter: alpha(opacity=50);
    /* IE7 & 8 */
    position: fixed;
    right: 0;
    top: 0;
    z-index: 49;
  }
}
/*--- end Header Nav SIDE MENU MOBILE ---*/




/*--- Header Nav Brand Logo ---*/
.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: 0.8rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}


.carousel-item {
  height: 65vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.portfolio-item {
  margin-bottom: 30px;
}

/*--- Color Header Nav ---*/
.bg-dark {
    background-color: red !important;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgb(255, 255, 255);
}

/*--- Color  Font Link ---*/
a {
    color: #f00;
}
a:hover {
    color: #f00;
}


/*--- Color News ---*/
.my-4 {
	margin-top: 2rem !important;
    margin-bottom: 1.5rem !important;
    color: red;
	font-weight: bold;
}
.px-2 {
    padding-top: 0.5em;
}
.read-button {
position: absolute;
bottom: 0;
left: 10px;
margin-bottom: 10px;
}


/*--- Color Timeline Nav ---*/
.btn-warning {
    color: #fff;
    background-color: #f00;
    border-color: #f00;
}
.btn-warning:hover {
    color: red;
    background-color: #fff;
    border-color: #fff;
}

/*---  Button Color  ---*/
.btn-primary {
    color: #fff;
    background-color: #f00;
    border-color: #f00;
}
.btn-primary:hover {
    color: #f00;
    background-color: #fff;
    border-color: #fff;
}



/*--- BG Konfetti  ---*/

.starttemplate {
    padding: 20px 0 50px 0;
    font-size: 15px;
}

.newstemplate {
    padding: 20px 0 50px 0;
    font-size: 15px;
    letter-spacing: 0;
    color: #fff;
}

.subtemplate {
    padding: 50px 0;
	margin: 0;
    text-align: left;
    font-size: 15px;
    letter-spacing: 0;
    color: #fff;
}

.red {
    background-color: red;
}

.card-title {
    margin-bottom: .75rem;
    color: #000;
    font-weight: 600;
}
.card-text {
    margin-bottom: 1rem;
    color: #666;
	
}

.title-grey {
	font-size: 0.9rem;
	color: #999;
	margin-bottom: 1.75rem;
}



.p-font-size {
	font-size: 15px;
	color: #262626;
}












/*--- Mehr Info Color  ---*/
.timeline-carousel__item-inner .read-more {
    color: #f00;
}
.timeline-carousel__item-inner .read-more::after {
    border-bottom: 2px solid #f00;
    -webkit-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -o-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.slick-dots li.slick-active button {
    background: #f00;
    border-color: #f00;
}
.timeline-carousel {
    background-color: #f0f0f0;
}
.timeline-carousel::after, .timeline-carousel::before {
    background-color: #f0f0f0;
}
.timeline-carousel h1 {
    color: #f00;
}
.timeline-carousel__item-inner .year {
    color: #666;
    background-color: #f0f0f0;
}
.timeline-carousel__item-inner .year::after {
    background-color: #f0f0f0;
}
.timeline-carousel__item-inner .month {
    color: #666;
}
.timeline-carousel__item-inner p {
    color: #666;
}


.timeline-carousel__item-inner .pointer::before {
    background-color: #f00;
}
.timeline-carousel__item-inner .pointer::after {
    background-color: #f00;
}


.slick-dots li button:hover {
    background: #f00;
    border-color: #f00;
}



/*--- Color Footer ---*/
.bg-footer-dark {
    background-color: #666 !important;
}
.copyright {
  padding: 28px 0;
  background-color: #666; }
  .copyright span,
  .copyright a {
    color: #bbb;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
  .copyright a:hover {
    color:#fff; }

.copyright-menu-left ul {
  text-align: left;
  margin: 0; }
  
.copyright-menu-left li {
  display: inline-block;
  padding-left: 20px; }
  
.copyright-menu ul {
  text-align: right;
  margin: 0; }

.copyright-menu li {
  display: inline-block;
  padding-left: 20px; }

