body{
background-color: black;
}

a{
color:black;
}

a:hover{
color:white
}

.slick-prev:before, .slick-next:before{
color: #b1874d
}

a:link, a:link:hover{
text-decoration: none;
	color:black;
}

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

.fixed-top{
background:black;
}

.nav-link{
color:white;
	font-size: .8125rem;
    margin: 0rem 0rem 0rem 0rem;
    letter-spacing: .21875rem;
    text-transform: uppercase;
    -webkit-transition: color 300ms ease-in-out;
    -moz-transition: color 300ms ease-in-out;
    -ms-transition: color 300ms ease-in-out;
    -o-transition: color 300ms ease-in-out;
    transition: color 300ms ease-in-out;
}

.nav-link:hover{
color:#b1874d;
transition: color 300ms ease-in-out;
}

.navbar-nav.justify-content-center{
	width: 100%
}

.lead   {
	margin-top: 20px;
    display: inline-block;
    border: 1px solid #b1874d;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 20px;
    color: #b1874d;
    border-radius: 2px;
    letter-spacing: 5px;
    transition: all .3s ease;	
}

.display-4  {  
	display: block;
    color: #b1874d;
    text-transform: uppercase;
    margin-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 40px;
    letter-spacing: 10px;
}

.items {
     width: 90%;
     margin: 0px auto;
     margin-top: 20px
 }

.staw-bg{
	background:white;
}

.slick-slide {
     margin: 10px
 }

 .slick-slide img {
     width: 100%;
 }

.staw-circles-text{
	margin-top: 20px;
    color: #b1874d;
	text-align: center;
	font-weight: 500
}

.staw-circle{
	transition: all .3s ease;
	padding: 10px;
}

.staw-circle:hover{
	transform: scale(1.05);
}

.staw-circles-text-products:hover{
 color: #b1874d;
}

.staw-circles-text-products{
	font-weight: 400;
    text-transform: uppercase;
    font-size: 18px;
    margin-top: 20px;
    height: 25px;
	color: black;
}

.staw-circle-img{
	margin: 0 auto;
	border-radius: 100%;
}

.staw-circle-img{
box-shadow: 0 0 10px 2px rgba(159, 122, 74, .8);
}


.staw-2-product{
    background: #b1874d;
    border: 0 none;
    color: #000 ;
	margin-bottom: 15px;
	line-height: 2.25rem;
    height: 2.625rem;
	width: 80%;
}

.staw-2-product:hover{
background: #000;
    border: 1px solid #b1874d;
    color: #b1874d;
	transition: all .3s ease-in;
}


.container{
	max-width: 78.75rem;
}

.section-headline{
    margin-top: 40px;
    margin-bottom: 20px;
    position: relative;
    text-align: center;
    z-index: 1;
}

.section-headline span{
	display: inline-block;
    color: #b1874d;
    background: #000;
    text-transform: uppercase;
    font-size: 25px;
    text-align: center;
    padding: 0 20px;

}

.section-headline:before{
	content: '';
    background: #b1874d;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    top: 20px;
    z-index: -1;
}

.slick-slide{
	text-align:center
}

.home--staw{
	position: relative;
	margin-bottom: 50px;
}

.about--container{
	background: url(https://berndwolf.cstatic.io/media/image/2c/75/03/Zuschnitt-Labradorit-Ring-Startseite.jpg) 45% center;
    background-size: cover;
}


.home--staw .caption.caption-top-right{
    top: 0;
    right: 0;
    width: 100%;
    padding-left: 55%;
    font-size: 24px;
    line-height: 2;
    padding-top: 150px;
    padding-bottom: 150px;
	color: white;
}

.home--staw .caption.caption-bottom-center{
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
	padding-bottom: 22px;
}

.btn.is--primary{
border: 1px solid #b1874d;
    color: #b1874d;
    background-color: black;
	    border-radius: 0%;
        background: rgba(0,0,0,0.3);
    font-weight: 500;
    text-transform: uppercase;
}

.btn.is--primary:hover{
	color: white;
    transition: all .3s ease-in;
    border: 1px solid #b1874d;
}

@media only screen and (max-width: 786px) {
.home--staw .caption.caption-top-right{
	top: 0;
    right: 0;
    width: 70%;
	padding-left: 0;
    font-size: 14px;
    line-height: 1.5;
    text-align: right;
    float: right;
	padding: 20px;
	}
	
	.lead{
	font-size: 18px;
}
	
}
