/*
Theme Name: Antenne Vorarlberg
Author: Team Interwall
Author URI: http://www.interwall.net
Version: 1.14.52
Text Domain: antenne
*/

/* #Reset & Basics
================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

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

/* #Basic Styles
================================================== */
body {
    background: #ffe400 no-repeat top center;
    font: 13px Lato, Arial, sans-serif;
    color: #000;
    -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
}
#content p {
    font-family: Arial, sans-serif;
}
#content strong {
    font-weight: bold;
    font-family: Arial, sans-serif;
}
section#content {
    width: 980px;
    margin: 10px auto 0;
    position: relative;
    z-index: 20;
}

* + html .clearfix { /* für IE7 */
    display: inline-block;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

/* #Typography
================================================== */
@font-face {
    font-family: 'Lato';
    src: url('fonts/lato-regita-webfont.eot');
    src: url('fonts/lato-regita-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/lato-regita-webfont.woff') format('woff'),
        url('fonts/lato-regita-webfont.ttf') format('truetype'),
        url('fonts/lato-regita-webfont.svg#latoitalic') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Lato';
    src: url('fonts/lato-reg-webfont.eot');
    src: url('fonts/lato-reg-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/lato-reg-webfont.woff') format('woff'),
        url('fonts/lato-reg-webfont.ttf') format('truetype'),
        url('fonts/lato-reg-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('fonts/lato-bol-webfont.eot');
    src: url('fonts/lato-bol-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/lato-bol-webfont.woff') format('woff'),
        url('fonts/lato-bol-webfont.ttf') format('truetype'),
        url('fonts/lato-bol-webfont.svg#latobold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('fonts/lato-bolita-webfont.eot');
    src: url('fonts/lato-bolita-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/lato-bolita-webfont.woff') format('woff'),
        url('fonts/lato-bolita-webfont.ttf') format('truetype'),
        url('fonts/lato-bolita-webfont.svg#latobold_italic') format('svg');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Futura';
    src: url('fonts/FuturaEF-Medium.otf');
    font-weight: normal;
    font-style: normal;
}


h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-weight: inherit;
}

h1 {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 14px;
}

h2 {
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 10px;
    font-family: Arial, sans-serif;
}

h3 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 8px;
}

h4 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 4px;
}

h5 {
    font-size: 14px;
    line-height: 14px;
}

h6 {
    font-size: 12px;
    line-height: 11px;
}

p {
    margin: 0 0 15px 0;
}

p.omega {
    margin: 0;
}

p img {
    margin: 0;
}

em {
    font-style: italic;
}

strong {
    font-weight: bold;
}

small {
    font-size: 80%;
}

input[type="text"] {
    border: 1px solid #858585;
    color: #858585;
    height: 26px;
    padding: 0 8px 0 8px;
    transition: all 0.25s linear 0s;
}

input[type="radio"],
input[type="checkbox"] {
    margin:3px 3px 0 0;
}

/* #Links
================================================== */
a  {
    color: #fff;
    text-decoration: none;
    outline: 0;
}
a:hover {
    color: #ffd200;
}

p a, p a {
    line-height: inherit;
}

/* #Lists
================================================== */

ul {
    list-style: none outside;
}

ol {
    list-style: decimal;
}


li {
    line-height: 18px;
}

ul.large li {
    line-height: 21px;
}

li p {
    line-height: 21px;
}

.post ul {
    margin-bottom:15px;
}

.post ul li {
    list-style: circle;
    margin-left:25px;
}


/* #Header
================================================== */

header {
    position: relative;
    z-index: 10;
}

.top-line {
    position: absolute;
    width: 100%;
    height: 40px;
    background: #000000;
    z-index: 1;
}

/*
#headerwrapper {
    position: relative;
    z-index: 10;
    width: 980px;
    margin:0 auto;
}
*/

hgroup.white-box {
    /*    width: 210px;
        height: 152px;*/
    margin-top: 20px;
}


h1.logo {
    margin:0;
}
/*
h1.logo a {
    display: block;
    width: 200px;
    margin:0 auto;
    margin-top: 5px;
}



.onair-box {
    height: 40px;
    border:1px solid #000;
    background: transparent;
    min-width: 665px;
    position: relative;
    margin: 86px 0 35px;
}

.onair-box p {
    font-weight: bold;
    line-height: 16px;
    margin: 3px 0 0;
}

.onair {
    margin: 5px 10px 0 5px;
}

.onair.button {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 20;
}


.moderator {
    bottom: -100px;
    position: absolute;
    right: 100px;
}

.link-box {
    position: absolute;
    top: 47px;
    left:0;
}

.link-box .link {
    line-height: 26px;
    font-size: 12px;
    font-weight: bold;
    color: #000;
    display: block;
    cursor: pointer;
    margin-right:5px;
}

.link-box .link:hover {
    color: #c90000;
}

.link-box .no-link {
    line-height: 26px;
    font-size: 12px;
    font-weight: bold;
    color: #000;
    display: block;
    cursor: default;
    margin-right:5px;
}

*/

/* #Nav
================================================== */

ul.nav {
    margin-bottom:0;
}

.nav li {
    margin:0;
    float:left;
    border-right: 1px solid #424242;
}

.nav li a {
    font-weight: bold;
    font-size: 13px;
    color:#fff;
    display: block;
    padding: 11px 19px 11px 19px;
}

.nav li a:hover,
.nav li.current-menu-item a {
    color: #FFE400;
}

/* #Search
================================================== */

#searchform {
    height: 34px;
    margin-top: 6px;
    position: relative;
}

input.searchfield {
    background: #393939;
    height: 26px;
    width: 210px;
    color: #858585;
    border:0;
    padding: 0 35px 0 8px;
    transition: all 0.25s linear 0s;
    border: 1px solid transparent;
}

.searchfield:focus {
    border:1px solid #FFE400;
}

.searchsubmit {
    background: none;
    border: none;
    cursor: pointer;
    height: 14px;
    padding: 0;
    position: absolute;
    right: 10px;
    top: 8px;
    width: 17px;
}

/* Buttons
================================================== */

.button {
    background: url("images/button-grey.jpg") repeat scroll 0 0 transparent;
    border: 1px solid rgba(0,0,0,0.3);
    height: 28px;
    line-height: 29px;
    padding: 0 9px;
    font-size: 14px;
    font-weight: bold;
    color:#949494;
    display: block;
    cursor: pointer;
}

.button:hover {
    color:#585959;
}

/* Symboles
================================================== */

.speaker {
    background: url("images/speaker.png") repeat scroll 0 0 transparent;
    display: inline-block;
    width: 19px;
    height: 16px;
    vertical-align: middle;
    margin-right:2px;
}

