/* open-sans-regular - latin */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: local(''),
	url('../fonts/OpenSans/open-sans-v34-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	url('../fonts/OpenSans/open-sans-v34-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-600 - latin */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	src: local(''),
	url('../fonts/OpenSans/open-sans-v34-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	url('../fonts/OpenSans/open-sans-v34-latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-italic - latin */
@font-face {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 400;
	src: local(''),
	url('../fonts/OpenSans/open-sans-v34-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	url('../fonts/OpenSans/open-sans-v34-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

body{
    margin: 0;
    padding: 0;
    color: #606060;
    font-family: 'Open Sans', sans-serif;
}

p {
    font-size: 1rem;
    line-height: 1.4;
    font-weight: 300;
    color: #2D4688;

    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

h1, h2, h3, h4, h5, h6{
    color: #0E224D;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;

    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}


/*listen*/
h2{
    font-size: 2.5rem;
    color: #2D4688;
    margin-top: 0;
    margin-bottom: 0.5rem;
    padding-top: 0;
}

.subline{
    font-size: 1rem;
    font-weight: 200;
    line-height: 1.2;
    padding-top: 1rem;
    padding-bottom: 0;
    color: #2D4688;
}

h3{
    font-size: 1.3rem;
    color: #2D4688;
}

/*rubrik*/
h4{
    font-size: 1.4rem;
    font-weight: 300 !important;
    margin-bottom: 1rem !important;
    border-bottom: 1px solid #f08331;
}

.rubricinfo{
    font-family: 'Open Sans', sans-serif;
    font-weight: 200;
    color: #2D4688;
    padding: 0;
    margin: 0;
}

.rubriccategory{
    font-family: 'Open Sans', sans-serif;
    font-size: 1.2rem;
    color: #0E224D;
    line-height: 1;
    min-height: 2rem;
}

a{
    color: #2d4688;
}

.header{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    background: #2d4688;

    margin-bottom: 0.65rem;
    min-height: 8rem;
}

.header_logo{
    padding-top: 1.3rem;
    padding-bottom: 1.3rem;
    padding-left: 2rem;
    z-index: 1;
    position: absolute;
}

.header .header_image{
    padding: 0;
    z-index: 2;
    position: relative;
}

.header .header_image img{
    float: right;
}

.header_text{
    font-family: 'Open Sans', sans-serif;
    font-size: 0.8rem;
    letter-spacing: 1px;
}

.header_text a{
    color: #0e224d;
}

.header_text p{
    margin: 0;
    padding: 0;
}

.header_text ul{
    font-size: 0.8rem;
}

.rubric{
    color: #0e224d;
}

.social_pos{
    float: right !important;
}

hr{
    margin: 0.5rem 0rem;
}


.red{
    border-color: #ed6c06;
    margin: 0.3rem 0 0.3rem 0;
}


.slogan{
    margin-top: 3.2rem;
}

.slogan h2{
    font-size: 1rem;
    font-weight: normal;
    letter-spacing: 1px;
    padding-left: 0.5rem;
}

.roundcorners_left{
    -webkit-border-top-left-radius: 5px !important;
    -webkit-border-bottom-left-radius: 5px !important;
    -moz-border-radius-topleft: 5px !important;
    -moz-border-radius-bottomleft: 5px !important;
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
}

.roundcorners_right{
    -webkit-border-top-right-radius: 5px !important;
    -webkit-border-bottom-right-radius: 5px !important;
    -moz-border-radius-topright: 5px !important;
    -moz-border-radius-bottomright: 5px !important;
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

.roundcorners_top{
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.roundcorners{
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
}

.box{
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    padding: 1rem;
    overflow: hidden;
}

.box p{
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.3;
}

.top-bar {
    background: none repeat scroll 0 0;
    line-height: 1;
    margin: 0;
    padding: 0;
}

.orbit-container .orbit-slides-container li .orbit-caption{
    background-color: rgba(0, 0, 0, 0.7);
}

.top-bar-section{
    background: none repeat scroll 0 0 #fff;
    height: 30px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.45);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.45);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.45);
}

.top-bar-section ul li{
    background: none;
}

.top-bar-section ul li > a {
    background: none;
    font-size: 0.9rem;
    color: #2d4688;
    font-size: 0.9rem;
    font-family: 'Open Sans', sans-serif;
}

.top-bar-section ul li:not(.has-form) a:hover:not(.button){
    background: none repeat scroll 0 0 #0e224d;
    color: #fff;
}

.top-bar-section ul li:hover:not(.has-form) > a{
    background: none repeat scroll 0 0 #0e224d;
}

.top-bar-section li:not(.has-form) a:not(.button) {
    line-height: 30px;
    padding: 0 10px;
    background: none;
}

.top-bar-section li:not(.has-form) a:hover:not(.button) {
    background: none repeat scroll 0 0;
    color: #fff;
}

.top-bar-section li.active:not(.has-form) a:not(.button) {
    line-height: 30px;
    padding: 0 15px;
    background: none repeat scroll 0 0;
    color: #fff;
}

.top-bar-section li.active:not(.has-form) a:not(.button):hover {
    background: none repeat scroll 0 0 #1368AB;
    color: #fff;

    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
}

.top-bar-section li:not(.has-form):not(.active):hover > a:not(.button) {
    line-height: 30px;
    color: #ffffff;
    background-color: #2D4688;
}

.top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
    background: none repeat scroll 0 0 #2D4688;
    color: white;
    padding: 2px 5px;
}

.top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
    line-height: 30px;
    color: white;
    background-color: #0e224d;
}

.top-bar-section .dropdown li.active:not(.has-form) a:not(.button) {
    line-height: 30px;
    padding: 5px;
    background: none repeat scroll 0 0 #0e224d;
    color: #fff;

    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}

.top-bar-section .dropdown li label {
    white-space: nowrap;
    background: #333333;
}

.top-bar-section .dropdown li .dropdown {
    left: 100%;
    top: 0;
}

.top-bar-section .has-dropdown > a:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: rgba(45, 70, 136, 1) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-image: none;
    /*border-right: 5px inset rgba(0, 0, 0, 0);
    border-style: solid inset inset;
    border-width: 5px;*/
    content: "";
    display: block;
    height: 0;
    margin-top: 1.5px;
    top: 12.5px;
    width: 0;
}

.top-bar .name h1 a {
    color: #ed6c06;
    line-height: 25px;
}

.top-bar-section .dropdown li.title h5{
    margin: 0;
    font-size: 1rem;
    font-weight: bold;
}

.top-bar-section .dropdown li.title h5 a {
    line-height: 25px;
}

.top-bar.expanded .toggle-topbar a {
    color: #fff;
}

.top-bar.expanded .toggle-topbar a:after {
    box-shadow: 0 10px 0 1px #fff, 0 16px 0 1px #fff, 0 22px 0 1px #fff;
}

.top-bar-section .has-form {
    background: none;
    height: auto;
    padding: 0;
}

#SearchIndexIndexForm{
    margin: -0.15rem 0;
}

