/* @override
	http://gce.podcastsounds.de/bdcss/styles.css
*/

/*@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300);*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700);

/* @group RESET */

body {
    -webkit-text-size-adjust: none;
    font-size: 12px;
    line-height: 1.3em;
    font-family: Verdana, Arial, Helvetica, sans-serif
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset,
input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0
}

h1 {
    font-size: 28px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 12px
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1em;
    margin-bottom: .5em
}

ol, ul {
    padding-left: 2em
}

p, ul, ol {
    margin-bottom: .5em
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td {
    vertical-align: top
}

a:hover, a:active, :focus {
    outline: 0
}

body {
    color: black;
    background: white
}

a img {
    border: 0
}

pre, code, samp, kbd, var, input[type="password"] {
    font-family: "DejaVu Sans Mono", "Bitstream Vera Sans Mono", Consolas, Monaco, "Liberation Mono", Andale Mono, monospace;
    font-size: .9em
}

dt, strong, th, samp, dfn, h1, h2, h3, h4, h5, h6 {
    font-weight: bold
}

blockquote, q {
    font-style: italic
}

blockquote cite, q cite {
    font-style: normal
}

acronym, abbr {
    cursor: help
}

acronym {
    letter-spacing: .07em
}

ul, ol, dl {
    position: relative
}

p {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAC0lEQVQIW2NkAAIAAAoAAggA9GkAAAAASUVORK5CYII=)
}

.clear {
    clear: both
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

textarea {
    overflow: auto
}

* {
	box-sizing: border-box;
}

/* @end */

/* @group StaydownFooter */

html, body, #wrap {
    height: 100%;
}

body > #wrap {
    height: auto;
    min-height: 100%;
}

#main {
    padding-bottom: 5em; /* #1# */
}

#footer {
    position: relative;
    margin-top: -5em; /* #-1# */
    height: 5em; /* #1# */
    clear: both;
}

/* @end */



body {
    font-family: 'Open Sans', sans-serif;
    font-size: 19px;
}

body.hXL {
    font-size: 20px;
}

body.hL {
    font-size: 19px;
}

body.hM {
    font-size: 18px;
}

body.hS {
    font-size: 17px;
}

body.hXS {
    font-size: 16px;
}

.center {
    width: 1100px;
    margin: 0 auto;
    position: relative;
}

.head {
    height: 6em;
}

.head .center {
	position: relative;
}
.head .logo {
    position: absolute;
    top: 1.0em;
    right: 1.0em;
    width: 500px;
	text-align: right;
}

.head .logo img {
    height: 4em;
}

.head .logoRS {
	position: absolute;
    top: 2.0em;
    left: 1.0em;
}
.head .logoRS h1 {
	font-size: 1.5em;
	font-weight: normal;
	font-style: italic;
	margin: 0;
}
.head .logoRS img {
	height: 1em;
	margin: 0 0 -.2em 0;
}
.head .logoRS .claim {
    color: #7f7f7f;
    font-size: 0.85em;
}






/* @group navi */

.navBar {
    position: absolute;
    top: 6.0em;
    height: 1.8em;
    width: 100%;
    z-index: 100;
    margin-top: -1px;
}


/* @group Technik */

.nav, .nav * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav li {
    position: relative;
}

.nav ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99;
}

.nav > li {
    float: left;
}

.nav li:hover > ul,
.nav li.sfHover > ul {
    display: block;
}

.nav a {
    display: block;
    position: relative;
}

.nav ul ul {
    top: 0;
    left: 100%;
}

/* @end */

/* @group Skin */

.nav {
    height: 1.45em;
    padding: 0 0 0 .5em;
    background: #eee;
	
	
	background: #FF5D21;
	background: #aaa;
}

.nav ul {
    box-shadow: 0px 5px 6px rgba(0, 0, 0, .3);
    min-width: 12em; /* allow long menu items to determine submenu width */
    * width: 12em; /* no auto sub width for IE7, see white-space comment below */
}

.nav a {
    text-decoration: none;
    zoom: 1; /* IE7 */
}

.nav li {
    white-space: nowrap; /* no need for Supersubs plugin */
    * white-space: normal; /* ...unless you support IE7 (let it wrap) */
}

.nav li.lv0 {}