.speaker-white {
    background: url("images/speaker-white.png") repeat scroll 0 0 transparent;
    display: block;
    width: 19px;
    height: 16px;
}

.webcam {
    background: url("images/sprite-symbole.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 21px;
    vertical-align: middle;
    width: 24px;
}

.mouse {
    background: url("images/sprite-symbole.png") no-repeat scroll 0 -22px transparent;
    display: inline-block;
    height: 21px;
    vertical-align: middle;
    width: 26px;
}

.phone {
    background: url("images/sprite-symbole.png") no-repeat scroll 0 -43px transparent;
    display: inline-block;
    height: 21px;
    vertical-align: middle;
    width: 26px;
}

.whatsapp {
    background: url("http://www.antennevorarlberg.at/wp-content/uploads/2013/07/antenne-icons-Whatsapp.png") no-repeat scroll transparent;
    display: inline-block;
    height: 21px;
    vertical-align: middle;
    width: 26px;
}

.live-feed {
    background: url("images/live-feed.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 20px;
    vertical-align: middle;
    width: 27px;
}

/* #Slider
================================================== */
#slidertabs .white-box {
    position: relative;
    top:-6px;
}

#slidertabs .white-box #live-feed {
    height: 352px;
}

#slidertabs .ui-state-default #ui-id-1 {
    position: relative;
    padding: 11px 20px 11px 50px;
}

#slidertabs #ui-id-1 .live-feed {
    position: absolute;
    left:20px;
    top: 10px;
}

#slidertabs li.ui-tabs-active #ui-id-1 .live-feed,
#slidertabs li.ui-state-hover #ui-id-1 .live-feed {
    position: absolute;
    left:20px;
    top: 13px;
}

#slidertabs li.ui-tabs-active a#ui-id-1,
#slidertabs li.ui-state-hover a#ui-id-1 {
    padding: 15px 20px 7px 50px;

}

.tab-bg{
    background: #333333;
    -webkit-border-radius: 0 5px 0 0;
    -moz-border-radius:  0 5px 0 0;
    border-radius:  0 5px 0 0;
    width: 429px;
    height: 40px;
}
/* #Slider | Live Feed
================================================== */

#slider {
    position: relative;
}

#jcarousel-1 {
    position: relative;
    z-index: 10;
}

#jcarousel-1 ul {
    margin:0;
}

#jcarousel-1 ul > li {
    margin:0;
    line-height: 0;
    margin-right: 20px;
    display: inline-block;
    width: 295px;
    cursor: pointer;
}
@media (max-width: 768px) {
    #jcarousel-1 ul > li {
        /*width: 355px; */
    }
}

#jcarousel-1 ul > li a.img-hover {

}

#jcarousel-1 ul > li > a div.playButton {
    display: none;
}

#jcarousel-1 ul > li.big > a {
    cursor: pointer !important;
}

#jcarousel-1 ul > li.big > a div.playButton {
    background: url("images/play-button.png") scroll 0 0 transparent;
    position: absolute;
    left: 0;
    top: 0;
    width: 304px;
    height: 304px;
    display: block;
}

#jcarousel-1 ul > li.big > a div.playButton:hover {
    background-position: 0 -304px;
}

#jcarousel-1 ul > li > ul {
    position: relative;
}

#jcarousel-1 ul > li > ul > li {
    margin:0;
    line-height: 0;
    margin-bottom:16px;
}

#jcarousel-1 ul > li.jcarousel-item-placeholder-horizontal {
    width: 144px;
    height: 304px;
}

.jcarousel-clip-horizontal {
    overflow: hidden;
    /* height: 320px; */
    /* width: 944px; */
    width: 100%;
}

#slider-navigation {

}

#slider-navigation ul {
    margin:0;
}

#slider-navigation .navigation-back, #slider-navigation .navigation-forwards {
    display: inline-block !important;
}

#slider-navigation .navigation-back a {

}

#slider-navigation .navigation-back.working a {
    cursor: wait;
}

#slider-navigation .navigation-back .top-mask {

}

#slider-navigation .navigation-back .bottom-mask {

}

#slider-navigation .navigation-forwards {
    margin-right: 4px;
}

#slider-navigation .navigation-forwards a {

}

#slider-navigation .navigation-forwards.working a {
    cursor: wait;
}

#slider-navigation .navigation-forwards  .top-mask {

}

#slider-navigation .navigation-forwards  .bottom-mask {

}

#slider-navigation .jcarousel-prev-disabled,
#slider-navigation .jcarousel-next-disabled{

}

/* #Slider | Tabs
================================================== */

ul.slider-list {
    margin:0;
}

ul.slider-list > li {
    width: 144px;
    float:left;
    margin: 0 16px 0 0;
}

ul.slider-list > li.omega,
ul.slider-list li ul li.omega {
    margin:0;
}

ul.slider-list li ul {
    position: relative;
}

ul.slider-list li ul li {
    margin: 0 0 16px;
}

.jcarousel-item.big .slide-time{
    font-weight: bold;
    display: block;
    position: absolute;
    top:0;
    right:0;
    background: #c90000;
    color:#fff;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 21px;
    padding:5px;
}

.jcarousel-item .small .slide-time{
    font-weight: bold;
    display: block;
    position: absolute;
    top:0;
    right:0;
    background: #c90000;
    color:#fff;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 12px;
    padding:5px;
}

#slidertabs article.small {
    margin-bottom:16px;
}

#slidertabs .ui-tabs-panel > li {
    margin:0;
}

ul#episodes li {
    margin:0;
}

div#live-links {
    height: 34px;
    position: absolute;
    top: 336px;
    width: 940px;
}

div#live-links img {
    display: block;
    left: 0px;
    position: absolute;
    top: 0;
    width: 944px;
}

div#live-links ul#program li a {
    font-family: Arial;
    font-size: 12px;
    background: url("images/sprite-slider.png") no-repeat scroll -126px 0 transparent;
    color: #fff;
    display: block;
    height: 29px;
    overflow: hidden;
    padding: 5px 17px 0 23px;
    position: absolute;
    text-decoration: none;
    top: 0;
    width: 174px;
    line-height:12px;
}

div#live-links ul#program li a.active {
    background-position: -126px -102px;
}

div#live-links ul#program li a:hover {
    opacity: 0.8;
}

div#live-links ul#program li a.program-0 {
    left: 783px;
    padding: 5px 0 0 25px;
    top: 0;
    width: 155px;
    z-index: 9;
    background-position: right -136px;
}
div#live-links ul#program li a.program-0.active {
    background-position: right -68px;
}

div#live-links ul#program li a.program-1 {
    left: 607px;
    z-index: 8;
}

