/*!
 * Start Bootstrap - Blog Home (https://startbootstrap.com/template-overviews/blog-home)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-blog-home/blob/master/LICENSE)
 */
body {
  color:white;
  background-color:#c2cf85;
}

h2 {
	font-weight:bold;
}

div.text-center {
	align-items: center;
}

a, a:hover  {
  color: #fff;
}

.header > .container {
	padding:0 0 0 0;
}

.header > .container img {
	width:100%;
}

.carousel.carousel-fade .carousel-item {
    display: block;
    opacity: 0;
    transition: opacity ease-out 1s;
}

.carousel.carousel-fade .carousel-item.active {
    opacity: 1 !important;
}

.logo {
	z-index:1000;
	top: 0px;
	right: 35px;
	width:25%;
}

.news {
  z-index:1000;
}

.news .row {
  background-color: #f1c7dc;
  padding-top: 10px;
}

.news p {
  color: #d2007a;
  font-size: 24px;
  display: inline-block;
}

.news a, .news a:hover  {
  color: #d2007a;
}
@media (max-width: 768px) {
  .news p {
    font-size: 1rem;
  }
}
.navbar {
	padding: 0;
	
}

.nav-link {
	border: 0 ! important;
	background-color: #a9ba5e;
	color: white;
	font-weight: bold;
	border-radius: 0rem !important;
	text-transform: uppercase;
	-webkit-box-shadow: 0px -15px 15px -15px black inset;
	-moz-box-shadow: 0px -15px 15px -15px black inset;
	box-shadow: 0px -15px 15px -15px black inset;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: transparent;
  background-color: #85a00c;
  color: white;
  }
  
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
	position:relative;
	z-index: 10;
	
  color: white;
  background-color: #85a00c;
  border-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;

  -webkit-box-shadow:  0px 0px 15px 0px black;
  -moz-box-shadow:  0px 0px 15px 0px black;
  box-shadow: 0px 0px 15px 0px black;
}

.nav-tabs:before {
   background-color:#c2cf85;
	content: " ";
	height: 200%;
	left: -15px;
	position: absolute;
	top: -25%;
	width: 15px;
	z-index:500;
}

.nav-tabs:after {
   background-color:#c2cf85;
	content: " ";
	height: 200%;
	right: -15px;
	position: absolute;
	top: -25%;
	width: 15px;
	z-index:500;
}

@media (max-width: 768px) {

	.header {
		margin-top:40px;
	}
	.fixed-top-sm {
	  position: fixed;
	  top: 0;
	  right: 0;
	  left: 0;
	  z-index: 1030;
	}
	
	.navbar {
		height: 40px; 
	}
	.nav-justified .nav-item {
		text-align: left;
	}
	.nav-bg {
		background-color: #85a00c !important;
	}
	
	.nav-tabs .nav-link, .nav-tabs .nav-link.active {
		box-shadow:none;
		padding-left:15px;
	}
	
	.navbar-toggler:focus {
		outline:none;
	}
	
	.navbar-toggler-icon {
		background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
	}
}

@media (min-width: 768px) {
	
	.nav-tabs-md {
	  position: fixed;
	  top: 0;
	  right: 0;
	  left: 0;
	  z-index: 1030;
	}
	.nav-justified-md {
	  width: 100%;
	} 
}

.content, .header {
	position:relative;
	z-index:100;
}

.content > .container {
	background-color:#85a00c;
	padding-bottom:25px;
	padding-top:25px;
}

@media (min-width: 768px) {
	.content > .container {
		padding:50px;
	}	
}

.breadcrumb {
	background-color:#85a00c;
	border-radius: 0px; 
	border:none; 
	border-bottom: 5px #487528 solid;
	margin-bottom: 0px;
}

.breadcrumb a, .breadcrumb span {
	color: #fff;
	margin: 0px 5px 0px 5px;
	text-transform: uppercase;
	
}
	
@media (min-width: 768px) {
.breadcrumb {
	display:none;
	}
}
.list-group-item {
	color: #fff !important;
	background-color:transparent;
	border: none;
	border-radius: 0px !important;
	border-top: 1px #fff solid !important;
	border-bottom: 1px #fff solid !important;
}

.list-group-item:hover , .list-group-item.active {
	background-color:#487528;
}
@media (min-width: 768px) {

	.list-group-item.active {
		width: calc(100% + 30px);
		border-right: none;
	}
	
	.list-group-item.active:after {
		background-color:#487528;
		content: " ";
		height: 100%;
		right: -2px;
		position: absolute;
		top: 0px;
		width: 4px;
		z-index:500;
	}
}

.tab-content {
	width:100%;
}

@media (max-width: 767px) {
	.tab-content {
		padding-top:1em;
	}
}
.tab-pane {
	background-color:#487528;
	border: 1px #fff solid;
	height: 100%;
}


.footer {
	background-color: #d2007a;
	font-size:20px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	vertical-align: center;
}
@media (min-width: 768px) {

	.footer-expand-md > ul{
		flex-direction:row;
		display: flex;
	}
}

.footer > ul {
	list-style: none;
	padding: 0px;
}

.footer a:hover {
	color:#85a00c;
	text-decoration: none;
}

.footer > .footer-justified .footer-item {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: center;
}


.content a {
  text-decoration: underline;
}

.content a:hover {
  text-decoration: underline;
}


.content-list-modules a, .panel-help a {
  text-decoration: none;
}

.content-list-modules a:hover, .panel-help a:hover {
  text-decoration: none;
}

.panel-heading h2 {
  font-size: 1.5rem;
  margin: 10px;
}

.topcorner{
   float:right;
   top:0;
   right:0;
  }

@media (max-width: 768px) {
  .topcorner{
   float:none;
  }
}

   #ticker-wrapper {
   display: flex;
   align-items: center;
   justify-content: center;
   height: 100%;
   }
   #ticker-content {
   text-align: center;
   max-width: 100%;
   flex: 1;
   }
   #loesung, #tonne {
   font-size: 2rem;
   font-weight: bold;
   color: #fff;
   }
   #ticker {
   color: #fff;
   margin-top: 10px;
   margin-bottom: 10px;
   }
   .int {
   font-size: 2rem;
   }
   .sep {
   font-size: 2rem;
   display: inline-block;
   padding: 0;
   margin: 0 0.15em;
   background-color: #555;
   width: 0.03em;
   line-height: 0.9em;
   }
   