/*
------------------------------------------------------------------
 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.15rem;
	background-color: #e1e1e1;
	background-image: url("../img/bg.png");
	background-repeat: repeat-x;
	background-position: 0 -100px;
}

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-weight: 700;
}



/*
------------------------------------------------------------------
 Logos
------------------------------------------------------------------ 
*/

.logo {
	width: auto;
	height: 90px;
	padding: 10px 0 0 0;
	cursor: pointer;
}
.bmm {
	width: auto;
	height: 100px;
	padding: 0;
}



/*
------------------------------------------------------------------
 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: 72px !important;
}

.pagination .page-item {
	width: 18%;
	text-align: center;
}

.pagination .page-item:first-child,
.pagination .page-item:last-child {
	width: 14%;
	text-align: center;
}

.pagination .page-item .page-link {
	font-size: 1.1rem;
	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: #343a40;
	border-color: #444444;
}
.act-chl:hover {
	color: #222222 !important;
	background-color: #e9ecef;
}


/*
------------------------------------------------------------------
 Accordion
------------------------------------------------------------------ 
*/

.acc-list {
	background-color: white;
	padding: 0.5rem 0.75rem 0.25rem 0.75rem;
	border-radius: 0.25rem
}

.acc button {
	font-size: 1rem;
	text-align: left;
	outline: none;
}
.acc li {
	font-size: 1rem;
}
.btn:focus,
.btn.focus,
.btn-dark:focus,
.btn-dark.focus {
	box-shadow: 0;
	outline: none !important;
}

.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;
}

.btn-gold {
	color: #fff;
	background-color: #b08f4a;
	border-color: #b08f4a;
}

.btn-gold:hover {
	color: #fff;
	background-color: #a68746;
	border-color: #a68746;
}

.btn-gold:focus, .btn-gold.focus {
	color: #fff;
	background-color: #a68746;
	border-color: #a68746;
	box-shadow: 0;
}



/*
------------------------------------------------------------------
 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-slider {
	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 ins {
	margin: 15px auto !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.25rem;
	font-weight: 600;
}

.card-body > p {
	color:#333333 !important;
	font-size: 1rem;
}

.card-deck > a:hover {
	text-decoration: none;
}

.card-img-top {
	width: 100%;
	height: 8vw;
	min-height: 120px;
	max-height: 150px;
	object-fit: cover;
}



.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;
	font-size: 1rem;
	bottom: 0;
	width: 100%;
	height: 200px;
	background-color: white;
}

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5 {
	color: #B08F4A !important;
}



/*
------------------------------------------------------------------
 Listen
------------------------------------------------------------------ 
*/


.fa-ul {
	list-style-type: none !important;
	margin-left: 1rem !important;
	padding-left: 0 !important;
}
.fa-ul > li {
	position: relative !important;
}

.fa-li {
	left: -1.25em !important;
	position: absolute !important;
	text-align: center !important;
	width: 1.25em !important;
	line-height: inherit !important;
}