div#live-links ul#program li a.program-2 {
    left: 449px;
    z-index: 7;
}

div#live-links ul#program li a.program-3 {
    left: 291px;
    z-index: 6;
}

div#live-links ul#program li a.program-4 {
    left: 133px;;
    z-index: 5;
}

div#image-maps * {
    z-index: 100;
}

div#live-links ul#program li a#program-schedule {
    background-position: -149px -34px;
    font-family: Arial;
    font-size: 12px;
    height: 29px;
    line-height: 24px;
    padding: 5px 18px 0 13px;
    top: 0;
    width: 122px;
}

/* #Slider | Sendungen
================================================== */

#sendungen > ul > li {
    float:left;
    width: auto;
}

#sendungen > ul > li > ul > li {
    margin:0 0 16px 0;
}

#sendungen .small.omega {
    margin:0;
}

/* #Slider | Charts
================================================== */

.slider-list.charts a {
    cursor: default;
}

.slider-list.charts .chart-position {
    background: url("images/chart-position.png") no-repeat scroll 0 0 transparent;
    position: absolute;
    top:0;
    right:0;
    width: 66px;
    height: 66px;
}

.slider-list.charts .chart-position span {
    color: #c90000;
    font-weight: bold;
    font-size: 19px;
    line-height: 24px;
    position: absolute;
    right: 5px;
    top: 7px;
}

/* Fancybox
================================================== */

.fbx-wrapper {
    background: #fff;
}

.fbx-picture {
    width: 304px;
    margin-right: 16px;
    display:inline-block;
    float:left;
}

.fbx-content {
    width:400px;
    display:inline-block;
}

/* #Eventtabs
================================================== */
#eventtabs {
    margin-top:12px;
}

#eventtabs > ul {
    width: 390px;
    margin:0 auto;
}

#eventtabs li.ui-state-default {
    border-radius: 7px 7px 0 0;
    border:none;
    margin-right:4px;
    background: rgba(0,0,0,0.5);
}

#eventtabs li.ui-tabs-active,
#eventtabs li.ui-state-hover {
    background: #fff;
}

#eventtabs li.ui-state-default a {
    font-size: 15px;
    color:#fff;
    font-weight: bold;
}

#eventtabs li.ui-state-default a:hover,
#eventtabs li.ui-tabs-active a {
    color:#666666;
}

#eventtabs li.omega {
    margin:0;
}

#eventtabs.ui-tabs .ui-tabs-panel {
    -webkit-border-radius: 7px 7px 0 0;
    -moz-border-radius:  7px 7px 0 0;
    border-radius:  7px 7px 0 0;
}

.ui-tabs .ui-tabs-panel#webcam3 {
    padding: 5px 0 0 0;
}

/* #Eventtabs / Tab Meldungen
================================================== */

#eventtabs.ui-tabs .ui-tabs-panel {
    padding-bottom: 18px;
}

.row {
    margin-bottom:18px;
}

.small {
    width: 144px;
    height: 144px;
}

.big {
    width: 304px;
    height: 304px;
    overflow: hidden
}

.big, .small {
    margin-right:16px;
    position: relative;
    line-height: 0;
    overflow: hidden;
}


.big .titlewrapper {
    position: absolute;
    bottom:0;
    right:0;
    width: 304px;
    text-align: right;
    background: url("images/overlay-image.png") repeat scroll 0 0 transparent;
    z-index: 40;
}

.small .titlewrapper {
    position: absolute;
    bottom:0;
    right:0;
    width: 144px;
    text-align: right;
    background: url("images/overlay-image.png") repeat scroll 0 0 transparent;
    z-index: 40;
    direction: ltr;
}

.big h2  {
    font-weight: bold;
    font-size: 29px;
    color:#fff;
    padding: 10px 10px;
    margin:0;
    font-weight: normal;
    line-height: 30px;
    /*text-transform: uppercase;*/
}

.big img {
    width: 304px;
    height: 304px;
}

.small img {
    width: 144px;
    height: 144px;
    font-size: 0; /* alt tag */
}

.small h2  {
    font-weight: bold;
    font-size: 14px;
    color:#fff;
    padding: 2px 10px;
    margin:0;
    font-weight: normal;
    line-height: 20px;
}

.small h3  {
    font-weight: bold;
    font-size: 13px;
    color:#fff;
    padding: 2px 10px;
    margin:0;
    font-weight: normal;
    line-height: 20px;
}

.big .description {
    color: #FFFFFF;
    font-size: 20px;
    line-height: 25px;
    padding-bottom: 15px;
    padding: 0 10px 10px 10px;
}

.small .description {
    color: #FFFFFF;
    font-size: 12px;
    line-height: 14px;
    padding-bottom: 15px;
    padding: 0 10px 5px 10px;
}

.sidebar-small .description {
    color: #FFFFFF;
    font-size: 13px;
    line-height: 14px;
    padding-bottom: 15px;
    padding: 0 10px 5px 10px;
}

.small .last {
    margin-top:16px;
}

a.img-hover {
    display: block;
    cursor: pointer;
}

.small .icon-box {
    position: absolute;
    background: #c90000;
    padding:3px;
    left:0;
    top:0;
}

.big .icon-box {
    position: absolute;
    background: #c90000;
    padding:8px;
    left:0;
    top:0;
}

/* #Eventtabs / Tab Fotos
================================================== */

#fotos .row {
    margin:0;
}

#fotos .photo-row {
    margin-bottom:16px;
}

#fotos .photo-row.omega {
    margin-bottom:0;
}

#fotos ul.photo-row li {
    float:left;
}

#fotos .photo-row li img {
    width: 144px;
}

#fotos .photo-row li.omega {
    margin-right:0;
}

#fotos .titlewrapper {
    height: 62px;
}

/* #Eventtabs / Tab Audio
================================================== */

#audio .row {
    margin:0;
}

#audio .audio-row {
    margin-bottom:16px;
}

#audio .audio-row.omega {
    margin:0;
}

#audio ul.audio-row > li.alpha  {
    float:left !important;
    width: 465px;
}

#audio ul.audio-row > li.omega  {
    float:right;
    width: 465px;
}

#audio ul.audio-row > li img {
    width: 144px;
    height: 144px;

}

#audio ul.audio-row  a:hover {
    color: #c90000;
}

#audio .audio-image  {
    margin-right:16px;
    line-height: 0;
    width: 144px;
}

.audio-contentwrapper {
    width: 305px;
}

.podcastMoreLink {
    margin-top: 5px;
}

.podcastMoreLink a {
    font-weight: bold;
    font-size: 15px;
}

.news-wrap ul.podcastContainer {
    margin:0;
}