#SearchIndexIndexForm input[type="text"]{
    height: 1.3rem;
    padding: 0 5px;
    margin: 0;
	-webkit-appearance: none;
	border-radius: 0;
    background-color: #F3F3F3;
    border-right: 0;
}

#SearchIndexIndexForm .postfix{
    width: 1rem;
    height: 1.3rem;
    margin: 0;
    background-color: #F3F3F3;
    color: #909090;
    border: 1px solid #ccc;
    border-left: none;
    padding: 0 !important;
    border-radius: 0 5px 5px 0 !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
}

.highlight{
    background-color: #ffff00;
}

.sub-nav{
    margin: 0;
    padding: 0;
}

.sub-nav ul{
    margin: 4px 0 0 0;
    padding: 0;
}

.sub-nav li{
    margin: 0 3px;
    padding: 0;
    font-size: 0.750rem;
}

.sub-nav li a{
    margin: 0;
    padding: 0 8px;
    color: #fff;
    text-transform: uppercase;
}

.sub-nav li a:hover{
    color: #0e224d;
}

.sub-nav .active{
    color: #1368ab;
}

.breadcrumbs > *:before{
    font-family: 'icomoon';
    content: "\e619";
}

.breadcrumbs{
    background: none;
    border: none;
    padding: 0 0 1rem 1rem;
}

.breadcrumbs > *{
    text-transform: none;
    font-size: 0.9rem;
    font-family: 'Open Sans', sans-serif;
    color: #7B7B7B;
}

.breadcrumbs a:hover{
    color: #7B7B7B;
}

.play_wrap{
    /*padding: 1.8rem 0.8rem;*/
    /*display: table-cell;
    text-align: center;
    text-align: -moz-center;
    vertical-align: middle;*/

    bottom: 0;
    height: 2.3rem;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 8.3rem;
}

.big{
    width: 10.8rem !important;
}

.big .text{
    display: inline !important;
}

.play_wrap .text{
    color: #fff;
    float: left;
    line-height: 2.4;
    padding-right: 0.5rem;
}

.btn_play{
    -webkit-border-radius: 5px 5px 10px;
    -moz-border-radius: 5px 5px 10px;
    border-radius: 5px 5px 10px;

    background-color: rgba(255, 255, 255, 0.8);
    color: #2D4688;
    float: left;
    font-size: 1.5rem;
    line-height: 1;
    padding: 0.5rem 0.8rem;
    text-align: center;
}

.btn_play2{
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 5px 5px 10px;
    color: #2D4688;
    font-size: 1.5rem;
    height: 2.5rem;
    left: 40%;
    line-height: 1;
    padding-left: 0.6rem;
    padding-top: 0.5rem;
    position: absolute;
    top: 36%;
    width: 2.5rem;
}

/*slick*/
.topnews_slick .slick-prev:before, .topnews_slick .slick-next:before {
    font-size: 40px;
}

.topnews_slick .slick-prev, .topnews_slick .slick-next {
    width: 40px;
    height: 40px;
}

