@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@300;900&display=swap');

.container {
    max-width: 100%;
}


.row>* {
    padding-right: 0px;
    padding-left: 0px;
}

.carousel-indicators .active {
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
}



body {
	font-family: 'Merriweather', serif;
        <!--font-family: Helvetica Neue, Helvetica, Arial, Geneva, Sans-serif;-->
 	font-size: 14px;
 	color: black;
 	margin: 0px;
    padding: 0px;
}



a { 
    color: black;
    text-decoration: none;
    opacity: 0.5;
}


a:hover {
    color: black;
    text-decoration: none;
    opacity: 1.0;
}



h1 { 
    text-align: center;
    font-weight: bold;
    font-size: 50px;
    padding: 0px;
    text-transform: uppercase;
    line-height: 50px;

}

h2 { 
    text-align: center;
    font-weight: lighter;
    font-size: 30px;
    line-height: 30px;
    padding: 0px;
    text-transform: uppercase;

}

p {
    text-align: center;
    margin: 0px 0px 10px 0px;
    padding: 0px;
    text-transform: uppercase;
}


.post {
	margin: 0px;
    padding: 0px;
}



.postcontainer {
	margin: 0px;
    padding: 0px;
    float: left;
    width: 100%;
}



.posttitel {
	position: absolute;
	margin: 0px;
    padding: 10px 20px;
    background-color: rgba(255,255,255,0.7);
    text-transform: uppercase;
    top: 20px;
    font-weight: lighter;
	font-size: 20px;
	max-width: 200px;
}


.postlink {
	width: 100%;
	background-image: url(../site-img/bs-thumb-1-1.jpg);
	float: left;
	background-size: contain;
	color: rgba(255,255,255,1.0);
}

.postlink:hover {
	width: 100%;
	background-image: url(../site-img/bs-thumb-1-2.jpg);
	float: left;
	background-size: contain;
	color: rgba(255,255,255,0.0);
}


.postlink2 {
	width: 100%;
	background-image: url(../site-img/bs-thumb-2-1.jpg);
	float: left;
	background-size: contain;
	color: rgba(255,255,255,1.0);
}

.postlink2:hover {
	width: 100%;
	background-image: url(../site-img/bs-thumb-2-2.jpg);
	float: left;
	background-size: contain;
	color: rgba(255,255,255,0.0);
}



.postlink3 {
	width: 100%;
	background-image: url(../site-img/bs-thumb-3-1.jpg);
	float: left;
	background-size: contain;
	color: rgba(255,255,255,1.0);
}

.postlink3:hover {
	width: 100%;
	background-image: url(../site-img/bs-thumb-3-2.jpg);
	float: left;
	background-size: contain;
	color: rgba(255,255,255,0.0);
}



.abschluss {
	margin: 0px;
    padding: 80px 0px;
    float: left;
    width: 100%;
    background-color: black;
    color: white;
}