.news-wrap ul.podcastContainer li {
    list-style: none;
    margin:0;
    line-height: 1em;
    background: #E5E5E5;
    border-bottom: 2px solid #fff;
}

.news-wrap ul.podcastContainer li.alpha {
    border-top: 2px solid #fff;
}

.news-wrap ul.podcastContainer li a {
    display: block;
}

.iTunesMoreLink {
    margin-top: 10px;
}

.iTunesMoreLink a {
    font-weight: bold;
    font-size: 15px;
}

.podcastContainer .speaker {
    margin-right: 4px;
}

.podcastWrapper {
    width: 304px;
    margin-right: 16px;
}

.podcastWrapper.omega {
    margin-right:0;
}

.bigPodcast {
    margin-bottom: 16px;
}

.smallPodcast .small.odd {
    margin-right:0;
}

.smallPodcast .small {
    margin: 0 16px 16px 0;
}

.smallPodcast .small.omega {
    margin-bottom:0;
}

.singlePodcastItem {
    background: #E5E5E5;
    padding: 10px;
}

.singlePodcastItem:hover {
}

.singlePodcastImage {
    line-height: 0;
    font-size: 0;
    width: 88px;
}

.singlePodcastImage img {
    max-width: 100%;
}

.singlePodcastContent  {
    width: 426px;
    padding: 0 12px;
}

.singlePodcastTitle {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 10px;
}

.singlePodcastPlayButton {
    margin-top: 17px;
}

.singlePodcastPlayButton > span {
    width: 35px;
    height: 35px;
    background: #1E1E1E;
    display: block;
    cursor: pointer;
    position: relative;
}

.singlePodcastPlayButton > span > span.playIcon {
    border-color: transparent transparent transparent #FFFFFF;
    border-style: solid;
    border-width: 6px 0 6px 11px;
    display: block;
    height: 0;
    left: 13px;
    position: absolute;
    top: 12px;
    width: 0;
}

.singlePodcastItem:hover .singlePodcastPlayButton > span {
    background: #D60000;
}
.news-wrap .single-post .podcastContainer a {
    color: #000;
}
.news-wrap .single-post .podcastContainer a:hover {
    color: #C90000;
}

/* #Eventtabs / Tab Videos
================================================== */

#videos > .row {
    margin:0;
}

.tabLink {
    font-weight: bold;
    color: #000;
    display: inline-block;
    margin-top: 13px;
}

.tabLink:hover {
    color: #c90000;
}

/* #Webcamtabs
================================================== */

#webcam1.ui-tabs-panel,
#webcam2.ui-tabs-panel {
    padding: 0!important;
}

#webcamtabs {
    width: 845px;
}
#webcamtabs .ui-tabs-nav {
    background-color: #333333;
    border-right: 1px solid #717171;
    display: none;
}
#webcamtabs .ui-corner-top.ui-tabs-active,
#webcamtabs li.ui-state-hover {
    color: #c90000;
    background-color: #FFE400;
    border-radius: 0;
    border-color: transparent;
}
#webcamtabs .ui-widget-content {
    height: 490px;
    overflow: hidden;
}


/* #Effect Styles
================================================== */

.alpha {
    margin-left:0;
}

.omega {
    margin-right:0;
}

.left {
    float:left;
}

.right {
    float:right;
}

.corner {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.corner-top {
    -webkit-border-radius: 7px 7px 0 0;
    -moz-border-radius:  7px 7px 0 0;
    border-radius:  7px 7px 0 0;
}

.corner-top-left {
    -webkit-border-radius: 7px 0 0 0;
    -moz-border-radius: 7px 0 0 0;
    border-radius: 7px 0 0 0;
}

.corner-top-right {
    -webkit-border-radius: 0 7px 0 0;
    -moz-border-radius: 0 7px 0 0;
    border-radius: 0 7px 0 0;
}

.corner-bottom {
    -webkit-border-radius:  0 0 7px 7px;
    -moz-border-radius: 0 0 7px 7px;
    border-radius: 0 0 7px 7px;
}

.shadow {
    -moz-box-shadow: 3px 3px 5px 6px #ccc;
    -webkit-box-shadow: 3px 3px 5px 6px #ccc;
    box-shadow: 3px 3px 5px 6px #ccc;
}

.shadow-top {
    -moz-box-shadow: 3px 3px 0 0 #ccc;
    -webkit-box-shadow: 3px 3px 0 0 #ccc;
    box-shadow: 3px 3px 0 0 #ccc;
}

.shadow-bottom {
    -moz-box-shadow: 0 0 10px -4px #000000;
    -webkit-box-shadow: 0 0 10px -4px #000000;
    box-shadow: 0 0 10px -4px #000000;
}

.white-box {
    background: #fff;
}

.black-box {
    background: #000;
}

.actual-Side {
    padding:18px;
}

.actual-Side .news-wrap {
}


/* #Musik News & Nachrichten
================================================== */

.news .post-img {
    float:left;
    width: 186px;
    margin-right: 10px;
}
.news .post-img img {
    width: 186px;
    height: auto;
}

.news .post-img img.team-img {
    width: 186px;
    height: 124px;
}

.news .post-img a {
    line-height: 0;
    font-size: 0;
    display: block;
}

.news .post-text {
    float:left;
    width: 413px;
    line-height: 18px;
}

.news .post-text h2 {
    font-size: 22px;
    margin-top: 0;
    line-height: normal;
}


.news .post-text .date {
    font-size: 12px;
    display: block;
}

.news .post-text p.omega {
    margin-bottom:0;
}

.news .post {
    margin-bottom:20px;
}

.news .post a {
    color: #000;
    font-weight: bold;
}

.news .post a:hover {
    color: #c90000;
    font-weight: bold;
}

.post.omega {
    margin-bottom:0;
}

/* #Verkehr
================================================== */

#map {
    width: 620px;
    height: 350px;
}

.grid {
    margin: 0;
    padding: 0;
}

.news-wrap ul.grid li.grid-item,
.grid-item {
    margin: 0;
    padding: 2%;
    list-style: none;
    display: inline-block;
    vertical-align: top;
}

.grid-cams .grid-item {
    padding: 10px !important;
}

/* #Single / Events
================================================== */

.wp-caption-text {
    margin: 0;
}

.single-thumbnail-wrapper + .wp-caption-text,
.single-thumbnail + .wp-caption-text {
    padding: 10px 16px;
}

.single h2 {
    font-size: 32px;
    line-height: 46px;
}

.news-wrap .single-post .single-thumbnail {
    width: 620px;
}

.news-wrap .single-post a{
    color: #c90000;
}

.news-wrap ol {
    margin-left: 26px;
}