.topnews_slick .slick-prev{
    left: 0.6rem;
}

.topnews_slick .slick-next {
    right: 0.6rem;
}

.topnewsticker{
    background-size: cover;
    background-position: center center;
    width: auto;
    height: 28rem;
}

.hh_slick .slick-dots{
    margin: 0;
    top: 10.7rem;
}

.hh_slick button{
    margin: 0;
}

.hh_slick .slick-dots li button:before{
    font-size: 10px;
    color: #fff;
    opacity: 1;
}

.hh_slick .slick-dots li.slick-active button:before {
    font-size: 10px;
    color: #0E224D;
    opacity: 1;
}

.hh_slick .slick-prev:before, .hh_slick .slick-next:before {
    font-size: 15px;
}

.hh_slick .slick-prev, .hh_slick .slick-next {
    top: 10.7rem;
    z-index: 1;
}

.archiv_slick .slick-prev{
    left: 0;
}

.archiv_slick .slick-next {
    right: 0;
}

.archiv_slick .slick-dots{
    top: 10.7rem;
    margin: 0;
}

.archiv_slick button{
    margin: 0;
}

.archiv_slick .slick-dots li button:before{
    font-size: 10px;
    color: #fff;
    opacity: 1;
}

.archiv_slick .slick-dots li.slick-active button:before {
    font-size: 10px;
    color: #0E224D;
    opacity: 1;
}

.archiv_slick .slick-prev:before, .archiv_slick .slick-next:before {
    font-size: 15px;
}

.archiv_slick .slick-prev, .archiv_slick .slick-next {
    top: 10.7rem;
    z-index: 1;
}

.archiv_slick .slick-prev{
    left: 0;
}

.archiv_slick .slick-next {
    right: 0;
}

.broadcast_slick .slick-dots{
    margin: 0;
    top: 22.4rem;
}

.broadcast_slick button{
    margin: 0;
}

.broadcast_slick .slick-dots li button:before{
    font-size: 10px;
    color: #636363;
    opacity: 1;
}

.broadcast_slick .slick-dots li.slick-active button:before {
    font-size: 10px;
    color: #0E224D;
    opacity: 1;
}

.broadcast_slick .slick-prev:before, .broadcast_slick .slick-next:before {
    font-size: 20px;
    color: #0E224D;
}

.broadcast_slick .slick-prev, .broadcast_slick .slick-next {
    top: 22.4rem;
    padding: 0;
    width: 20px;
    height: 20px;
    z-index: 1;
}

.bigBroadcast_slick .slick-dots{
    margin: 0;
    top: 1rem;
    position: relative;
}

.bigBroadcast_slick button{
    margin: 0;
}

.bigBroadcast_slick .slick-dots li button:before{
    font-size: 10px;
    color: #636363;
    opacity: 1;
}

.bigBroadcast_slick .slick-dots li.slick-active button:before {
    font-size: 10px;
    color: #0E224D;
    opacity: 1;
}

.bigBroadcast_slick .slick-prev:before, .bigBroadcast_slick .slick-next:before {
    color: #0E224D;
    font-size: 30px;
    padding: 0.5rem;
    position: relative;
    top: 14rem;
}

.bigBroadcast_slick .slick-prev{
    background-color: rgba(255, 255, 255, 0.75);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 3rem;
    margin: 0;
}

.bigBroadcast_slick .slick-prev:before{
    content: "<" !important;
}

.bigBroadcast_slick .slick-next {
    background-color: rgba(255, 255, 255, 0.75);
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    width: 3rem;
    right: 0;
    margin: 0;
}

.bigBroadcast_slick .slick-next:before{
    content: ">" !important;
}

.hh60 ul{
    list-style: decimal;
    list-style-position: inside;
    color: #fff;
    margin: 1rem 0;
    padding: 0;
}

.hh60 li{
    border-top: 1px solid rgba(255, 255, 255, 0.6);
    padding: 0.3rem;
    line-height: 1;
}

.orbit-caption{
    position: absolute;
    bottom: 0;
    padding: 1rem 0.2rem;
    width: 100%;
}

.orbit-caption .date{
    padding: 0.2rem 0.8rem;
    margin-top: 0.5rem;
    color: #0E224D;
    font-size: 0.8rem;
    font-family: 'Open Sans', sans-serif;
}

.orbit-caption h2{
    color: #0E224D;
    font-size: 1.5rem !important;
    font-family: 'Open Sans', sans-serif;
    padding: 0 0.8rem;
    margin: 0;
    line-height: 1;
}

.orbit-caption .district{
    background-color: #2D4688;
    color: #fff;
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.8rem;
    margin: 0.5rem 0.8rem;
    padding: 0.2rem 0.5rem;
}

.orbit-caption p{
    font-family: 'Open Sans', sans-serif;
    font-size: 1.1rem !important;
    color: #2D4688;
    padding: 0 0.8rem;
    padding-bottom: 0.5rem;
    margin: 0;
    line-height: 1;
}

