/* CSS Document */

h1 {color: darkgreen}
p {
    font-family: Gill Sans, Gill Sans MT, Myriad Pro, DejaVu Sans Condensed, Helvetica, Arial, sans-serif;
}

carousel-indicators-numbers {
    li {text-indent: 0; margin: 0 2px; width: 30px; height: 30px; border: none; border-radius: 100%;  line-height: 30px;  color: #fff;  background-color: #999; transition: all 0.25s ease; active, &:hover {
        margin: 0 2px;
        width: 30px;
        height: 30px;
        background-color: #337ab7;        
      } } }

parallax2 {
	background: url ('images/joomgallery/originals/2015_ausflug_41/2015_ausflug_1_20150603_1134550778') no-repeat center;
	background-size: cover;
	background-attachment: fixed;
}
/* NAGIVATION */
/* change the background color */
.navbar-custom {
   	background-color: darkgreen;
}
/* change the brand and text color */
.navbar-custom.navbar-brand,
.navbar-custom.navbar-text {
    color: rgba(255,255,255,.8);
}
/* change the link color */
.navbar-custom.navbar-nav.nav-link {
    color: rgba(255,255,255,.5);
}
/* change the color of active or hovered links */
.navbar-custom.nav-item.active.nav-link,
.navbar-custom.nav-item:focus.nav-link,
.navbar-custom.nav-item:hover.nav-link {
    	color: #ff0000;
}
@keyframes ants { to { background-position: 100% } }
	
.carousel-control-prev-icon, .carousel-control-next-icon {
	    height: 50px;
    	width: 50px;
    	outline: black;
    	background-color: darkgreen;
    	background-size: 100%, 100%;
    	border-radius: 50%;
    	border: 1px solid black;
	}
	.carousel-indicators {
    	background-color: darkgreen;
	}
	.parallax {
		/* The image used */
  		background-image: url("images/"images/Die neue Schieanlage.jpg"");

		/* Set a specific height */
 		height: 500px;

	    /* Create the parallax scrolling effect */
  		background-attachment: fixed;
  		background-position: center;
  		background-repeat: no-repeat;
  		background-size: cover;
	}
	.thumb-post img {
		object-fit: none;
		object-position: center;
		width: 800px;
		max-height: 400px;
		margin-bottom: 1rem;
	}		
	.marching-ants {
		padding: 1em;
		border: 1px solid transparent;
		/*
		background: linear-gradient(white, white) padding-box, repeating-linear-gradient(-45deg, black 25%, white 0, white 50%) 0 / .6em .6em;
		*/
		animation: ants 12s linear infinite;
	}	