.news-wrap .single-post {
    background-color: #e5e5e5;
}
.news-wrap .single-post-text {
    padding: 16px;
    font-family: Arial, sans-serif;
    line-height: 1.3em;
}
.news-wrap .single-post-text p:first-of-type:empty {
    display: none;
}
.news-wrap .single-post-text strong {
    font-family: Arial, sans-serif;
    font-weight: bold;
}
.news-wrap .single-post-text table tr,
.news-wrap .content table tr {
    margin-bottom: 20px;
}
.news-wrap .single-post-text table td,
.news-wrap .content table td {
    vertical-align: top;
    padding: 5px;
}

.social-media-wrap {
    margin: 10px 0 10px 0;
}
.facebook-share,
.twitter-share {
    display: block;
    float: left;
    width: 16px;
    height: 16px;
}
.facebook-share {
    background: url("images/sprite-social-media.png") no-repeat scroll 0 0 transparent;
    margin-right: 7px;
}
.twitter-share {
    background: url("images/sprite-social-media.png") no-repeat scroll 0 -16px transparent;
}

/* new social media icons (share this) */
.smIcon {
    display: block;
    float: left;
    width: 145px;
    height: 20px;
    padding-right: 2px;
}
.smIcon.omega {
    padding-right: 0;
}

.st_facebook_hcount .stMainServices.st-facebook-counter {
    background-image: url("images/fb.jpg") !important;
    background-repeat: no-repeat;
    background-position: 15px;
    background-color: #3b5999;
    background-size: inherit;
    box-sizing: border-box !important;
}
.st_twitter_hcount .stMainServices.st-twitter-counter{
    background-image: url("images/twitter.jpg")!important;
    background-repeat: no-repeat;
    background-position: 11px;
    background-color: #00acee;
    background-size: inherit;
    box-sizing: border-box !important;

}
.st_googleplus_hcount .chicklets.googleplus {
    background-image: url("images/google.jpg")!important;
    background-repeat: no-repeat;
    background-position: 11px;
    background-color: #de4b39;
    background-size: inherit;
    box-sizing: border-box !important;

}
.st_email_hcount .stMainServices.st-email-counter {
    background-image: url("images/mail.jpg")!important;
    background-repeat: no-repeat;
    background-position: 10px;
    background-color: #989898;
    background-size: inherit;
    box-sizing: border-box !important;

}
.stButton {
    width: 145px!important;
    margin: 0!important;
}
.stButton,
.stButton_gradient {
    background-repeat:no-repeat!important;
    border: 0!important;
    border-radius: 0!important;
    height: 20px!important;
    background: transparent!important;
    padding: 0!important;
}
.stButton .chicklets:hover,
.stMainServices:hover {
    opacity: .75;
}
.stArrow {
    background: 0!important;
    padding: 0!important;
    margin: 0!important;
    background: 0!important;
    line-height: 1!important;
    height: 20px!important;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    top: 0px;
    right: 0;
    z-index: 50;
    display: none !important;
}

.st_googleplus_hcount .stButton_gradient.stHBubble {
    position: relative;
}
.st_googleplus_hcount .stBubble_hcount {
    position: absolute;
    top: 0px;
    right: 0;
}
.stBubble_hcount {
    padding: 0!important;
    font-family: inherit!important;
    font-size: 18px!important;
    height: 20px!important;
    line-height: 1!important;
    color: #fff;
}
.stButton > span {
    position: relative;
    width: 145px;
    display: block;
}
.news-wrap ul {
    margin: 0 0 15px;
}

.news-wrap ul li {
    list-style: circle;
    margin-left:25px;
}

.news-wrap a {
    color: #000;
    font-weight: bold;
}

.news-wrap a:hover {
    color: #c90000;
}

/* Recommended Articles */
.recommendedArticlesWrapper {
    background: #fff;
    padding: 16px;
    margin-bottom: 25px;
}

.recommendedArticlesWrapper article {
    width: 175px;
    display: block;
    float: left;
    padding-right: 15px;
}
.recommendedArticlesWrapper article.omega {
    padding-right: 0;
}
.recommendedArticlesWrapper h5 {
    font-size: 14px;
    line-height: 15px;
    margin: 5px 0 10px 0;
}
.recommendedArticlesWrapper img {
    width: 100%;
}
/* Visual Form Builder Pro
================================================== */
.visual-form-builder .vfb-legend {
    margin: 0;
    padding: 0;
    border: none;
}
.visual-form-builder fieldset {
    background-color: transparent;
    border-radius: 0;
    border: none;
    margin: 0;
}
.vfb-fieldset ul li {
    list-style: none;
    margin: 0;
}
.vfb-user-loggedin {
    display: none;
}

.vfb-item-submit {
    margin-top: -30px!important;
}
.vfb-small {
    width: 260px!important;
}

/* agb - akzeptiert */
.vfb-item.vfb-item-checkbox.omega {

}

/* SagDanke */
.sagDankeWrapper label {
    font-family: Arial;
}
.sagDankeWrapper .vfb-fieldset-2 {
    float: left;
    display: block;
    margin-top: 20px;
}
.sagDankeWrapper ul.vfb-section li {
    padding-left: 0;
}
.sagDankeTeilnehmerWrapper {
    width: 100%;
    float: left;
}
.sagDankeTeilnehmerWrapper h3 {
    font-size: 17px;
}
.sagDankeTeilnehmerWrapper ul li {
    list-style: none!important;
    margin-left: 0!important;
}
.sagDankeGewinnspiel {
    display: none;
}
.sagDankeGewinnspielButton {
    padding: 5px 20px;
    display: inline-block;
    cursor: pointer;
    border: 1px solid #ddd;
    border-radius: 2px;
    background: #eee;
    margin-left: 323px;
    margin-top: -5px;
}
.sagDankeGewinnspielButton:hover {
    border: 1px solid #ccc;
}
.sagDankeWrapper #vfb-51-51 ul {
    position: relative;
}
.sagDankeWrapper #vfb-absenden-53 {
    position: absolute;
    top: -20px;
    left: 0;
}
/* #Sidebar Radios
================================================== */
#sidebar {
}

#sidebar .sidebar-wrapper{
    padding: 10px;
    background: #e5e5e5;
}

#sidebar aside.omega {
    margin:0;
}

#sidebar aside {
    margin-bottom:20px;
}

#sidebar h5 {
    background: #1e1e1e;
    color: #ffffff;
    padding: 8px;
}

#sidebar #sidebar-radio ul {
    margin:0;
    padding:10px;
    background: #e5e5e5;
}

#sidebar #sidebar-radio ul li {
    margin-bottom: 2px;
    padding: 3px 10px!important;
    background: #fff;
}

#sidebar #sidebar-radio ul li.omega {
    margin:0;
    border:none;
    padding:0;
}