.teaser_caption{
    min-height: 30px;
    position: absolute;
    bottom: 0;
    background-color: rgba(253, 106, 0, 0.7);
    width: 100%;
    color: #353335;
    padding: 0 0.625rem;
}

.teaser_caption h5{
    color: #fff;
    font-weight: normal;
    font-size: 0.85em;
    margin: 0.4rem 0 0 0;
    padding: 0;
}

.teaser_caption p{
    color: #fff;
    font-size: 0.6em !important;
    font-weight: bold;
    line-height: 0.8rem;
    margin: 0 0 0.2rem;
}

.teaser_boundary{
    overflow: hidden;
    /*height: 8.1rem;*/
    /*width: 18rem;*/
}

.teaser_boundary ul{
    margin: 0 -0.1rem;
    padding: 0;
    /*height: 100rem;*/
}

.teaser_boundary li{
    list-style: none;
    width: 100%;
    position: absolute;
}

.teaser_large{
    height: 130px;
    background-position: center center;
    background-size: cover;
    position: relative;
}

.teaser_medium{
    min-height: 8.3rem;
    background-position: center center;
    background-size: cover;
    position: relative;
}

.teaser_small{
    height: 7rem;
    background-position: center center;
    background-size: cover;
    position: relative;
}

.teaser_dossier{
    background-position: center center;
    background-size: cover;
    position: relative;
    min-height: 26rem;
}

.shadow_inset{
    -webkit-box-shadow: inset 0px -5px 5px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0px -5px 5px -5px rgba(0,0,0,0.75);
    box-shadow: inset 0px -5px 5px -5px rgba(0,0,0,0.75);
}

.shadow_inset2{
    -webkit-box-shadow:inset 0 5px 5px -5px rgba(0,0,0,0.75);
    -moz-box-shadow:inset 0 5px 5px -5px rgba(0,0,0,0.75);
    box-shadow:inset 0 5px 5px -5px rgba(0,0,0,0.75);
}

.citylabel{
    background-color: #2d4688;
    color: #fff;
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.8rem;
    padding: 0.2rem 0.5rem;
    margin-right: 0.5rem;
    letter-spacing: 0;
    line-height: 1.2;
}

.date{
    font-family: 'Open Sans', sans-serif;
    font-size: 0.8rem;
    line-height: 1.6;
    color: #0E224D;
}

.timelabel{
    color: #F08331 !important;
}

.rubric_headline{
    margin-bottom: 0.1rem;
    margin-top: 0.5rem;
}

#weather{
    font-size: 0.8rem;
    padding-top: 0.2rem;
}

#weather p{
    font-family: 'Open Sans', sans-serif;
    font-size: 0.8rem;
}

.service{
    height: 130px;
    position: relative;
}

.article_boundary{
    overflow: hidden;
    /*height: 36rem;*/
    /*width: 26rem;*/
}

.article_boundary ul{
    margin: 0;
    padding: 0;
    width: 100rem
}

.article_wrap{
    float: left;
    list-style: none;
    width: 26rem;
    position: relative;
}

#article_back img{
    cursor: pointer;
}

#article_forward img{
    cursor: pointer;
}

.topspace{
    margin-top: 1.25rem;
}

