/*
------------------------------------------------------------------
 Global
------------------------------------------------------------------ 
*/


html {
	position: relative;
	min-height: 100%;
	min-width: 100%;
}

body {
	padding: 0;
	margin-bottom: 260px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	color: #444444;
	font-size: 1.25rem;
	background-color: #e1e1e1;
	background-image: url("../img/bg-weiss.png");
	background-repeat: repeat-x;
	background-position: 0 -112px;
}

b, strong {
	font-weight: 700;
}

a {
	color: #b08f4a;
	text-decoration: none;
}

a:hover {
	color: #b08f4a;
	text-decoration: none;
}


h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;

}



/*
------------------------------------------------------------------
 Logo
------------------------------------------------------------------ 
*/

.logo {
	width: 240px;
	height: auto;
	padding: 15px 0 0 0;
	cursor: pointer;
}




/*
------------------------------------------------------------------
 Grid
------------------------------------------------------------------ 
*/

.container {
	min-width: 1140px;
	max-width: 1140px;
}

.col-nav {
	min-width: 315px;
	max-width: 315px;
	padding-right: 15px;
	padding-left: 15px;
	background-color: transparent;
}

.col-content {
	min-width: 825px;
	max-width: 825px;
	background-color: transparent;
}


/*
------------------------------------------------------------------
 Channels
------------------------------------------------------------------ 
*/

.pagination {
	margin-top: 60px !important;
}

.pagination .page-item {
	width: 19%;
	text-align: center;
}

.pagination .page-item:first-child {
	width: 15%;
	text-align: center;
}

.pagination .page-item:nth-child(4) {
	width: 28%;
	text-align: center;
}

.pagination .page-item .page-link {
	font-size: 1.15rem;
	padding: 15px 0 15px 0;
	color: #222222;
}

.pagination .page-item .page-link:focus {
	outline: none !important;
	box-shadow: 0 0 0 0 transparent;
}


.act-chl {
	color: white !important;
	background-color: #28a745;
	border-color: #dee2e6;
}
.act-chl:hover {
	color: #222222 !important;
	background-color: #e9ecef;
}


/*
------------------------------------------------------------------
 Accordion
------------------------------------------------------------------ 
*/
.acc-left {
	padding-bottom: 3px;
}
.acc-left > .btn > div:first-child {
	text-align: left; 
	float: left;
}
.acc-left > .btn > div:last-child {
	text-align: right;
}


.bmm-list-div {
	background-color: white;
	border-radius: 0.25rem;
}

.bmm-ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 0;
	list-style: none;
	padding: 1rem !important;
}

.bmm-ul > li {
	position: relative;
	margin-left: 1rem !important;
	margin-top: 0.5rem !important;
	font-size: 1rem;
	line-height: 1.2;
}

.bmm-ul > li:first-child {
	margin-top: 0 !important;
}


.bmm-li {
	left: -1rem;
	position: absolute;
	text-align: left;
	width: 1rem;
	line-height: inherit;
}

.bmm-ul > li a {
	color: #b08f4a !important;
	text-decoration: none !important;
}

.bmm-ul > li a:hover {
	color: #444444 !important;
	text-decoration: none !important;
}




/*
------------------------------------------------------------------
 Carousel
------------------------------------------------------------------ 
*/

.carousel-inner {
	background-color: white !important;
	border-radius: 0.25rem !important;
	height: 230px !important;
}

.carousel-item .card {
	border: 0 none !important;
}

.carousel-item img {
	margin: 15px 0 15px 15px !important;
}

.col-climg {
	max-width:320px !important;
}


.carousel-indicators {
	right: 0 !important;
	bottom: 5px !important;
	left: 695px !important;
	margin-right: 10px !important;
	margin-left: 0 !important;
	margin-bottom: 0 !important;
}

.carousel-indicators li {
	width: 15px !important;
	height: 15px !important;
	background-color: #28a745 !important;
}





/*
------------------------------------------------------------------
 Cards
------------------------------------------------------------------ 
*/