#sidebar #sidebar-radio ul li a {
    color:#000;
    font-weight: bold;
}

#sidebar #sidebar-radio ul li a:hover {
    color:#c90000;
}

/* #Sidebar Live Feed
================================================== */
#sidebar-live-feed ul {
    margin: 0 0 5px 0;
}
#sidebar-live-feed ul.omega {
    margin:0;
}

#sidebar-live-feed ul li  {
    line-height: 0;
    margin:0 5px 0 0;
    float:left;
    overflow: hidden;
    position: relative;
}

#sidebar-live-feed ul li.sidebar-small.omega {
    margin:0;
}

#sidebar-live-feed ul li.sidebar-small a {
    display: block;
    height: 88px;
    width: 88px;
    z-index: 50;
}

#sidebar-live-feed ul li.sidebar-small .titlewrapper {
    background: url("images/overlay-image.png") repeat scroll 0 0 transparent;
    bottom: 0;
    position: absolute;
    left: 0;
    text-align: right;
    width: 88px;
    z-index: 40;
}


#sidebar-live-feed ul li.sidebar-small h2 {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 12px;
    font-weight: normal;
    line-height: 14px;
    margin: 0;
    padding: 4px 10px;
}

#program-history ul li a {
    padding: 11px 17px;
}

#program-history .accordion-content a.fancybox-ajax {
    padding-left: 0;
}

/* #Sidebar Event
================================================== */

#sidebar-event .sidebar-wrapper {
    padding:0;
}

#sidebar-event .post-img {
    line-height: 0;
    font-size: 0;
}

#sidebar-event .post-text a {
    color:#fff;
    line-height: 18px;
}

#sidebar-event .post-text a:hover {
    color:#c90000;
}

#sidebar-event .date {
    display: block;
    line-height: 18px;
}

/* #Sidebar News
================================================== */
#sidebar .getNewsPodcastWrapper a.fancybox-ajax {
    display: blocK;
}
#sidebar .getNewsPodcastWrapper .singlePodcastImage {
    width: 50px;
}
#sidebar .getNewsPodcastWrapper .singlePodcastContent {
    width: 220px;
    padding: 0 0 0 10px;
    position: relative;
}
#sidebar .getNewsPodcastWrapper .singlePodcastTitle {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #000;
    line-height: 1.3;
}
#sidebar .getNewsPodcastWrapper .singlePodcastDate {
    color: #000;
}
#sidebar .getNewsPodcastWrapper .singlePodcastPlayButton {
    margin-top: 0;
    position: absolute;
    top: 0;
    right: 0;
}
#sidebar .getNewsPodcastWrapper .singlePodcastItem {
    padding: 10px 10px 0px 10px;
}

#sidebar .getNewsPodcastWrapper li.omega .singlePodcastItem {
    padding-bottom: 5px;
    border-radius: 0 0 7px 7px;
}

/* #Sidebar Service
================================================== */
#sidebar .getServicePodcastWrapper a.fancybox-ajax {
    display: blocK;
}
#sidebar .getServicePodcastWrapper .singlePodcastImage {
    width: 50px;
}
#sidebar .getServicePodcastWrapper .singlePodcastContent {
    width: 220px;
    padding: 0 0 0 10px;
    position: relative;
}
#sidebar .getServicePodcastWrapper .singlePodcastTitle {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #000;
    line-height: 1.3;
}
#sidebar .getServicePodcastWrapper .singlePodcastDate {
    color: #000;
}
#sidebar .getServicePodcastWrapper .singlePodcastPlayButton {
    margin-top: 0;
    position: absolute;
    top: 0;
    right: 0;
}
#sidebar .getServicePodcastWrapper .singlePodcastItem {
    padding: 10px 10px 0px 10px;
}

#sidebar .getServicePodcastWrapper li.omega .singlePodcastItem {
    padding-bottom: 5px;
    border-radius: 0 0 7px 7px;
}

/* #Sidebar Comedy
================================================== */
#sidebar .getComedyPodcastWrapper a.fancybox-ajax {
    display: blocK;
}
#sidebar .getComedyPodcastWrapper .singlePodcastImage {
    width: 50px;
}
#sidebar .getComedyPodcastWrapper .singlePodcastContent {
    width: 220px;
    padding: 0 0 0 10px;
    position: relative;
}
#sidebar .getComedyPodcastWrapper .singlePodcastTitle {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #000;
    line-height: 1.3;
}
#sidebar .getComedyPodcastWrapper .singlePodcastDate {
    color: #000;
}
#sidebar .getComedyPodcastWrapper .singlePodcastPlayButton {
    margin-top: 0;
    position: absolute;
    top: 0;
    right: 0;
}
#sidebar .getComedyPodcastWrapper .singlePodcastItem {
    padding: 10px 10px 0px 10px;
}

#sidebar .getComedyPodcastWrapper li.omega .singlePodcastItem {
    padding-bottom: 5px;
    border-radius: 0 0 7px 7px;
}

/* #Pagination
================================================== */

.pagination {
    margin:20px 0 0 0;
    padding:0;
}

.pagination ul li {
    float:left;
    list-style: none;
    margin: 0 5px 0 0;
}

div.pagination a, div.pagination span.pages, div.pagination span.dots, div.pagination span.current {
    background-color: #fff;
    border:1px solid #000;
    color: #000;
    display: block;
    font-weight: bold;
    font-size: 12px;
    margin: 0 2px;
    padding: 5px 10px;
    text-decoration: none;
    text-shadow: 0 1px 0 white;
}

div.pagination a:hover,
div.pagination span.current,
div.pagination a.current {
    background-color: #D60000;
    color: #fff;
    text-shadow: 0 1px 0 white;
    border:1px solid #D60000;
}

/* 404
================================================== */

.fullwidth {
    min-height: 500px;
}

.fehler404 {
    font-size: 218px;
    color: #c90000;
}

.fehler404-text {
    margin-top:36px;
    margin-left:10px;
}

/* Search
================================================== */

.page-title {
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 10px;
}


/* Uniq Youtube Gallery
================================================== */

.ytcshort{
    margin: 0;
}

.ytcshort .titlewrapper {
    bottom:0;
    height: 62px;
}

.ytcshort .titlewrapper h2 {
    padding: 0px 10px;
}