.space{
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.list{
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
}

.newstext{
    padding-top:1rem;
}

.newstext p{
    line-height: 1.2;
}

.newstext > .socialpost ul{
    font-size: 1.2rem;
}

.newstext > .socialpost li:first-child{
    font-size: 0.9rem;
    line-height: 1.7;
}

.newstext a{
    text-decoration: underline;
}

.newsticker{
    min-height: 3rem;
}

.newsticker h1{
     font-size: 0.9rem;
     color: #fff;
     font-family: 'Open Sans', sans-serif;
 }

.newsticker h2{
    color: #0E224D;
    font-size: 0.9rem;
    padding-top: 0rem;
    padding-left: 0.3rem;
    margin: 0;
    font-weight: normal;
}

.newsticker p{
    color: #0E224D;
    font-size: 0.8rem;
    padding-top: 0;
    padding-bottom: 0.2rem;
    padding-left: 0.3rem;
    margin: 0;
}

.newsticker .wrap{
    /*border-left: 1px solid #991715;*/
    overflow: hidden;
}

.broadcast_border{
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: #2D4688;
    padding: 1rem;
}

.broadcast_border p{
    color: #fff;
}

.broadcast_border2{
    background-color: #F2F2F2;
    padding: 1rem;
    min-height: 17rem;
}

.broadcast_border2btn{
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;

    background-color: #1368AB;
    height: 5rem;
    position: relative;
}

.broadcast_border2 h3{
    color: #535353;
    line-height: 1.2;
    min-height: 3rem;
    font-size: 1.3rem;
}

.broadcast_border2 p{
    color: #535353;
    line-height: 1.2;
}


/** Module **/
.mappin{
    background-color: rgba(19, 104, 171, 0.8);
    color: #fff;
    left: 15%;
    padding: 0.5rem;
    position: absolute;
    top: 180px;
    width: 230px;
    z-index: 1;
}

.mappin:after{
    top: 100%;
    right: 40px;
    border: solid transparent; content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: rgba(19, 104, 171, 0.8);
    border-width: 20px;
}

.mappin p{
    color: #fff;
    font-size: 1.3rem;
    line-height: 1.3;
    padding-left: 0.3rem;
    display: table;
    margin: 0;
}

.mapnav{
    position: absolute;
    right: 10%;
    top: 90px;
    z-index: 1;
    background-color: rgba(19, 104, 171, 0.8);
    color: #fff;
    padding: 0.5rem;
}

.mapnav a{
    color: #fff;
    padding: 0;
    margin: 0;
    display: inline;
}

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

.mapnav li{
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 1.1rem;
    line-height: 1;
    margin: 0;
    padding: 0.6rem 0;
}

.mapnav h4{
    font-family: 'Open Sans', sans-serif;
    font-size: 1.3rem;
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}

.mapinfo{
    padding: 0px;
    background-color: rgba(255, 255, 255, 0.8);
    height: 0px;
    position: absolute;
    right: 0;
    width: 0px;
    z-index: 1;
    overflow: hidden;
    top: 5rem;
}

.mapinfo h3{
    padding-bottom: 0.45rem;
}

.mapinfo p{
    margin-bottom: 0;
    font-size: 1rem;
}

.mapinfo img{
    padding-top: 0.45rem;
}

.mapinfo .close_view:before{
    content: ">";
    left: 7px;
    position: relative;
    top: 110px;
}

.mapinfo .close_view{
    background-color: #0e224d;
    color: white;
    font-size: 2rem;
    height: 270px;
    width: 30px;
    cursor: pointer;

    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
}

.programplan a{
    color: #2D4688;
}

.sidemodul{
    background-color: #2D4688;
    width: 100%;
    margin-bottom: 1rem;
    padding: 1rem;

    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
}

.sidemodul h6{
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    line-height: 1;
    color: #fff;
    margin: 0 0 1rem;
}

.sidemodul hr{
    border-color: rgba(255,255,255,0.4);
}

.sidemodul p{
    color: #fff;
    font-size: 0.9rem;
    line-height: 1.4;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0;
    margin: 0;
}

.sidemodul .text{
    color: #fff;
}

.flex_box{
    /*display: -webkit-box;*/      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */

    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    /*flex-flow: column wrap;*/
}

.order_1{
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
}

.order_2{
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
}

.order_3{
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
}

.order_4{
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
}

.order_5{
    -webkit-box-ordinal-group: 5;
    -moz-box-ordinal-group: 5;
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
}

.order_6{
    -webkit-box-ordinal-group: 6;
    -moz-box-ordinal-group: 6;
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6;
}

.order_7{
    -webkit-box-ordinal-group: 7;
    -moz-box-ordinal-group: 7;
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7;
}

.order_8{
    -webkit-box-ordinal-group: 8;
    -moz-box-ordinal-group: 8;
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8;
}

.page{
    margin: 2rem 0 2rem 0.325rem;
}

.page .category{
    background-color: #99141B;
    bottom: 10px;
    font-size: 0.625rem;
    height: 2.2rem;
    left: -30px;
    line-height: 3.4;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: 40px;
    color: #0E224D;
}
.page .category:after{
    border-color: #b7b7b7 transparent transparent;
    border-style: solid;
    border-width: 10px 10px 0 0;
    content: "";
    height: 0;
    position: absolute;
    top: 2.2rem;
    left: 30px;
    width: 0;
}

.page .ribbon{
    background-color: #0E224D;
    font-size: 1rem;
    height: 2.2rem;
    line-height: 2.2;
    margin-left: 30px;
    padding-left: 2rem;
    position: relative;
    text-transform: uppercase;
    color: #fff;
}

.infodisplay{
    left: 14rem;
    top: -1rem;
    position: absolute;
    width: 21rem;
    z-index: 1;
    -webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.75);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.infodisplay:before{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12.5px 15px 12.5px 0;
    border-color: transparent #B4ADB2 transparent;
    position: absolute;
    top: 18px;
    left: -15px;
}

.infodisplay p{
    color: #fff;
    font-size: 0.825rem;
}

.infodisplay .top{
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #B4ADB2;
    padding: 1rem;
}

.infodisplay .bottom{
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: #294788;
    padding: 1rem;
}

.accordion ul, ol, dl{
}

.accordion .accordion-navigation > a, .accordion dd > a {
    background-color: #2D4688;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    padding: 0rem;
}

.accordion .accordion-navigation > a:hover, .accordion dd > a:hover {
    background-color: #3359a1;
}

.accordion .accordion-navigation.active > a, .accordion dd.active > a {
    background: none repeat scroll 0 0 #2D4688;
}

.accordion .accordion-navigation, .accordion dd{
    border-bottom: 1px solid rgba(255,255,255,0.4);
}

.accordion p{
    color: #fff;
}

/** socialpost **/
.socialpost ul{
    list-style: none;
    margin: 1rem 0;
    padding: 0;
}
.socialpost li{
    float: left;
    padding-left: 0.5rem;
}

.socialpost a {
    color: #0E224D;
    text-decoration: none;
}

.socialpost a:hover{
    color: #1368AB;
}

.footer{
    height: 4rem;
    padding: 0.6rem 0.2rem;
    margin-bottom: 2rem;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    background: #2D4688;
}

.footer .sub-nav dt, .sub-nav dd, .sub-nav li {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.8rem;
}

.footer p{
    color: #fff;
    font-size: 0.8rem;
    margin: 0;
}

.footer li{
    margin-left: 0;
    padding: 0;
    padding-right: 3px;
}

.footer .sub-nav li a{
    padding: 0 10px;
}

.footer .socialpost ul {
    margin: 0;
    float: right;
    color: #fff;
    font-size: 1.2rem;
}

.footer .socialpost li a{
    opacity: 0.5;
    color: #fff;
}

/*form*/
form .required {
    font-weight: bold;
}

form .required label:after {
    color: #e32;
    content: '*';
    display:inline;
}

select {
    background-image: none;
}

form button, .button {
    background-color: #03518F;
    border-radius: 5px !important;
    padding: 0.5rem 1.4rem !important;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 1px;
}

form button:hover, .button:hover {
    background-color: #033c74;
}

.postfix.button{
    line-height: 0;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea {
    background-color: rgb(243,243,243);
    border-radius: 5px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
}

.program_active{
    background: none repeat scroll 0 0 #1368AB !important;
}

.program_active td{
    color: #fff !important;
}

.program_active td a{
    color: #fff !important;
    text-decoration: underline;
}

.program_past td{
    color: #C9C7C7 !important;
}

.program_past td a{
    color: #C9C7C7 !important;
    text-decoration: underline;
}

/*poll*/
#poll_view{
    color: #fff;
    font-size: 0.9rem;
}

#poll_view p{
    color: #fff;
}