.nav li.lv0 > a {
    color: #FF5D21;
    background: #eee;
    font-size: 0.9em;
    font-weight: 400;
    line-height: 1em;
    padding: 0.3em 1.3em;
    border-right: 0.3em solid #fff;
    border-bottom: 0.2em solid #fff;
	
	
	
    color: #fff;
    background: #FF5D21;
	background: #aaa;
}

.nav li.lv0.first > a {
    border-left: 0.3em solid #fff;
}

.nav li.lv0.current > a {
//    font-weight: 700;
}

.nav li:hover > a, .nav li.sfHover > a {
    background: #ddd;
    color: #e33d00;
    color: #888;
}

.nav li.lv1:hover > a, .nav li.lv1.sfHover > a {
    background: #eee;
    color: #888;
}

.nav li.lv0 > ul {
    background: #fff;
}

.nav li.lv1 > a {
    color: #999;
    font-size: 0.8em;
    line-height: 1em;
    padding: 0.6em 0 0.6em 1.6em;
}

.nav li.lv1.first > a {
    padding-top: 0.7em;
}

.nav li.lv1.last > a {
    padding-bottom: 0.8em;
}

.nav li.lv1.current > a {
//    font-weight: 600;
    color: #777;
}

.nav .mid1_7 {
    border-left: 0.3em solid #fff;
}
.nav .mid1_7 {
	margin-right: .5em;
}
.nav .mid1_6, .nav .mid1_7{
	float: right;
}


/* @end */

/* @end */

.contentWrap {
    font-size: 0.80em;
    line-height: 1.3em;
    padding: 3.5em 0;
    color: #666;

}

.content {
	padding: 0 1em;
}
/*
.bd_md_pID_7 .content {
	column-count: 3;
	font-size: 12px;
	line-height: 1.2em;
}
*/
.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
    font-weight: 600;
}

.content h1 {
    font-size: 2em;
    line-height: 1em;
    margin-bottom: 0.8em;
}

.content h2 {
    font-size: 1.8em;
    line-height: 1em;
    margin: 0.8em 0 0.4em 0;
}

.content h3 {
	font-size: 1.4em;
	line-height: 1.0em;
    margin: 0.8em 0 0.4em 0;
}

.content h4 {
    font-size: 1.4em;
    line-height: 1em;
    margin: 0.8em 0 0.4em 0;
}

.content h5 {
    font-size: 1.4em;
    line-height: 1em;
    margin: 0.8em 0 0.4em 0;
}

.content h6 {
    font-size: 1.3em;
    line-height: 1em;
    margin: 0.8em 0 0.4em 0;
}

.content hr {
    border: none;
    height: 1px;
    background: #999;
}

.contentWrap a {
	text-decoration: none;
	color: #333;
}

.contentWrap a:hover {
    color: #de3616;
}

/* @group Footer */

#footer {
    background-color: #fff;
}

.footerBG {
    height: 4.5em;
    position: absolute;
    bottom: 0.5em;
    width: 100%;
}

.footer.center{
    height: 4.0em;
    border-top: 0.5em solid #eee;
    font-size: 0.60em;
    line-height: 1.4em;
    color: #555;
}

.footer table{
	margin: 0.5em 0 0 0.5em;
}

.footer td{
	padding-right: 2.5em;
}

.footer img {
    height: 2em;
    opacity: 0.5;
}

.footer a:hover img {
    opacity: 0.25;
}



.footerText, .footerText a {
    color: #333;
    font-weight: 300;
}