ul.ytchagallery.ytccf{
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.ytchagallery.ytccf li {
    float:left;padding:0;
    margin: 0;
    list-style: none;
}

ul.ytchagallery.ytccf li ul li {
    margin-right:16px;
    margin-bottom:16px;
}

ul.ytchagallery.ytccf li.ytc-r-4 ul li {
    margin-bottom:0;
}

ul.ytchagallery.ytccf li ul li.ytccell-last {
    margin-right:0;
}

ul.ytchagallery.ytccf div.ytcthumb-cont{
    float: left;
}

ul.ytchagallery.ytccf li a.ytcthumb{
    display: inline-block;
    border:1px solid #999;
    background-position: center center;
    background-size: 110%;
    background-repeat: no-repeat;
}

ul.ytchagallery.ytccf li a.ytcthumb .ytcplay{
    background: url("images/play.png") -9999px -9999px no-repeat;
}

ul.ytchagallery.ytccf li a.ytcthumb:hover{
    opacity: 0.75;
}

ul.ytchagallery.ytccf li a.ytcthumb:hover .ytcplay{
    background-position: center center;
}

ul.ytchagallery.ytccf .ytctitle a{
    word-wrap: break-word;
}

ul.ytchagallery.ytccf .ytctitle{
    line-height: 1;
}

ul.ytchagallery.ytc-td-left div.ytcthumb-cont{
    margin: 0 5px 5px 0;
}

ul.ytchagallery.ytc-td-right div.ytcthumb-cont{
    float: right;
    margin: 0 0 5px 5px;
}

ul.ytchagallery.ytc-td-top div.ytcthumb-cont{
    float: none;
}

ul.ytchagallery.ytc-td-bottom div.ytcthumb-cont{
    float: none;
}

ul.ytchagallery.ytc-td-bottom div.ytctitledesc-cont{
    margin-bottom: 5px;
}

ul.ytchagallery.ytc-td-bottom div.ytctitledesc-cont h5{
    margin-bottom: 5px;
}

ul.ytchagallery.ytccf li .ytcliinner{
    padding: 0 10px 10px 0;
    overflow: hidden;
}

ul.ytchagallery.ytccf li.ytccell-last .ytcliinner{
    padding-right: 0;
}

.ytcshort .small{
    overflow: hidden;
}

.ytcmore{
    display: block;
}

.yt-image {
    line-height: 136px;
    height: 144px;
    background: #000;
}

.yt-image img {
    width: 144px;
    vertical-align: middle;
}

/* #Program History
================================================== */

#program-history > ul > li > a {
    color: #FFE400;
    text-align: center;
    font-weight: normal;
}

#program-history > ul > li > a > span {
    display: block;
}

#program-history > ul > li > a:hover,
#program-history > ul > li.ui-state-active > a {
    color: #c90000;
    font-weight: normal;
}

#program-history > ul > li.ui-state-active,
#program-history > ul > li:hover {
    border-right: 1px solid transparent;
    background: #FFE400;
    border-radius: 0;
}

#program-history .ui-widget-header {
    background: #333;
}

#program-history .ui-widget-content {
    background: #f1f1f1;
}

#program-history .ui-widget-content ul {
    margin-bottom:0;
}

#program-history .ui-widget-content ul li {
    list-style: none;
    margin-left:0;
    line-height: 24px;
}

#program-history .ui-widget-content ul li ul {
    margin-left:17px;
    margin: 10px 0 10px 17px;
}

#program-history .ui-widget-content ul li .time {
    margin-right: 10px;
    display: inline-block;
}

#program-history .accordion {
    position: relative;
    overflow: hidden;
}

#program-history .accordion.omega {
    height: auto;
}

#program-history .accordion-title {
    display: block;
    background: #333;
    color:#FFE400;
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
    padding: 5px 0 5px 10px;
}

#program-history .accordion-more {
    display: block;
    position: absolute;
    bottom:10px;
    right:0;
    font-weight: bold;
    cursor: pointer;
}

#program-history .accordion-more:hover {
    color: #c90000;
}

#program-history .accordion.omega .accordion-more.alpha{
    display: none !important;
}

#program-history .accordion-more.omega {
    display: none;
}

#program-history .accordion.omega ul li {
    display: block !important;
}

/* Google Ads sidebar */
.sidebarAdWrapper {
    width: 300px;
    position: absolute;
    top: 210px;
    right: -335px;
}
.sidebarAdWrapper.fixedScrollAd {
    position: fixed;
    top: 50px;
    right: 50%;
    margin-right: -825px;
}
.stopFixedScrollAd {
    position: absolute;
}

/* sidebar skyscraper */
.sidebar-skyscraper {
    position: absolute;
    top: 190px;
    left: 100%;
    margin-left: 25px;
    z-index: 101;
}

.sidebar-skyscraper img {
    display: block;
    max-width: 100%;
    height: auto;
}

.expiring-banner {
    margin: 12px 0;
}

/* #Footer
================================================== */

footer {
    background: none repeat scroll 0 0 #000000;
    margin: 0 auto;
    width: 1020px;
    margin-bottom:20px;
    position: relative;
}


.footer-box {
    width: 144px;
    color:#fff;
    margin-left: 17px;
    font-size: 12px;
    line-height: 18px;
    font-weight: bold;
    margin-bottom:15px;
}

.alpha.footer-box {
    margin-left: 41px;
    position: relative;
}

.alpha.footer-box ul {
    left: 58px;
    position: absolute;
    top: 69px;
    margin:0;
}

.alpha.footer-box ul li {
    margin:0;
}

.footer-nav li {
    margin:0;
}

.footer-nav li a {
    font-weight: bold;
    color: #fff;
}

.footer-nav li a:hover {
    color:#FFE400;
}

.footer-box h3 {
    color:#ffe500;
    font-size: 18px;
    line-height: 14px;
    margin-top: 17px;
    margin-bottom: 20px;
}

.footer-left-img {
    background: url("images/sprite-footer.png") no-repeat scroll 0 0 transparent;
    position: absolute;
    top: -9px;
    left:0;
    width: 20px;
    height: 33px;
}

.footer-right-img {
    background: url("images/sprite-footer.png") no-repeat scroll 0 -33px transparent;
    position: absolute;
    top: -9px;
    right:0;
    width: 20px;
    height: 33px;
}

.footer-bottom {
    min-height: 29px;
    background: #232323;
    font-size: 12px;
    font-family: Arial;
    color:#999999;
    border-top:1px solid #595959;
}

.footer-bottom span {
    display: block;
    line-height: 35px;
    margin-left: 40px;
}

.frequency span.alpha,
.frequency span.omega {
    float:left;
}
.frequency span.alpha {
    width: 74px;
}

.footer-box.social-media a {
    display: block;
    padding-left:20px;
    height: 16px;
}

.footer-box.social-media div {
    padding-bottom:2px;
}

.footer-box.social-media div.footer-rss {
    display: none;
}

.footer-facebook a {
    background: url("images/sprite-social-media.png") no-repeat scroll 0 0 transparent;
}

.footer-twitter a {
    background: url("images/sprite-social-media.png") no-repeat scroll 0 -16px transparent;
}