#poll_view input[type="checkbox"], #poll_view input[type="radio"], select{
    margin: 0 0.4rem 0 0;
    padding: 0;
}

#poll_view form button, #poll_view input[type=submit], #poll_view form button, #poll_view .button {
    background-color: #03518f;
    font-family: "fs_joeybold";
    font-size: 0.9rem;
    letter-spacing: inherit;
    margin: 0;
    padding: 0.5rem 1.4rem !important;
    width: 50%;

    border-top: 1px solid;
    border-right: 1px solid;

    -webkit-border-top-left-radius: 0 !important;
    -webkit-border-top-right-radius: 0 !important;
    -moz-border-radius-topleft: 0 !important;
    -moz-border-radius-topright: 0 !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;

    -webkit-border-bottom-right-radius: 0 !important;
    -moz-border-radius-bottomright: 0 !important;
    border-bottom-right-radius: 0 !important;
}

#poll_view .button_view {
    background-color: #03518f;
    font-family: "fs_joeybold";
    font-size: 0.9rem;
    letter-spacing: inherit;
    margin: 0;
    padding: 0.55rem 1.4rem !important;
    width: 50%;
    border: none;

    border-top: 1px solid;

    -webkit-border-top-left-radius: 0 !important;
    -webkit-border-top-right-radius: 0 !important;
    -moz-border-radius-topleft: 0 !important;
    -moz-border-radius-topright: 0 !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;

    -webkit-border-bottom-left-radius: 0 !important;
    -moz-border-radius-bottomleft: 0 !important;
    border-bottom-left-radius: 0 !important;

    -webkit-border-bottom-right-radius: 5px !important;
    -moz-border-radius-bottomright: 5px !important;
    border-bottom-right-radius: 5px !important;
}

#poll_view .submit{
    margin: -1rem;
    padding-top: 2rem;
}

#chartLegend ul{
    list-style: none;
    color: #fff;
    margin: 0;
    padding: 0;
}

#chartLegend li{
    padding: 0.2rem;
}

.admin.tabel_headline{
    background-color: #03518f;
}

.admin.tabel_headline th{
    color: #fff;
}

.admin.tabel_headline a{
    color: #fff;
}

.admin-pic {
    border-image: initial;
    border-radius: 50%;
    height: 3rem;
    margin-right: 1rem;
    width: 3rem;
}
.kundenbereich p{
    color: #fff;
}

/*video-js*/
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.videoJSWrapper{
    width: 100%;
    position: relative;
    display: block;
}
.videoJSWrapper .video-js {
    padding-top: 56.25%;
    height: 100% !important;
    width: 100% !important;
    position: relative;
    top: 0;
    left: 0;
}
.videoJSWrapper .vjs-fullscreen {
    padding-top: 0;
}

.videoJSWrapper #adContainer {
    padding-top: 56.25%;
    height: 100% !important;
    width: 100% !important;
    position: relative;
    top: 0;
    left: 0;
    display: none
}