.card-deck {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px !important;
	margin-left: -15px !important;
}

.card-content {
	min-width: 255px;
	max-width: 255px;
	margin-bottom: 15px !important;
	margin-right: 0 !important;
	margin-left: 15px !important;
	border: 0 none;
}

.card-ad {
	min-width: 795px;
	max-width: 795px;
	margin-bottom: 15px !important;
	margin-right: 0 !important;
	margin-left: 15px !important;
	border: 0 none;
	padding: 0 !important;
}

.card-ad .img-fluid {
	margin: 15px 0 15px 15px !important;
}


.card-body {
	font-size: 1rem;
	line-height: 1.25;
	padding: 1rem 1rem 0.75rem 1rem !important;
}

.card-body > h5 {
	color:#B08F4A !important;
	font-size: 1.1rem;
	font-weight: 700;
}

.card-body > p {
	color:#333333 !important;
	font-size: 1.1rem;
}

.card-body .btn {
	font-size: 1rem;
}

.card-deck > a:hover {
	text-decoration: none;
}

/*
.card-img-top {
	width: 100%;
	height: 10vw;
	min-height: 180px;
	max-height: 180px;
	object-fit: cover;
}
*/
.card-img-top {
	width: 225px !important;
	height: auto !important;
	margin: 15px 15px 0 15px !important;
}


.fa-ul {
	list-style-type: none;
	margin-left: 1rem;
	padding-left: 0;
}
.fa-ul > li {
	position: relative;
}

.fa-li {
	left: -1.25em;
	position: absolute;
	text-align: center;
	width: 1.25em;
	line-height: inherit;
}



/*
------------------------------------------------------------------
 Artikel
------------------------------------------------------------------ 
*/

article {
	display: block;
	font-size: 1.15rem;
	margin: 0;
	padding: 2rem;
	background-color: white;
	border-radius: 0.25rem !important;
}

article > h1,
article > h2,
article > h3,
article > h4,
article > h5,
article > h6 {
	font-weight: 400;
	color: #B08F4A;
}


article > p {
	font-size: 1.15rem;
}


.figure {
	display: block;
	margin-top: 20px !important;
	margin-bottom: 20px !important;
	border-radius: 0.25rem !important;
}

.figure-img {
	margin-bottom: 0.5rem;
	line-height: 1;
}

.figure-caption {
	padding: 0.75rem;
	font-size: 1.15rem;
	color: #000000;
	background-color: #E4D8BE;
}


.txtpic {
	margin: 5px 15px 10px 0 !important;
	float: left !important;
}

.artpic {
	width: 100%;
	height: auto;
}



/*
------------------------------------------------------------------
 Footer
------------------------------------------------------------------ 
*/

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 200px;
	font-size: 1rem;
	background-color: #ffffff;
}


.col-footer {
	padding: 30px 30px 0 30px !important;
}

.bmm {
	width: auto;
	height: 82px;
	padding: 0;
	margin-bottom: 0.5rem;
}

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5 {
	color: #28a745 !important;
}

.footer .fa-ul {
	margin-left: 1.25rem !important;
}

.footer .fa-ul > li {
	position: relative !important;
	margin-left: 0 !important;
}

.footer .fa-li {
	left: -1rem !important;
	width: 1rem !important;
	color: #444444 !important;
	text-align: left !important;
}

.footer a {
	color: #b08f4a !important;
	text-decoration: none !important;
}

.footer a:hover {
	color: #444444 !important;
	text-decoration: none !important;
}




/*
------------------------------------------------------------------
 Listen
------------------------------------------------------------------ 
*/


.fa-ul {
	list-style-type: none !important;
	margin-left: 1.25rem !important;
	padding-left: 0 !important;
}
.fa-ul > li {
	position: relative !important;
}

.fa-li {
	left: -1rem !important;
	position: absolute !important;
	text-align: left !important;
	width: 1rem !important;
	line-height: inherit !important;
}