.footer-youtube a {
    background: url("images/sprite-social-media.png") no-repeat scroll 0 -32px transparent;
}

.footer-rss a {
    background: url("images/sprite-social-media.png") no-repeat scroll 0 -48px transparent;
}
.footer-googleplus {
    background: url("images/gplus.png") no-repeat scroll 0 0 transparent;
}
.footer-itunes {
    background: url("images/itunes.png") no-repeat scroll 0 0 transparent;
}
.footer-android-app {
    background: url("images/android-app.png") no-repeat scroll 0 0 transparent;
}

/* #Plugin Rewrites
================================================== */

.jqmWindow {
    left:44% !important;
}

/* #Newsletter
================================================== */

.newsletter-email input {
    margin-top:5px;
}

.newsletter-agb {
    margin-top:10px;
}

.newsletter-agb input {
    position: relative;
    top:2px;
}

.newsletter-submit {
    margin-top:10px;
}

/* #Thema
================================================== */

.single .topicPage .topic h2 {
    font-size: 22px;
    line-height: 25px;
}

.single .topicPage .topic {
    padding-bottom: 20px;
    border-bottom: 3px solid #E5E5E5;
}

.single .topicPage .topic:last-child {
    border:none;
}


.single .topicPage .topic  .post-text.fullsize {
    width: 100%;
}

/* #Footer kontakt
================================================== */
.lower-lh {
    line-height: 12px;
}

/* #Home
================================================== */
.content-block {
    margin-top: 14px;
    background-color: #fff;
}

.list-inline li {
    display: inline-block;
    list-style: none;
    vertical-align: middle;
}

.text-center {
    text-align: center;
}

.featured-item {
    position: relative;
    margin: 15px 7px;
    height: 150px;
    overflow: hidden;
}

.featured-articles a {
    color: #fff;
}

.featured-title {
    margin: 0;
    padding: 5px 10px;
    font-size: 17px;
    font-weight: bold;
}

.featured-articles .titlewrapper {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 40;
    background: url("images/overlay-image.png") repeat scroll 0 0 transparent;
    text-align: right;
}

.featured-articles .description {
    margin-top: -5px;
    padding: 0 10px 5px 10px;
    font-size: 16px;
}

.ui-menu-item-highlight {
    font-weight: bold;
}

/**
 * Webradio widget
 */
.webradio {
    height: 100px;
    background-color: #333;
    overflow: hidden;
}

.webradio-container {
    display: table;
    margin: 0 auto;
    width: 980px;
    height: 100%;
}

.webradio-brand {
    display: table-cell;
    width: 143px;
    vertical-align: middle;
}

.webradio-slider {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.webradio-carousel {
    margin: 0 auto;
    padding-left: 23px;
    overflow: hidden;
    height: 80px!important;
}

.js .webradio-carousel {
    padding-left: 0;
}

.webradio-item {
    margin-right: 14px;
}

.webradio-item-link {
    display: block;
    opacity: 0.6;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.webradio-item-link:hover {
    opacity: 1;
}

.webradio-item-link img {
    width: 80px !important;
}

.webradio-slider-controls {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin-top: -9px;
    z-index: 100;
}

.webradio-slider-controls a {
    display: block;
    width: 100%;
    height: 100%;
}

.webradio-slider-next, .webradio-slider--mobile-next {
    position: absolute;
    right: 0;
    width: 11px;
    height: 18px;
    background: url("images/next.png") 0 0 no-repeat;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

picture img {
    max-width: 100%;
    height: auto;
}

/* #Alignment
================================================== */
.alignleft {
    float: left;
}

img.alignleft {
    margin: 0 10px 5px 0;
}

.alignright {
    float: right;
}

img.alignright {
    margin: 0 0 5px 10px;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.aligncenter {
    margin: 5px auto;
}

/* #Helper classes
================================================== */
.hidden-desktop {
    display: none !important;
}

/* #Various
================================================== */
iframe[name='google_conversion_frame'] {
    height: 0 !important;
    width: 0 !important;
    line-height: 0 !important;
    font-size: 0 !important;
    margin-top: -13px;
    float: left;
}

.l-page-full .news-wrap {
    width: 100%;
    float: none;
}

.link-pages {
    margin: 30px 0 50px;
    font-size: 15px;
}

.news-wrap .link-pages a,
.link-pages a {
    display: inline-block;
    padding: 10px;
    background-color: #ffe400;
    color: #000;
}

.link-pages a + a {
    float: right;
}

.link-pages-prev:before {
    padding-right: 5px;
    content: "\f0a8";
    font-family: FontAwesome;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.link-pages-next:after {
    padding-left: 5px;
    content: "\f0a9";
    font-family: FontAwesome;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.tipp-title {
    font-weight: normal;
}

.single-thumbnail-wrapper {
    position: relative;
}

.single-thumbnail-wrapper .st_facebook_hcount {
    position: absolute;
    right: 0;
    bottom: 0;
}

.single-thumbnail-wrapper .single-thumbnail {
    display: block;
}

.single-thumbnail-wrapper .fb-share-button-icon {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0 10px 0 40px;
    height: 30px;
    background: #3c5b97 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeBAMAAADJHrORAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAHlBMVEUgQIAvTYhbc6K1v9X///9qgKrS2eaImbuXpsQ+WZFLFdXRAAAAAWJLR0QEj2jZUQAAAEpJREFUGNNjYKATEFJE4Qq7uAQg81NQ+ewuqHwOFydBBhR+AgMe/tRgl9RQJH4L0DgXAVS+GwNuPqOES6IAHvNpzmftKCAjjLEAAKynEqraX94CAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE2LTA0LTA1VDEyOjExOjEyKzAwOjAwE5MkzwAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNi0wNC0wNVQxMjoxMToxMiswMDowMGLOnHMAAAAASUVORK5CYII=') 0 50% no-repeat !important;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    line-height: 30px;
}

.section-title-p {
    font-size: 16px;
    font-weight: 900;
    color: #000000;
    font-style: italic;
    font-family: "Futura book", Trebuchet MS, Arial, sans-serif;
    /* margin: 20px 0 0; */
    margin: 0!important;
}
.section-title-p-home {
    font-size: 16px;
    vertical-align: middle;
    display: table-cell;  
}
.section-title {
    margin: 0!important;
}

.site-id-6.postid-28458 .single-post img.single-thumbnail{
    display: none!important;
}

.site-id-6.postid-28458 .single-post-text h2{
    display: none!important;
}

.page-id-54 .news-wrap--grey-bg .iframe-container iframe {
    width: 100%!important;
    height: 100%!important;
    min-height: 500px!important;
}

.no-music-url:before {
    display: none!important;
}