.wbClickArea{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.wbText{
    position: absolute;
    background-color: #1a1a1a;
    opacity: 0.8;
    bottom: 1rem;
    right: 0;
    padding: 0.5rem 0.8rem;
    font-size: 1.2rem;
    color: #fff;
    text-align: right;
}

.wbSkip{
    position: absolute;
    background-color: #1a1a1a;
    opacity: 0.8;
    top: 1rem;
    right: 0;
    padding: 0.5rem 0.8rem;
    font-size: 0.8rem;
    color: #fff;
    text-align: right;
    display: none;
    cursor: pointer;
}

.playerInfoField{
    width:100%;
    background-color: #2d4688;
    padding: 0.5rem 0.5rem;
    margin-bottom: 2rem;
    display: none;
}

.playerInfoField h3{
    color: #fff;
    font-size: 1rem;
    font-weight: 300;
    float: right;
    line-height: 1.7;
}

.playerInfoField button{
    color: #2d4688;
    background-color: #fff;
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    display: none;
}

/*small*/
@media only screen {
    .header_logo{
        height: 4rem;
        padding-bottom: 1rem;
        padding-left: 1rem;
        padding-top: 1rem;
    }
    .topnewsticker{
        height: 22rem;
    }
    .sidetopspace{
        padding-top: 1rem;
    }
    .hh_slick .slick-dots {
        top: 13.0rem;
    }
    .hh_slick .slick-prev, .hh_slick .slick-next {
        top: 13.5rem;
    }
    .broadcast_slick .slick-dots{
        padding: 0 2rem;
        top: 24.3rem;
    }
    .broadcast_slick .slick-prev, .broadcast_slick .slick-next {
        top: 24.8rem;
    }
    .archiv_slick .slick-dots {
        top: 13.0rem;
    }
    .archiv_slick .slick-prev, .archiv_slick .slick-next {
        top: 13.5rem;
    }
    .top-bar-section{
        background: none repeat scroll 0 0 #0E224D;
        height: 30px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .roundcorners{
        -webkit-border-radius: none !important;
        -moz-border-radius: none !important;
        border-radius: none !important;
    }
    .top-bar-section ul li{
        background-color: #0e224d;
        border-bottom: 1px solid rgba(225, 255, 255, 0.65);
    }
    .top-bar-section ul li > a {
        color: #fff;
        font-size: 1rem;
    }
    .top-bar-section li:not(.has-form) a:not(.button) {
        padding: 5px;
    }
    .top-bar-section .has-dropdown > a:after {
        border-color: rgba(255, 255, 255, 1) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    }
    .play_wrap{
        width: 2.8rem;
    }
    .play_wrap .text{
        display: none;
    }
    .social_pos{
        float: left !important;
    }
    .teaser_medium{
        min-height: 11rem;
    }
    .teaser_small {
        min-height: 11rem;
    }
    .teaser_dossier{
        min-height: 12rem;
    }
    .top-bar{
        margin-bottom: 1rem;
    }
    .top-bar .name{
        background-color: #0E224D;
        height: 45px;
    }
    .top-bar .toggle-topbar.menu-icon {
        margin-top: -15px;
    }
    .breadcrumbs{
        padding: 1rem 0 1rem 1rem;
    }
    .navspacing{
        border-bottom: 1px solid #ed6c06;
    }
    .orbit-container img{
        max-height: 10em;
    }
    .orbit_caption_wrap{
        height: 6rem;
    }
    .orbit-caption h2{
        font-size: 1.2rem !important;
    }
    .orbit-caption p{
        font-size: 0.8rem !important;
    }
    .ticker_wrap{
        min-height: 5rem;
    }
    #SearchIndexIndexForm{
        margin: 1rem 0;
    }
    .mappin{
        left: 10%;
        top: 17%;
        width: 190px;
    }
    .mappin p {
        font-size: 0.9rem;
    }
    .mapnav{
        top: 35%;
    }
    .footer{
        height: 8rem;
    }

}
/*medium*/
@media only screen and (min-width: 40.063em) {
    .header_logo{
        padding-top: 1.3rem;
        padding-bottom: 1.3rem;
        padding-left: 2rem;
        height: auto;
    }
    .topnewsticker{
        height: 28rem;
    }
    .sidetopspace{
        padding-top: 1rem;
    }
    .hh_slick .slick-dots {
        top: 12.0rem;
    }
    .hh_slick .slick-prev, .hh_slick .slick-next {
        top: 12.5rem;
    }
    .broadcast_slick .slick-dots{
        top: 22.0rem;
    }
    .broadcast_slick .slick-prev, .broadcast_slick .slick-next {
        top: 22.5rem;
    }
    .archiv_slick .slick-dots {
        top: 12.0rem;
    }
    .archiv_slick .slick-prev, .archiv_slick .slick-next {
        top: 12.5rem;
    }
    .top-bar-section{
        background: none repeat scroll 0 0 #f08331;
        height: 30px;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
        box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    }
    .roundcorners{
        -webkit-border-radius: 5px !important;
        -moz-border-radius: 5px !important;
        border-radius: 5px !important;
    }
    .top-bar-section ul li{
        background: none;
        border-bottom: none;
    }
    .top-bar-section ul li > a {
        color: #2d4688;
        font-size: 0.8rem;
        font-weight: bold;
    }
    .top-bar-section li:not(.has-form) a:not(.button) {
        padding: 0 7px;
    }
    .top-bar-section .has-dropdown > a:after {
        border-color: rgba(45, 70, 136, 1) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    }
    .breadcrumbs{
        padding: 0 0 1rem 1rem;
    }
    .play_wrap{
        width: 10.3rem;
    }
    .play_wrap .text{
        display: inline;
    }
    .social_pos{
        float: right !important;
    }
    .teaser_large{
        height: 132px;
    }
    .teaser_medium{
        min-height: 8.3rem;
    }
    .teaser_small {
        min-height: 7rem;
    }
    .teaser_dossier{
        min-height: 18rem;
    }
    .top-bar{
        margin-bottom: 0;
    }
    .top-bar .name{
        height: 32px;
    }
    .navspacing{
        border-left: 1px solid #ed6c06;
        border-bottom: none;
        height: 25px;
        padding: 0 8px 0 0;
    }
    .orbit-container img{
        max-height: 17em;
    }
    .orbit-caption h2{
        font-size: 2rem !important;
    }
    .orbit-caption p{
        font-size: 1.1rem !important;
        display: block;
    }
    .ticker_wrap{
        min-height: 0;
    }
    #SearchIndexIndexForm{
        margin: -0.24rem 0;
    }
    .mappin{
        left: 15%;
        top: 180px;
        width: 230px;
    }
    .mappin p {
        font-size: 1.3rem;
    }
    .mapnav{
        top: 90px;
    }
    .image_scale{
        min-height: 18.5rem !important;
    }
    .first_row{
        height: 22rem;
    }
    .second_row{
        height: 22rem;
    }
    .sidemodul .teaser_medium{
        min-height: 10.3rem;
    }
    .footer{
        height: 4.75rem;
    }
}
/*large*/
@media only screen and (min-width: 64.063em) {
    .sidetopspace{
        padding-top: 0;
    }
    .hh_slick .slick-dots {
        top: 10.5rem;
    }
    .hh_slick .slick-prev, .hh_slick .slick-next {
        top: 10.5rem;
    }
    .archiv_slick .slick-prev, .archiv_slick .slick-next {
        top: 10.5rem;
    }
    .archiv_slick .slick-dots {
        top: 10.5rem;
    }
    .broadcast_slick .slick-dots{
        top: 22.5rem;
    }
    .broadcast_slick .slick-prev, .broadcast_slick .slick-next {
        top: 22.5rem;
    }
    .top-bar-section{
        background: none repeat scroll 0 0 #f08331;
        height: 30px;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
        box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    }
    .roundcorners{
        -webkit-border-radius: 5px !important;
        -moz-border-radius: 5px !important;
        border-radius: 5px !important;
    }

    .top-bar-section ul li{
        background: none;
        border-bottom: none;
    }
    .top-bar-section ul li > a {
        color: #2d4688;
        font-size: 0.9rem;
    }
    .top-bar-section .has-dropdown > a:after {
        border-color: rgba(45, 70, 136, 1) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    }
    .play_wrap .text{
        display: inline;
    }
    .social_pos{
        float: right !important;
    }
    .teaser_medium{
        min-height: 8.3rem;
    }
    .teaser_small {
        min-height: 7rem;
    }
    .teaser_dossier{
        min-height: 26rem;
    }
    .top-bar .name{
        height: 32px;
    }
    .navspacing{
        border-left: 1px solid #ed6c06;
        border-bottom: none;
        height: 25px;
        padding: 0 16px 0 0;
    }
    #SearchIndexIndexForm{
        margin: -0.25rem 0;
    }
    .mappin p {
        font-size: 1.3rem;
    }
    .image_scale{
        min-height: 8.3rem !important;
    }
    .first_row{
        height: inherit;
    }
    .second_row{
        height: inherit;
    }
    .sidemodul .teaser_medium{
        min-height: 8.3rem;
    }
    .sidemodul .teaser_medium{
        min-height: 8.3rem;
    }
}

/** Paging **/
.paging {
    margin-top: 1rem;
}
.paging .current,
.paging .disabled,
.paging a {
    text-decoration: none;
    padding: 5px 8px;
    display: inline-block;
    color: #fff;
}

.paging > span {
    display: inline-block;
    border: 1px solid #2d4688;
    border-left: 0;
    background-color: #2d4688;
}

.paging > span:hover {
    background-color: #0E224D;
}

.paging .prev {
    border-left: 1px solid #2d4688;
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

.paging .next {
    border-right: 1px solid #2d4688;
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.paging .disabled {
    background-color: #3f62bf;
    color: #fff;
}

.paging .disabled:hover {
    background-color: #3F62BF;
}

.paging .current {
    background: #0E224D;
    color: #fff;
}

#flashMessage{
    background-color: #CCCCCC;
    color: #707173;
    font-size: 1.6rem;
    line-height: 1.2;
    margin-bottom: 1rem;
    padding: 0.5rem;
}

.error-message{
    color: #e32;
}