.footerNav, .footerNav * {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footerNav {
}

.footerNav li {
    margin: 0;
    padding: 0;
    vertical-align: middle;
    height: 100%;
}

.footer a {
    color: #333;
    text-decoration: none;
    font-weight: 400;
}

.footer .current a {
    font-weight: bold;
}

.footer a:hover {
    color: #aaa;
}

/* @end */



























.bd_news_hl a {
	color: #555 !important;
	cursor: text;
}







.grau{
	color: #666;
	background: #ededed;
	padding: 10px;
}








.bd_md_pID_4 .bd_kontaktform{
	width: 600px;
}
.bd_md_pID_6 .bd_kontaktform{
	width: 500px;
}












.onlyJS {
	display: none;
}
.gotJS .onlyJS {
	display: block;
}
.noJS .noJS {
	background: #c00000;
	color: #fff;
	padding: 1em;
}
.gotJS .noJS {
	display: none;
}







.rechts {
	background: #de3616;
	background-image: -o-linear-gradient(154deg, #999 0%, #777 100%);
	background-image: -moz-linear-gradient(154deg, #999 0%, #777 100%);
	background-image: -webkit-linear-gradient(154deg, #999 0%, #777 100%);
	background-image: -ms-linear-gradient(154deg, #999 0%, #777 100%);
	background-image: linear-gradient(154deg, #999 0%, #777 100%);
	padding: 0 15px 5px 15px;
	float: right;
	width: 200px;
	margin-bottom: 1em;
}
.rechts, .rechts a {
	color: #fff;
}
.rechts a {
	text-decoration: underline;
}
.rechts a:hover {
	text-decoration: none;
	color: #de3616;
	background: #fff;
	padding: 0 3px;
	margin: 0 -3px;
}
.rechts hr {
	background: #fff;
	height: 10px;
	margin: 10px -15px 0 -15px;
}
.rechts .link {
	overflow-wrap: break-word;
	word-wrap: break-word;
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
	padding: 5px 15px;
	margin: 0 -15px;
	font-family: "Courier New", Courier, mono;
	display: block;
}

.rechts .link:hover {
	background: #fff;
	color: #de3616;
}


.bd_podcasts_1_0 .pc_html {
	width: 800px;
}
.bd_pc {
	margin-top: 1em;
}


.bd_podcasts_1_0 .bd_pc .bd_pc_inner_first table {
	width: 840px;
}
.bd_podcasts_1_0 .bd_pc .bd_pc_inner_first table .bd_news_img img{
	width: 250px;
}
.bd_podcasts_1_0 .bd_pc .bd_pc_inner_first table .bd_news_hl,
.bd_md_np .bd_news_hl {
	font-size: 2em;
}
.bd_podcasts_1_0 .bd_pc .bd_pc_inner_first table .bd_news_msg,
.bd_md_np .bd_news_msg {
	font-size: 1.3em;
	line-height: 1.3em;
}


.mobilOnly {
	display: none;
}



.bd_pc_inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}


.search_results .bd_news_kurz {
	width: 100%;
}

.content>.bd_news_kurz {
	width: 100%;
}

.bd_news_kurz {
	width: 48.5%;
	margin-bottom: 2em;
}
.bd_news_img img {
	width: 150px;
	margin: 0 1em 1em 0;
}
.bd_news_hl{
	margin: .2em 0 0 0 !important;
}
.bd_news_msg {
	padding: .8em 0 !important;
}
.bd_news_mp3 {
	
}






.pcs {
	background: #F5F5F5;
	margin-bottom: 1em;
}

.pcs h1 {
	margin: 0;
	padding: .2em .5em;
	background: #aaa;
	color: #fff;
	font-size: 1.4em;
	margin-bottom: .5em;
}

.pcs form {
	padding: .1em 1em 1em 1em;
}

.pcs .stf {
	font-size: 1em;
	padding: .2em;
	width: 300px;
}
 .pcs .ssb {
	font-size: 1em;
	padding: .2em;
	border: 1px solid #999;
	background: #999;
	color: #fff;
	cursor: pointer;
}
.pcs .ssb:hover {
	border: 1px solid #888;
	background: #888;
}








/* @group bdot-Elemente */

.bd_pageerror {
    background: #de3616;
    color: #fff;
    padding: 0.5em;
    margin-bottom: 1em;
}

.bd_pageerror h1 {
    margin: 0;
}

.bd_pageerror h2 {
    font-size: 1.2em;
    margin: 0.2em 0 0 0;
}

.topnewslist .datum {
    display: inline;
}

.topnewslist .hl a {
    display: inline;
}

.news_kurz .datum, .news .datum {
    float: right;
}

.news_hl a {
    text-decoration: none;
}

.newsimgs img {
    margin: 0 5px 5px 0;
}

.filesize, .bd_filesize {
    color: #5F656C;
    margin-left: 0.5em;
}

/* @group link-filetypes */

.ft_generic {
	padding-left: 18px;
	background: url(ft/page_white.png) left center no-repeat;
}

.ft_pdf {
	padding-left: 18px;
	background: url(ft/page_white_acrobat.png) left center no-repeat;
}

.ft_img {
	padding-left: 18px;
	background: url(ft/picture.png) left center no-repeat;
}

.ft_excel {
	padding-left: 18px;
	background: url(ft/page_white_excel.png) left center no-repeat;
}

.ft_powerpoint {
	padding-left: 18px;
	background: url(ft/page_white_powerpoint.png) left center no-repeat;
}

.ft_word {
	padding-left: 18px;
	background: url(ft/page_white_word.png) left center no-repeat;
}

.ft_text {
	padding-left: 18px;
	background: url(ft/page_white_text.png) left center no-repeat;
}

.ft_compressed {
	padding-left: 18px;
	background: url(ft/page_white_zip.png) left center no-repeat;
}

.ft_mail {
	padding-left: 18px;
	background: url(ft/email.png) left center no-repeat;
}

.ft_weblink {
	padding-right: 14px;
	background: url(ft/external_link.png) right center no-repeat;
}

.ft_ftplink {
	padding-left: 18px;
	background: url(ft/servers-network.png) left center no-repeat;
}

.ft_phonelink {
	padding-left: 18px;
	background: url(ft/phone.png) left center no-repeat;
}

.bd_fa .ft_generic, .bd_fa .ft_pdf, .bd_fa .ft_img, .bd_fa .ft_excel, .bd_fa .ft_powerpoint, .bd_fa .ft_word, .bd_fa .ft_text, .bd_fa .ft_compressed, .bd_fa .ft_mail, .bd_fa .ft_weblink, .bd_fa .ft_ftplink, .bd_fa .ft_phonelink, .bd_fa .ft_audio{
	background: none;
	padding: 0;
}
.bd_fa .ft_generic i, .bd_fa .ft_pdf i, .bd_fa .ft_img i, .bd_fa .ft_excel i, .bd_fa .ft_powerpoint i, .bd_fa .ft_word i, .bd_fa .ft_text i, .bd_fa .ft_compressed i, .bd_fa .ft_mail i, .bd_fa .ft_weblink i, .bd_fa .ft_ftplink i, .bd_fa .ft_phonelink i, .bd_fa .ft_audio i{
	padding-right: .2em;
}

.bd_fa .ft_ftplink i{
	font-size: .8em;
}
.bd_fa .ft_mail i{
	font-size: .85em;
}
.bd_fa .ft_phonelink i{
	font-size: .9em;
}
.bd_fa .ft_weblink i{
	padding-right: 0;
	padding-left: .2em;
	font-size: .7em;
}

.bd_fa .ft_weblink i{
	display: none;
}

/* @end */



/* @group kontaktform */

.bd_kontaktform{
}

.bd_kontaktform td{
	padding: .2em;
}

.bd_kontaktform label:hover{
	background-color: #fdf6b5;
	padding: .1em;
	margin: -.1em;
	cursor: pointer;
}

.bd_kontaktform input, .bd_kontaktform textarea {
	background: #FFF;
	border: 1px solid #aaa;
	padding: .2em;
	margin-right: .5em;
	font-size: 1em;
	font-weight: 300;
}

.bd_kontaktform textarea {
	width: 450px !important;
	height: 5em !important;
}

.bd_kontaktform .bd_formfehler {
	background: #ffd0c9;
	border: 1px solid #FD0000;
}

.bd_kontaktform #send {
	padding: 0 1em;
}

.bd_kontaktformok {
    padding: 0.1em 0.3em;
    background: #052bd5;
    margin-bottom: 0.5em;
    color: white;
}

.bd_kontaktformfehler {
	padding: 2px 5px;
	background: #FD0000;
	color: #fff;
	border: 1px solid #FD0000;
	margin-bottom: 0.5em;
}

.bd_kontaktform input[type="submit"]{
    padding: 6px 17px;
    background-color: #666;
    color: #fff;
    font-weight: bold;
    border: none;
    cursor: pointer;
    -webkit-transition: background .3s;
    transition: background .3s;
    text-decoration: none;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.bd_kontaktform input[type="submit"]:hover{
	cursor: pointer;
	background: #000;
	color: #fff;
}

.bd_kontaktform input[disabled="disabled"]:hover, .bd_kontaktform input[disabled="disabled"] {
	opacity: 0.1;
    background-color: #000;
	cursor: wait !important;
    -webkit-transition: background .1s;
    transition: background .1s;
}

.bf_kform_pstar, .bf_kform_pflicht{
	color: #999;
	font-size: .7em;
	margin-left: -.6em;
	position: absolute;
}
label .bf_kform_pstar {
	margin-left: 0;
}

.bf_kform_pflicht{
	font-style: italic;
}

.bd_captchaimg{
	margin-bottom: -6px;
	margin-right: 3px;
	height: 1.4em;
}

.mailformcounter{
	cursor: default;
	color: #fed0c9;
	font-weight: 600 !important;
}

/* @end */

/* @group newsnavi */

.bd_news_navi {
	margin-top: 3em;
	font-size: 1.2em;
}

.bd_news_navi a, .bd_news_navi span {
	padding: 0 .5em;
	margin: .2em;
	color: #aaa;
	border: 1px solid #ddd;
	background: transparent;
}

.bd_news_navi a {
    color: #666;
	background: #f1f1f1;
	border: 1px solid #fff;
	text-decoration: none;
	padding: 0 .5em;
}

.bd_news_navi a:hover, .bd_news_navi a:focus {
	color: #fff;
	border: 1px solid #de3616;
	background: #de3616;
}

.bd_news_navi .curr {
	color: #fff;
	border: 1px solid #de3616;
	background: #de3616;
	padding: 0 .5em;
	margin: .2em;
	cursor: default;
}

.bd_news_navi .dotts, .bd_news_navi .larr, .bd_news_navi .rarr {
	padding: 0 .5em;
	margin: .2em;
	border: 1px solid transparent;
	background: #fff;
	cursor: default;
}

/* @end */

/* @group glossar */

#glosindex {
    margin-bottom: 10px;
}

#glosindex span, #glosindex a {
    padding: 3px;
}

#glosindex span {
    color: gray;
    border-bottom: 1px dotted gray;
    border-right: 1px dotted gray;
}

#glosindex a {
    color: #28E;
    border-bottom: 1px dotted #28E;
    border-right: 1px dotted #28E;
    background-color: transparent;
}

#glosindex a:hover, #glosindex a:active, #glosindex a:focus {
    color: white;
    border-bottom: 1px dotted white;
    border-right: 1px dotted white;
    background-color: #28E;
}

#glosentries h1 {
    margin-top: 20px;
    margin-bottom: 5px;
    padding: 0;
}

/* @end */

/* @group search */

.search_kat {
    margin-top: 1em;
    font-weight: bold;
}

.search_results {
    margin-top: 2em;
}

/* @end */

/* @group galerie */

/* @group übersicht */

.bd_galery_overview>div{
	float: left;
	overflow: hidden;
	position: relative;
	margin: 0 1em 1em 0;
	border:  1px solid transparent;
}
.bd_galery_overview>div:hover{
	border: 1px solid #00f;
}
.bd_galery_overview .bd_galery_overview_link{
	width: 100%;
	background: #000;
	background-color: rgba(0,0,0,.3);
	position: absolute;
	bottom: 0;
	color: #fff !important;
	text-decoration: none;
	font-size: .9em;
	line-height: 1em;
	padding: .1em;
	-webkit-backdrop-filter: blur(10px);
	-moz-backdrop-filter: blur(10px);
	-ms-fbackdrop-filter: blur(10px);
	-o-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}

/* @group quadratische bildausschnitte */

.bd_galery_overview>div div {
	position: relative;
	width: 7em;
	height: 7em;
	overflow: hidden;
}
.bd_galery_overview>div div img {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 100%;
	width: auto;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.bd_galery_overview>div div img.portrait {
	width: 100%;
	height: auto;
}


/* @end */

/* @end */

/* @group einzelgalerie */

.bd_galerie a, .bd_galerie a:hover{
	margin: 0;
	padding: 0;
}

.bd_galerie div{
	float: left;
	margin: 0 0 .6em 0;
}
.bd_galerie div:nth-child(2n+1){
	float: left;
	margin: 0 .6em .6em 0;
}

.bd_galerie div{
	float: left;
}

.bd_galerie div:hover{
	box-shadow: 0px 2px 4px #999;
	transform: scale(.95);
}

/* @group quadratische bildausschnitte */

.bd_galerie div {
	position: relative;
	width: 7.1em;
	height: 7.1em;
	overflow: hidden;
}
.bd_galerie div img {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 100%;
	width: auto;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.bd_galerie div img.portrait {
	width: 100%;
	height: auto;
}

/* @end */

/* @end */

/* @end */



/* @end */
































































