/*
Theme Name:     Offener Kanal Weinstraße - Responsive
Title:          Main Stylesheet
Author:         LID Design - multimedia design & consulting (Grundddesign: Pixelschupser - Mediendesign)
Author URI:     https://www.lid-design.de
*/

/* ==== Reset / Preset ==== */

* { padding : 0; margin : 0; }
html, body, div, span, img, h1, h2, h3, h4, h5, h6, p, a, strong, em, ol, blockquote, form, label, input, select, option {
    font-family : inherit;
    font-size : 100%;
    font-weight : normal;
    font-style : normal;
    text-align : left;
    text-decoration : none;
    list-style : none;
    background : transparent;
    padding : 0;
    margin : 0;
    border : 0 none;
    outline : 0 none;
    vertical-align : baseline;
	max-width: 100%;
}
ul, li {
    font-family : inherit;
    font-size : 100%;
    font-weight : normal;
    font-style : normal;
    text-align : left;
    text-decoration : none;
    list-style : none;
    background : transparent;
    padding : 0;
    margin : 0;
    border : 0 none;
    outline : 0 none;
    vertical-align : baseline;
	
}
table, thead, tbody, tr, th, td {
font-family : inherit;
    font-size : 100%;
    font-weight : normal;
    font-style : normal;
    text-align : justify;
    text-decoration : none;
    list-style : none;
    background : transparent;
    padding : 0;
    margin : 0;
    border : 0 none;
    outline : 0 none;
    }
.clearfix:after {
    content : '';
    line-height : 0;
    height : 0;
    display : block;
    clear : both;
    visibility : hidden;
}
.clearfix { display : block; }
html[xmlns] .clearfix { display : block; }
* html .clearfix { height : 1%; }
:focus { outline : 0; }
::selection { color : #fff; background : #1a2b80; }
::-moz-selection { color : #fff; background : #1a2b80; }
::-webkit-selection { color : #fff; background : #1a2b80; }

/* ==== Base ==== */

html { background : #eee; }
body {
    font-family : 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    overflow-y : scroll;
    overflow-x : hidden;
}
.wrapper {
    width : 960px;
    margin : 0 auto;
}
#page {
    background : #fff;
    width : 1020px;
    margin : 0 auto;
    position : relative;
    z-index : 10;
}

.wide #page {
	max-width: 100%;
}
#masthead {
}

/* ==== Fonts & Type ==== */

@font-face {
    font-family : 'Roboto';
    src : url('../fonts/Roboto-Regular-webfont.eot');
    src : url('../fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
          url('../fonts/Roboto-Regular-webfont.woff') format('woff'),
          url('../fonts/Roboto-Regular-webfont.ttf') format('truetype'),
          url('../fonts/Roboto-Regular-webfont.svg#RobotoRegular') format('svg');
    font-weight : normal;
    font-style : normal;
}
@font-face {
    font-family : 'Roboto';
    src : url('../fonts/Roboto-Italic-webfont.eot');
    src : url('../fonts/Roboto-Italic-webfont.eot?#iefix') format('embedded-opentype'),
          url('../fonts/Roboto-Italic-webfont.woff') format('woff'),
          url('../fonts/Roboto-Italic-webfont.ttf') format('truetype'),
          url('../fonts/Roboto-Italic-webfont.svg#RobotoItalic') format('svg');
    font-weight : normal;
    font-style : italic;
}
@font-face {
    font-family : 'Roboto';
    src : url('../fonts/Roboto-Bold-webfont.eot');
    src : url('../fonts/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'),
          url('../fonts/Roboto-Bold-webfont.woff') format('woff'),
          url('../fonts/Roboto-Bold-webfont.ttf') format('truetype'),
          url('../fonts/Roboto-Bold-webfont.svg#RobotoBold') format('svg');
    font-weight : bold;
    font-style : normal;
}
@font-face {
    font-family : 'Roboto';
    src : url('../fonts/Roboto-BoldItalic-webfont.eot');
    src : url('../fonts/Roboto-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
          url('../fonts/Roboto-BoldItalic-webfont.woff') format('woff'),
          url('../fonts/Roboto-BoldItalic-webfont.ttf') format('truetype'),
          url('../fonts/Roboto-BoldItalic-webfont.svg#RobotoBoldItalic') format('svg');
    font-weight : bold;
    font-style : italic;
}
h1 {
    color : #333;
    font-size : 48px;
    line-height : 54px;
    font-weight : bold;
    letter-spacing : -1px;
    padding : 0 0 10px;
    margin : 0 0 30px;
    border-bottom : 1px solid #ccc;
    position : relative;
}
h1:after {
    content : '';
    background : transparent url(../images/shadow_headline.jpg) no-repeat 0 0;
    width : 620px;
    height : 20px;
    position : absolute;
    bottom : -21px; left : 0;
}
h2 {
    color : #333;
    font-size : 36px;
    line-height : 42px;
    font-weight : bold;
    letter-spacing : -1px;
    margin : 0 0 30px;
}
h3 {
    color : #333;
    font-size : 23px;
    line-height : 30px;
    font-weight : bold;
    margin : 0 0 10px;
}
h4 {
    color : #333;
    font-size : 18px;
    line-height : 24px;
    font-weight : bold;
    margin : 0 0 20px;
}
h5 {
    color : #333;
    font-size : 14px;
    line-height : 20px;
    font-weight : bold;
    margin : 0 0 20px;
}
h6 {
    color : #aaa;
    font-size : 11px;
    line-height : 16px;
    margin : 0 0 20px;
}
p {
    color : #666;
    font-size : 14px;
    line-height : 20px;
    margin : 0 0 20px;
}

a {
    color : #1a2b80;
    font-weight : bold;
    -webkit-transition : all 0.2s ease;
    -moz-transition : all 0.2s ease;
    -o-transition : all 0.2s ease;
    -ms-transition : all 0.2s ease;
    transition : all 0.2s ease;
}
a:hover { color : #cc0011; }
strong { font-weight : bold; }
em { font-style : italic; }
blockquote {
    color : #333;
    font-size : 14px;
    line-height : 20px;
    font-style : italic;
    background : #eee;
    padding : 40px;
    margin : 0 0 20px;
}
blockquote p { margin : 0; }
.button {
    color : #fff;
    font-size : 14px;
    line-height : 20px;
    font-weight : bold;
    background : #1a2b80;
    height : 20px;
    padding : 10px 12px;
	display : block;
	border-radius: 7.5px;
	width: auto;
	float: right;
	margin-bottom:10px;
}
.button:hover {
    color : #fff;
    background : #cc0011;
}
.button2 {
    color : #fff;
    font-size : 14px;
    line-height : 20px;
    font-weight : bold;
    background : #1a2b80;
    height : 20px;
    padding : 10px;
	margin-bottom: 10px;
	margin-right:10%;
	display : block;
	border-radius: 7.5px;
	width: 92%;
	max-width: 350px;
	float: left;

}
.button2:hover {
    color : #fff;
    background : #cc0011;
}

.alignleft {
    margin-top : 5px;
    margin-right : 20px;
    margin-bottom : 20px;
    display : inline;
    float : left;
}
.alignright {
    margin-top : 5px;
    margin-left : 20px;
	padding-left: 20px;
    margin-bottom : 20px;
    display : inline;
    float : right;
}
.aligncenter {
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 20px;
    clear : both;
    display : block;
}
/* Überarbeitungen LID */
.sub-toggle{
	display: none;
}
/* ==== Top ==== */
a.wp-block-button__link {
    background-color: #1a2b80;
}
a.wp-block-button__link:hover {
    background-color: #cc0011;
}

#top {
    background : #eee;
    height : 40px;
}
#top #breadcrumb {
    height : 20px;
    padding : 10px;
    float : left;
}
#top #breadcrumb p { margin : 0; }
#top #breadcrumb p a { display : inline; }
#top #breadcrumb p .current { font-style : italic; }
#top #breadcrumb p #home {
    background : transparent url(../images/ico_home.png) no-repeat 0 2px;
    padding : 0 0 0 20px;
}
#top #search {
    height : 26px;
    padding : 7px 10px;
    float : right;
}
#top #search form { position : relative; }
#top #search form input {
    display : block;
    -webkit-transition : all 0.2s ease;
    -moz-transition : all 0.2s ease;
    -o-transition : all 0.2s ease;
    -ms-transition : all 0.2s ease;
    transition : all 0.2s ease;
}
#top #search form #field {
    color : #666;
    font-size : 14px;
    line-height : 20px;
    background : #fff;
    width : 128px;
    height : 20px;
    padding : 3px 6px;
    position : relative;
    z-index : 10;
}
#top #search form #field:hover { color : #333; }
#top #search form #field:focus { width : 208px; }
#top #search form #submit {
    text-indent : -9999px;
    background : transparent url(../images/ico_search.png) no-repeat center center;
    width : 26px;
    height : 26px;
    position : absolute;
    top : 0; right : 0;
    z-index : 20;
    cursor : pointer;
    opacity : 0.5;
}
#top #search form #submit {
    text-indent : -9999px;
    background : transparent url(../images/ico_search.png) no-repeat center center;
    width : 26px;
    height : 26px;
    position : absolute;
    top : 0; right : 0;
    z-index : 20;
    cursor : pointer;
    opacity : 0.5;
}
#top #search form #submit:hover { opacity : 1; }
#top #links {
    height : 20px;
    padding : 10px;
    float : right;
}
#top #links {
    height : 20px;
    padding : 10px 0;
    float : right;
}
#top #links ul li {
    padding : 0 10px;
    float: left;
	display: flex;
 
}
#top #links ul li a {
    display : block;
    opacity : 0.5;
}
#top #links ul li a:hover { opacity : 1; }

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

#header {
    background : #fff;
    height : 140px;
    position : relative;
    z-index : 20;
}
#header .wrapper { position : relative; }
#header:after {
    content : '';
    background : transparent url(../images/shadow_header.png) repeat-x 0 0;
    width : 100%;
    height : 10px;
    position : absolute;
    bottom : -10px; left : 0;
    z-index : 10;
}
#header #logo {
    padding : 30px 0 30px 10px;
    float : left;
}
#header #logo a {
    text-indent : -9999px;
    background : transparent url(../images/logo.png) no-repeat 0 0;
    width : 460px;
    height : 80px;
    display : block;
}
#header #banner {
    padding : 40px 10px 40px 0;
	float : right;
}
#header #navigation {
    height : 40px;
    position : absolute;
    bottom : -40px; left : 0;
    z-index : 20;
}
#header #navigation ul { padding : 0 10px; }
#header #navigation ul li {
    float : left;
    position : relative;
}
#header #navigation ul li a {
    color : #fff;
    font-size : 14px;
    line-height : 20px;
    font-weight : bold;
    background : #1a2b80 url(../images/shadow_navigation.png) repeat-x 0 0;
    height : 20px;
    padding : 10px 12px;
    display : block;
}
#header #navigation ul li a:hover { background : #cc0011 url(../images/shadow_navigation.png) repeat-x 0 0; }
#header #navigation ul li a.current, #header #navigation ul li.current_page_item a, #header #navigation ul li.current_page_ancestor a {
    color : #222;
    background : #fff;
}
#header #navigation ul li ul {
    background : #fff;
    width : 220px;
    padding : 20px 0;
    display : none;
    position : absolute;
    top : 40px; left : 0;
}
#header #navigation ul li:hover ul { display : block; }
#header #navigation ul li ul li {
    padding : 0 20px;
    float : none;
}
#header #navigation ul li ul li a, #header #navigation ul li.current_page_item ul li a, #header #navigation ul li.current_page_ancestor ul li a {
    color : #1a2b80;
    background : transparent;
    height : 20px;
    padding : 5px 0;
    border-bottom : 1px solid #ccc;
}
#header #navigation ul li ul li a:hover {
    color : #cc0011;
    background : transparent;
}
#header #navigation ul li:hover ul li ul {
    display : none;
    top : -20px; left : 220px;
}
#header #navigation ul li ul li:hover ul { display : block; }

/* ==== Slide ==== */

#slide {
    background : #ccc url(../images/slide_bg.jpg) no-repeat 0 0;
    height: auto;
	overflow : hidden;
}

/* ==== Content ==== */

#content {
    background : transparent url(../images/shadow_slide.jpg) no-repeat 0 0;
    padding : 40px;
}

#content img {
    margin-bottom : 10px;
    display : block;
	max-width: 100%;
	height: auto;
}
#content .post p {
	text-align: justify;
	hyphens: auto;
}

#content .post ul, #content .post ol { margin : 0 0 20px; }
#content .post ul li, #content .post ol li {
    color : #666;
    font-size : 14px;
    line-height : 20px;
    margin : 0 0 5px 15px;
}

#content .post ul li { list-style : outside disc; }
#content .post ol li { list-style : outside decimal; }
#content .post ul li ul, #content .post ol li ol {
    padding : 5px 0 0;
    margin : 0;
}

#content #main {
    width : 620px;
	padding : 0 0 0 0;
	margin: 0 0 30px;
	/* nach umstrukturierung angepasst padding : 20px 0 0; */
    float : left;
}

#content #main .post{
    margin : 0 0 30px;
	padding : 0 0 0 20px;
    border-bottom : 1px solid #ccc;
}

#content #main .post .meta { color : #333; }
#content #main #pager { width : 100% }
#content #main #prev { float : left; }
#content #main #next { float : right; }
#content #main #prev a, #content #main #next a {
    color : #fff;
    font-size : 14px;
    line-height : 20px;
    font-weight : bold;
    background : #1a2b80;
    height : 20px;
    padding : 10px 12px;
    display : block;
	border-radius: 10px;
}

#content #main #prev a:hover, #content #main #next a:hover {
    color : #fff;
    background : #cc0011;
}

#content #main2 {
    width : 900px;
    padding : 20px 20px 0 20px;
	margin : 0 0 30px 0;
	/* nach umstrukturierung angepasst padding : 20px 0 0; */
    float : left;
	background : #eee;
}

#content #main2:after {
    content : '';
	background : transparent url(../images/shadow_box.jpg) no-repeat 0 0;
	background-size: 100% 10px;
   	width : 100%;
    height : 10px;
    position : relative;
    bottom : -14px; left : 0px;
	display: inline-block;
}

#content #main2 .post{
    margin : 0 0 20px;
	padding : 0 0 0 0;
	background : #eee;
    border-bottom : 1px solid #ccc;
	hyphens: auto;
	text-align : justify;
}

#content #main2 .post p{
	hyphens: auto;
	text-align : justify;
}

#content #main2 img{
    float: right;
	margin: 0 0 10px 20px;
	height: auto;
}

#content #main2 .thumbleft img{
    float: left;
	margin: 0 20px 10px 0;
	height: auto;
}

#content #main2 .post .meta { color : #333; }
#content #main2 #pager { width : 100% }
#content #main2 #prev { float : left; }
#content #main2 #next { float : right; }
#content #main2 #prev a, #content #main #next a {
    color : #fff;
    font-size : 14px;
    line-height : 20px;
    font-weight : bold;
    background : #1a2b80;
    height : 20px;
    padding : 10px 12px;
    display : block;
}

#content #main2 #prev a:hover, #content #main #next a:hover {
    color : #fff;
    background : #cc0011;
}

#box_main {
    background : #eee;
    padding : 20px 20px 74px 20px;
}

/* #box_main:after {
    content : '';
    background : transparent url(../images/shadow_box.jpg) no-repeat 0 0;
	background-size: 100% 10px;
    width : 625px;
    height : 10px;
    position : absolute;
    top : 42%; left : 40px;
	z-index:999;
}*/

#box_main ul li{
    color : #666;
    font-size : 14px;
    line-height : 20px;
    list-style : inside disc;
    padding : 5px 0;
    border-bottom : 1px solid #ccc;	
}

#box_main ul li ul { padding : 5px 0 0 0; }


#box_main ul li ul li {
    padding : 5px 0 5px 20px;
    border-bottom : 0 none;
}

#box_main ul li ul li {
    padding : 5px 0 5px 20px;
    border-bottom : 0 none;
}

#box_main .entry {
    padding : 0 0 10px;
    margin : 0 0 10px;
    border-bottom : 1px solid #ccc;
}

#box_main .entry p { margin : 0; }

#box_page {
    background : #eee;
    padding : 20px 20px 76px 20px;
}

#box_page ul li{
    color : #666;
    font-size : 14px;
    line-height : 20px;
    list-style : inside disc;
    padding : 5px 0;
    border-bottom : 1px solid #ccc;	
}

#box_page ul li ul { padding : 5px 0 0 0; }
#box_page ul li ul li {
    padding : 5px 0 5px 20px;
    border-bottom : 0 none;
}
#box_page ul li ul li {
    padding : 5px 0 5px 20px;
    border-bottom : 0 none;
}

#box_page .entry {
    padding : 0 0 10px;
    margin : 0 0 10px;
    border-bottom : 1px solid #ccc;
}

#box_page .entry p { margin : 0; }

#content #sidebar {
    width : 280px;
    padding : 0 0 0 40px;
    float : left;
}

#content #sidebar #box {
    background : #eee;
    padding : 20px;
    margin : 0 0 30px;
    position : relative;
}

#content #sidebar #box p{
  	margin : 0 0 -10px 0;
	text-align: justify;
	hyphens: auto;
}

#content #sidebar #box:after {
    content : '';
    background : transparent url(../images/shadow_box.jpg) no-repeat 0 0;
    width : 280px;
    height : 10px;
    position : absolute;
    bottom : -10px; left : 0;
}

#content #sidebar #box ul li {
    color : #666;
    font-size : 14px;
    line-height : 20px;
    list-style : inside disc;
    padding : 5px 0;
    border-bottom : 1px solid #ccc;
}

#content #sidebar #box ul li ul { padding : 5px 0 0 0; }
#content #sidebar #box ul li ul li {
    padding : 5px 0 5px 20px;
    border-bottom : 0 none;
}

#content #sidebar #box .entry {
    padding : 0 0 10px;
    margin : 0 0 10px;
    border-bottom : 1px solid #ccc;
}

#content #sidebar #box .entry p { margin : 0; }

#content #sidebar #box_half1 {
    background : #eee;
	padding: 8px 20px 20px 20px;
	margin: 0 0 20px 0;
	/* clear: both; */
	position: relative;
   
}

#content #sidebar #box_half1 p{ margin : 0 0 -10px 0;}

#content #sidebar #box_half1:after {
    content : '';
    background : transparent url(../images/shadow_box.jpg) no-repeat 0 0;
	background-size: 100% 10px;
    width : 280px;
    height : 10px;
    position : absolute;
    bottom : -10px; left : 0;
}

#content #sidebar #box_half1 ul li {
    color : #666;
    font-size : 14px;
    line-height : 20px;
    list-style : inside disc;
    padding : 5px 0;
    border-bottom : 1px solid #ccc;
}

#content #sidebar #box_half1 ul li ul { padding : 5px 0 0 0; }
#content #sidebar #box_half1 ul li ul li {
    padding : 5px 0 5px 20px;
    border-bottom : 0 none;
	
}

#content #sidebar #box_half_webtv {
    height: 40px;
    margin : 0 0 40px;
    position : relative;
	
}

#content #sidebar #box_half_webtv img{
    height: 25px;
	padding-right: 20px;
    margin-top: -15.5%;
    /* position : relative; */
	float: right;
	z-index: 999;
}

.button_webtv {
	padding: 20px;
    color : #fff;
    font-size : 20px;
    line-height : 20px;
    font-weight : bold;
    background : #1a2b80;
    height : 20px;
	display : block;
	border-radius: 10px;
	/* width: 85.7%; */
}

.button_webtv:hover {
    color : #fff;
    background : #cc0011;
}

#lowermain #box_half_social {
    background : #eee;
    padding : 20px;
    margin : 0 0 20px;
    position : relative;
	height: 90px;
	width : 240px;
    padding : 0 0 0 40px;
    float : right;
	background : #eee;
    padding : 20px;
    position : relative;
}

#lowermain #box_half_social p{ margin : 0 0 -10px 0;}

#lowermain #box_half_social:after {
    content : '';
    background : transparent url(../images/shadow_box.jpg) no-repeat 0 0;
	background-size: 100% 10px;
    width : 280px;
    height : 10px;
    position : absolute;
    bottom : -10px; left : 0;
}

#lowermain #box_half_social ul li {
    color : #666;
    font-size : 14px;
    padding : 0 5px 10px 5px;
    float: left; 
    list-style: none; 
}

#lowermain #box_half_social .social_facebook a{
 	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	font-size: 45px;
	color: #3b5998;
	padding-right: 40px;
}

#lowermain #box_half_social .social_instagram a {
 	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	font-size: 45px;
	color: #3F729B;;
	padding-right: 40px;
}

#lowermain #box_half_social .social_youtube a{
 	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	font-size: 45px;
	color: #C4302B;
	padding-right: 0px;
	padding-top: 5px;
}

#box_half_social ul { padding-top:0px; }
#lowermain #box_half_social .social_facebook a:hover{
color: #cc0011;
}

#lowermain #box_half_social .social_instagram a:hover {
color: #cc0011;
}

#lowermain #box_half_social .social_youtube a:hover{
color: #cc0011;
}

#content #sidebar #box_half_social {
    background : #eee;
    padding : 20px;
    margin : 0 0 20px;
    position : relative;
	width : 240px;
    padding : 0 0 0 40px;
    float : right;
	background : #eee;
    padding : 20px;
    position : relative;
	height: 61px;
}

#content #sidebar #box_half_social p{  margin : 0 0 -10px 0;}

#content #sidebar #box_half_social:after {
    content : '';
    background : transparent url(../images/shadow_box.jpg) no-repeat 0 0;
	background-size: 100% 10px;
    width : 280px;
    height : 10px;
    position : absolute;
    bottom : -10px; left : 0;
}

#content #sidebar #box_half_social ul li {
    color : #666;
    font-size : 14px;
    padding : 0 5px 1px 0px;
    float: left; 
    list-style: none; 
}

#content #sidebar #box_half_social .social_facebook a{
 	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	font-size: 45px;
	color: #3b5998;
	padding-right: 45px;
}

#content #sidebar #box_half_social .social_instagram a {
 	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	font-size: 45px;
	color: #3F729B;;
	padding-right: 45px;
}

#content #sidebar #box_half_social .social_youtube a{
 	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	font-size: 45px;
	color: #C4302B;
	padding-right: 0px;
	padding-top: 5px;
}

#content #sidebar #box_half_social .social_facebook a:hover{color: #cc0011;}
#content #sidebar #box_half_social .social_instagram a:hover {color: #cc0011;}
#content #sidebar #box_half_social .social_youtube a:hover{color: #cc0011;}
#content #sidebar .post ul, #content .post ol { margin : 0 0 20px; }
#content #sidebar .post ul li, #content .post ol li {
    color : #666;
    font-size : 14px;
    line-height : 20px;
    margin : 0 0 5px 15px;
}

#content #sidebar .post ul li { list-style : outside disc; }
#content #sidebar .post ol li { list-style : outside decimal; }
#content #sidebar .post ul li ul, #content .post ol li ol {
    padding : 5px 0 0;
    margin : 0;
}

#content #lowermain { width : 940px; }

#content #lowermain img {
    display : block;
	margin : 0 0 0 0;
	max-width: 95%;
	height: auto;
}

#content #lowermain #box1a { display: none;}
#content #lowermain #box1 {
	background : #eee;
    padding : 20px;
    float : left;
	margin : 0 0 20px 0;
    width: 620px;
    box-sizing: border-box;
}

#content #lowermain #box1 table{
	margin: 0;
	table-layout: fixed;
}

#content #lowermain #box1 td{
	vertical-align: top;
	text-align: justify;
	width: 20%;
}

#content #lowermain #box1 img {
	height: 40px;
	width: auto;
	display: block;
    margin-left: auto;
    margin-right: auto;
}

#content #lowermain #box3 {
	background : #eee;
    padding : 20px 20px 20px 20px;
    float : left;
	margin : 0 0 25px 40px;
    width: 240px;
    position : relative;
}

#content #lowermain #box3_extern {
	height: 40px;
    float : right;
	width: 240px;
    position : relative;
	margin : 0 0 30px 40px;
}

#content #lowermain #box3_extern img{
    height: 30px;
	padding-right: 20px;
    margin-top: -16.9%;
    position : relative;
	float: right;
	z-index: 999;
}

.button_extern {
	padding: 20px;
    color : #fff;
    font-size : 20px;
    line-height : 20px;
    font-weight : bold;
    background : #1a2b80;
    height : 20px;
	display : block;
	border-radius: 10px;
	width: 100%;
	float: right;
}

.button_extern:hover {
    color : #fff;
    background : #cc0011;
}

.button_extern:after {
	content: "\f093";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	float:right;
	font-size: 24px;
	padding-left: 5px;
	color: #ffffff;
}

#content #lowermain #box1:after {
    content : '';
    background : transparent url(../images/shadow_box.jpg) no-repeat 0 0;
    background-size: 100% 10px;
	width : 107%;
    height : 10px;
    position : relative;
    bottom : -34px; left : -20px;
	display: inline-block;
}

#content #lowermain #box3:after {
    content : '';
    background : transparent url(../images/shadow_box.jpg) no-repeat 0 0;
    background-size: 100% 10px;
	width : 280px;
    height : 10px;
    position : relative;
    bottom : -34px; left : -20px;
	display: inline-block;
}

#content #lowermain #box1 ul li {
    color : #666;
    font-size : 14px;
    line-height : 20px;
    list-style : inside disc;
    padding : 5px 0;
    border-bottom : 1px solid #ccc;
}

#content #lowermain #box3 ul li {
    color : #666;
    font-size : 14px;
    line-height : 20px;
    list-style : inside disc;
    padding : 5px 0;
    border-bottom : 1px solid #ccc;
}

#content #lowermain #box1 ul li ul { padding : 5px 0 0 0; }
#content #lowermain #box3 ul li ul { padding : 5px 0 0 0; }

#content #lowermain #box1 ul li ul li {
    padding : 5px 0 5px 20px;
    border-bottom : 0 none;
}

#content #lowermain #box3 ul li ul li {
    padding : 5px 0 5px 20px;
    border-bottom : 0 none;
}

#content #lowermain #box1 .entry {
    padding : 0 0 10px;
    margin : 0 0 10px;
    border-bottom : 1px solid #ccc;
}

#content #lowermain #box3 .entry {
    padding : 0 0 10px;
    margin : 0 0 10px;
    border-bottom : 1px solid #ccc;
}

#content #lowermain .post ul, #content .post ol { margin : 0 0 20px; }
#content #lowermain .post ul li, #content .post ol li {
    color : #666;
    font-size : 14px;
    line-height : 20px;
    margin : 0 0 5px 15px;
}
#content #lowermain .post ul li { list-style : outside disc; }
#content #lowermain .post ol li { list-style : outside decimal; }
#content #lowermain .post ul li ul, #lowermain .post ol li ol {
    padding : 5px 0 0;
    margin : 0;
}

#content .preview {
    margin : 0 10px 10px 0;
    float : right;
}
.preview2 {
	 width:40%;
    margin : 10px 10px 10px 10px;
    float : right;
}
#content .info {
    margin : 3px 0 0 0;
    float : right;
}
#content form label {
    font-weight : bold;
    margin : 0 0 10px;
    display : block;
}
#content form input, #content form select { color : #666; }
#content form input:hover, #content form select:hover { color : #333; }
#content form .text {
    width : 280px;
    height : 20px;
    padding : 9px;
    display : block;
    border : 1px solid #ddd;
}

#content form select {
    width : 300px;
    height : 40px;
    padding : 9px;
    display : block;
    border : 1px solid #ddd;
}

#content form #send {
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
    font-size:12px;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}

#content form #send:hover { color : #cc0011; }
#content table {
    color : #666;
    font-size : 14px;
    line-height : 20px;
    margin : 0 0 30px;
	table-layout: fixed;
}

#content table td, #content table th { padding : 5px; vertical-align: top;}
#content table h3, #content table h4, #content table p, #content table img { margin : 0; }

/* ==== TV-Programm ==== */

#tvprog_main table:hover{
	background-color:#ddd;
	z-index:-100;
	border-radius: 15px;
}

#tvprog_main h2 {
	display: block;
	font-weight: normal;
	text-align: right;
	margin:0px;
	padding: 0 10px 0 0;
	border-bottom: 0px;
	font-size: 34px;
}

#tvprog_main h4 {
	font-size: 16px;
	margin-bottom:-5px !important;
}

#tvprog_main p {	margin-top:-5px !important;}
#tvprog_main h4, #tvprog_main h3, #tvprog_main p {
	padding: 0 0 0 10px ;
	border-bottom: 0px;
}

#tvprog_main table {
	height: 60px;
	max-height: 60px;
	margin: -2px 0 0 0px;
	padding: 0 0 0 0px;
}

#tvprog_main td {
	margin: -2px 0 0 0px;
	padding: 0 0 0 0px;
}

#tvprog_main h1:after {	display: none;}

.border_now  {
	width: 20%;
	margin-right: 10px;
	border-right: 5px solid #cc0011 !important;
	vertical-align: middle !important;
	text-align: right;
}

.border_next {
	width: 20%;
	margin-right: 10px;
	border-right: 5px solid #1a2b80;
	vertical-align: middle !important;
	text-align: right;
	
}

.detail-mail {
	margin-left: 75px;
	margin-top: -20px;
	width: 68px;
	
}

.detail-wa {
	margin-left: 150px;
	margin-top: -31px;
	width: 68px;

}

#tdtop{	vertical-align: top;}

#tvprogramm, #kalender { border : 1px solid #ccc; }
#tvprogramm td, #kalender td { border-top : 1px solid #ddd; }
#tvprogramm { border-left: none; border-right: none; width : 620px; }
#tvprogramm thead { background : #eee; }
#tvprogramm td, #tvprogramm th { padding : 20px; }
#tvprogramm td {vertical-align: middle !important;}

#knav {
    margin : 0 0 10px;
    position : relative;
}
#knav h5 { text-align : center; }
#knav h6 {
    position : absolute;
    top : 5px;
}

#knav #back { left : 0; }
#knav #forw { right : 0; }
#kalender {
    width : 100%;
    margin : 0;
	margin:0px !important;
}

#kalender td, #kalender th { padding : 5px; }
#kalender td p, #kalender th p {
	text-align : center;
	margin: 0px !important;
}

#kalender .active { background : #1a2b80; }
#kalender .active a { color : #fff; }

.search-box  {
    position: relative;
    background-color: #f7f7f7;
    border: 1px solid #eee;
    width: 100%;
    height: 32px;
}

.search-box input {
    font-size: 18px;
    padding: 0px 20px 0 10px;
    width: 100%;
    height: 100%;
    background: none;
    border: none;
}

#box form #submit2 {
    text-indent : -9999px;
    background : transparent url(../images/ico_search.png) no-repeat center center;
    width : 40px;
    height : 40px;
    position : absolute;
    top : -4px; right : 0;
    z-index : 20;
    cursor : pointer;
    opacity : 0.5;
}

#box form #submit2:hover {   opacity : 1;}

#webtv { margin : 0 auto 30px; }

/* ==== WebTV ==== */

.vjs-poster {
	background-color: #FFFFFF !important;
}

/* ==== Gallery ==== */

.gallery { margin : 0 auto 20px; }
.gallery-item {
    text-align : center;
    margin : 0 0 20px;
    float : left;
}
.gallery-icon img {
    padding : 6px;
}
.gallery-icon a:hover img {
    background : #eee;
    border : 1px solid #cc0011;
}
.gallery-caption {
    color : #333;
    font-size : 14px;
    line-height : 20px;
}
.ngg-album {
	border : 0px solid #cc0011 !important;
	margin-bottom: -5% !important;
	background-color: #eee !important;
	padding: 10px 10px 0px 10px!important;
}

.ngg-gallery-thumbnail {
	border : 0px solid #cc0011 !important;
	margin-bottom: -5% !important;
}

.ngg-navigation span.current {
	background: #FFFFFF !important;
	color: black !important;
}

.ngg-navigation span.current:hover {
	background: #cc0011 !important;
	color: black !important;
}

.ngg-navigation a.page-numbers {
	background: #1a2b80 !important;
}

.ngg-navigation a.page-numbers:hover {
	background: #cc0011 !important;
}

.ngg-navigation a.next{	color: #1a2b80 !important; }

.ngg-navigation a.next:hover { color: #cc0011 !important; }

.ngg-navigation a.prev {	color: #1a2b80 !important; }

.ngg-navigation a.prev:hover{ color: #cc0011 !important; }

.ttp-primary-content {	margin-bottom: 5px !important;}
.ttp-grid-thumb-wrapper { 
	padding: 5px !important;
	width: auto !important}

.ttp-secondary-content {
	/*display: none !important;*/
	min-height: 100% !important;
	}
.ttp-thumb-social-link {display: none !important;}
.ttp-grid-image img {margin-bottom: 10px !important;}
.ttp-content-header {font-size: 14px !important;}
.ttp-thumb-emailaddress{
	font-size: 10px !important;
	font-weight: bold !important;
	color: #1a2b80 !important;
	/*overflow: hidden !important;*/
}

.ttp-thumb-emailaddress:hover{
	font-size: 10px !important;
	font-weight: bold !important;
	color: #cc0011 !important;
}

#ttp-template-2 {   	font-family : 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;}

#ttp-column-3 {   	width:100% !important;}
.ttp-grid-layout #ttp-column-2 .grid-row-wrapper .ttp-inner-whole-wrapper {
	width:30% !important;
	float:left !important;}

.ttp-grid-layout #ttp-column-3 .grid-row-wrapper .ttp-inner-whole-wrapper {
	width:25% !important;
	float:left !important;
}

#ttp-column-2 {   	width:100% !important;}

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

#footer {
    background : #eee url(../images/shadow_footer.jpg) no-repeat 0 0;
    padding : 40px;
}

#footer p { text-align : center; }
#footer p a { color : #666; }
#footer p a:hover { color : #333; }
#footer #subnav {
    height : 20px;
    padding : 0 0 20px;
    margin : 0 0 20px;
    border-bottom : 1px solid #ccc;
}

#footer #subnav ul { text-align : center; }
#footer #subnav ul li { display : inline; }
#footer #subnav ul li a {
    color : #333;
    font-size : 14px;
    line-height : 20px;
    padding : 0 10px;
}

#footer #subnav ul li a:hover { color : #cc0011; }
#footer #subnav #mobile_footer_desktop{display: block;	}
#footer #subnav #mobile_footer{display: none;	}
#footer #partner {
    height : 90px;
    padding : 20px 0 0;
    text-align : center;
}

#footer #partner a { display : inline; }
#footer #partner img { display : inline !important;  }

/* =FEATURED SLIDER
----------------------------------------------- */
#featured-slider {
	
}
#featured-slider img {
	width: 1020px; 
	height: 380px; 
	object-fit: cover;
}

#featured-slider,
#featured-slider .slider-cycle {
	position: relative;
}

.slider-cycle {
}

#featured-slider .displayblock {display: block;}
#featured-slider .displaynone {	display: none;}
#featured-slider .entry-container {
	left: 4%;
	margin: auto;
	position: absolute;
	bottom: 7%;
	z-index: 98;
	font-family: 'Roboto';
	background-color: #1a2b80;
	opacity: 0.8;
	color: #FFFFFF;
	max-width: 400px;
	border-radius: 10px;
}

#featured-slider .entry-description-container {
}

#featured-slider img {	margin-bottom: 0px;}
#featured-slider .slider-title-head {
	left: 0;
	text-align: left;
}

#featured-slider .slider-title-head a{
	color: #FFFFFF;
	text-decoration: none;
	padding: 10px 15px;
	display: inline-block;
	margin : 0 0 0;
}

#featured-slider .slider-title-head a:hover{
	text-decoration: none;
	padding: 10px 15px;
	max-width: auto;
	display: inline-block;
	margin : 0 0 0;
	background-color: #cc0011;
	border-radius: 10px;
}

#featured-slider .slider-title-head h3{
	margin : 0 0 10px;
	color: #FFFFFF;
}

#featured-slider .slider-title-head p{
	color: #FFFFFF;
	margin: 0 0 0 0;
	background: none repeat scroll 0 0;
}

#featured-slider .entry-container-left {
	left: 4%;
	right: auto;
}

#featured-slider .entry-container-left .slider-title-head {	text-align: left;}
#featured-slider .entry-container-left .entry-content {	text-align: left;}
a.slide-prev,
a.slide-next {
	opacity: 0.7;
	filter:alpha(opacity=70);
	background-color: #cc0011;
	padding: 12px 14px;
	visibility: hidden;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%); /* IE 9 */
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 999;
}

.slide-prev i,
.slide-next i {
	color: #FFFFFF;
	font-size: 22px;
}

a.slide-next {
	padding-right: 8px;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	right: 0;
}

a.slide-prev {
	padding-left: 8px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
}

.slider-cycle:hover a.slide-prev,
.slider-cycle:hover a.slide-next {
	visibility: visible;
	background-color: #cc0011;
}

a.slide-prev:hover,
a.slide-next:hover {
	opacity: 1;
	filter:alpha(opacity=100);
	background-color: #cc0011;
}

/* =SLIDER CONTROLLERS
----------------------------------------------- */
#controllers {
	text-align:center;
	line-height:0;
	position: absolute;
	width: 100%;
	bottom: 15px;
	z-index: 999;
}

#controllers a {
	width: 16px;
	height: 6px;
	margin: 0 4px;
	overflow:hidden;
	display:inline-block;
	background-color: #FFFFFF;
	color: #FFFFFF;
}

#controllers a:hover {
	background-color: #cc0011;
	color: #cc0011;
}

#controllers a.active {
	background-color: #1a2b80;
	color: #1a2b80;
}

/* =RESPONSIVE MENU
----------------------------------------------- */
/* Blende Button für kleines Menü aus */
.menu-toggle {
	display: none;
	cursor: pointer;
}

.box-toggle {
	
}
.box-toggle_webtv {	display: block;}
.box-toggle_webtv_2 {	display: none;}
.site-header .menu-toggle {
	background: #FFFFFF;
	color: #444444;
	font-size: 20px;
	font-weight: 300;
	padding: 5px 22px;
	margin: 0;
	text-align: center;
	font-family: 'Roboto';
}

.site-header .menu-toggle:before {
	content: "\f0c9";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #FFFFFF;
	font-size: 21px;
	color: #1a2b80;
	padding-right: 10px;
}

.main-small-navigation {
	float: none;
	padding-top: 0;
	background-color: #000000;
	width: 22%;
	height: 4%;
}

.main-small-navigation ul {
	margin: 0;
	list-style: none;
}

.main-small-navigation a {
	display: block;
	color: #444444;
	padding: 10px 20px;
	text-decoration: none;
	border-bottom: 1px solid #F8F8F8;
}

.main-small-navigation li {	background-color: #FFFFFF;}
.main-small-navigation li:hover > a {
	background-color: #77CC6D;
	color: #FFFFFF;
}
.main-small-navigation ul ul a {padding-left: 60px;}
.main-small-navigation ul ul ul a {	padding-left: 80px;}
.main-small-navigation ul > .current_page_item,
.main-small-navigation ul > .current-menu-item {
	background: #77CC6D;
	color: #FFFFFF;
}

.main-navigationul li.focus > ul.sub-menu,
.main-navigation ul li.focus > ul.children {
	display: block;
}

/* =RESPONSIVE STRUCTURE
----------------------------------------------- */
@media screen and (max-width: 1500px) {

}

@media screen and (max-width: 1190px) {

}

@media screen and (max-width: 768px) {

	#logo {
		float: none;
		text-align: center;
		margin-bottom: 10px;
		padding-right: 0;
	}

	#site-description {	padding-bottom: 5px;}
	.footer-socket-wrapper .copyright {
		float: none;
		max-width: 100%;
		text-align: center;
		margin-bottom: 5px;
	}
	.footer-socket-wrapper .footer-menu {
		float: none;
		text-align: center;
	}
	.footer-socket-wrapper .footer-menu li {
		float: none;
		display: inline;
	}
	.footer-socket-wrapper .footer-menu a {
		float: none;
		display: inline;
		padding: 5px 5px 0;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	#mobilswitch {		display:none;	}
.clearfix { display : block; overflow: hidden; }

	#slide {
    background : #ccc url(../images/slide_bg.jpg) auto 100% no-repeat 0 0;
	background-size: 100%;
    overflow : hidden;
	}
#top {
    background : #eee;
    height : 40px;
	position: fixed;
	width: 100%;
	z-index: 999;
	opacity: 0.9;
}
	
#top #breadcrumb { visibility: hidden;}
#top #breadcrumb p { font-size : 1px; }
#top #search { visibility: visible;}
#header {
    background : #fff;
    height : 120px;
    position : relative;
    z-index : 20;
	padding-top: 40px;
	overflow: hidden;
}
	
#header .wrapper { position : relative; }
#header:after {
    content : '';
    background : transparent url(../images/shadow_header.png) repeat-x 0 0;
    width : 100%;
    height : 10px;
    position : absolute;
    bottom : -10px; left : 0;
    z-index : 10;
}
	
#header #logo {
    padding : 20px 0 20px 20px;
	width : 50%;
	height: 100px;
    float : left;
}

#header #logo a{
    padding : 20px 0 20px 5px;
	background-size: 365px 70px;
}
	
#header #banner {
    padding : 30px 20px 0 0;
	float: right;
	width: 40%;
} 
	
#header #banner img{
 	padding-right: 10px;
	float: right;
} 

#content #main {
	margin: 0 20px 20px 0;
	width : 62%;
	box-sizing:border-box;
}
	
#content table {
	table-layout: fixed;
	overflow:hidden;
}
	
#content table td {
	font-size: 14px;
	padding : 1px;
}

#content .post img {
    display:block; 
	width:100%; 
	height:auto;
	margin-right: 20px;
	margin-bottom: 20px;
	box-sizing: border-box;
}
	
h1:after {
    content : '';
    background : transparent url(../images/shadow_headline.jpg) no-repeat 0 0;
    width : 100%;
    height : 20px;
    position : absolute;
    bottom : -21px; left : 0;
}
	
#content #sidebar {
    width : 35%;
    padding : 0 0 0 0;
    float:right;
}
	
#content #sidebar #box_half1:after {
    width :100%;
	left: 5px;
}
	
#content #sidebar #box {
    background : #eee;
    padding : 20px 20px 20px 20px;
    margin : 0 0 30px;
    position : relative;
}
	
.boxtoggle h3:after {
	content: "\f103";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	font-size: 24px;
	padding-left: 8px;
	color: #1a2b80;
}

.boxtoggle2 h3:after {
	content: "\f101";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	font-size: 24px;
	padding-left: 8px;
	color: #1a2b80;
}
	
.boxtoggle p{ display: block;}
.boxtoggle ul{ display: block; }
.boxtoggle table{ display: block; }	
.boxtoggle2 p { display: none; }
.boxtoggle2 table{ display: none; }
.boxtoggle2 ul { display: none; }
	
#box_main {
    width : 100%;
	box-sizing:border-box;
	padding: 20px 20px 75px 20px;
}
	
#box_main:after {
    width : 56%;
	top: 46.9%;
	left: 40px;
	position : absolute;
}
	
#content #main2 {
    width : 100%;
	box-sizing:border-box;
	margin: 0 0 20px 0px;
}
	
#content #main2:after {
    width : 100%;
	left: -20px;
}
	
#content #sidebar #box:after {
    content : '';
    background : transparent url(../images/shadow_box.jpg) no-repeat 0 0;
	background-size: 100% auto;
    width : 100%;
    height : 10px;
    position : absolute;
    bottom : -10px; left : 0;
}	
	
#content #sidebar #box_half_webtv{
	
    box-sizing:border-box;
	/* width:87.9%; */

}	
#content #sidebar #box_half_webtv img{ 
	margin-left: 180px;
	margin-top:-43px;
	padding-right: 10px;

	}
#box_half_social ul { 	
	padding-top:8px; 
	
}
.button_webtv { /* width: 100%; */}
#content #main2 img{ display: none; }
#content #lowermain {
    width : 100%;
	margin: 20px 0 0 0px;
}
	
#content #lowermain #box1 {   display: none;}
#content #lowermain #box1a {
	
	display: block;
	background : #eee;
    padding : 20px;
    float : left;
	margin : 0 0 20px 0;
    width: 100%;
    box-sizing: border-box;
}
	
#content #lowermain #box1a table{margin: 0;}
#content #lowermain #box1a td{
	vertical-align: top;
	text-align: justify;
	width: 50%;
	padding: 0 5px;
}

#content #lowermain #box1a img {
	height: 40px;
	width: auto;
	display: block;
	padding:5px 0;
    margin-left: auto;
    margin-right: auto;
}
	
#content #lowermain #box1a:after {
	
    content : '';
    background : transparent url(../images/shadow_box.jpg) no-repeat 0 0;
    background-size: 100% 10px;
	width : 105%;
    height : 10px;
    position : relative;
  	left : -20px;
	top: 34px;
	display: inline-block;
}

#content #lowermain #box1a ul li {
    color : #666;
    font-size : 14px;
    line-height : 20px;
    list-style : inside disc;
    padding : 5px 0;
    border-bottom : 1px solid #ccc;
}	
	
#content #lowermain #box3 {
	display: block;
	background : #eee;
    padding : 20px;
    float : left;
	margin : 0 0 20px 0;
    width: 100%;
    box-sizing: border-box;
	
}
	
#content #sidebar #box_half_social {
    padding : 20px 0 10px 20px;
    margin : 0 0 20px;
   	width: 100%;
	box-sizing: border-box;
	display: block;
	height:105px;
}
	
#content #sidebar #box_half_social ul li {   padding : 0 0 10px 0;}
#content #sidebar #box_half_social:after {
    width: 100%;
    bottom : -10px; left : 0; 
}
	
#content #lowermain #box1:after {
	width: 100%;
    bottom : -20px; left : 0;
}
	
#content #lowermain #box3:after {
	width:100%;
    bottom : -30px; left : 0;
}
	
#footer {
    background : #eee url(../images/shadow_footer.jpg) no-repeat 0 0;
    padding : 20px;
}
#footer p { 	 padding : 10px;	}
#footer #subnav {
    height : 20px;
    padding : 0 0 10px;
    margin : 0 0 10px;
    border-bottom : 1px solid #ccc;
}

#footer #subnav ul li a {
    color : #333;
    font-size : 14px;
    line-height : 20px;
    padding : 0 5px;
}

#footer #partner {
    height : 45px;
    padding : 0 0 0;
    text-align : center;
	
}
#footer #partner img{
    height : 40px;
    padding : 0 0 0;
    text-align : center;
}
	
#footer #subnav #mobile_footer{display: block;	}
#footer #subnav #mobile_footer_desktop{display: none;	}
#tvprog_main table {
    height: 61px;
    max-height: 61px;
}
	
#tvprog_main h4 {
		font-size: 16px;
		line-height:15px;
}
	
#tvprog_main p {
		font-size: 12px;
		line-height:12px;
}
	
#tvprog_main td {
		padding-bottom: 2px !important;
		vertical-align:middle !important;
}
	
.box-toggle { display: block; }
.border_now  {	width: 28%; }
.border_next {	width: 28%; }
	
#content .preview {
    margin : 0 10px 10px 0;
    float : right;
}
	
.preview2 {
	width: 40% !important;
    margin : 10px 10px 10px 10px;
    float : right;
}
	
#tvprogramm, #kalender { 	max-width: 100%}
#tvprogramm td, #tvprogramm th { padding : 5px; }
	
	
	/* =FEATURED SLIDER
----------------------------------------------- */
#featrued-slider {
}
#featured-slider img {
	width: 100%;
	height: 270px;
}
	
#featured-slider .slides {
	width: 100%;
	object-fit: cover;
}
	
#featured-slider .entry-container {
	max-width: 300px;
	margin : 0 0 5px;
	display: block;
}

#featured-slider .slider-title-head a{	padding: 5px 10px;}
#featured-slider .slider-title-head a:hover{	padding: 5px 10px;}
#featured-slider .slider-title-head h3{
	margin : 0 0 0px;
	 font-size : 16px;
	color: #FFFFFF;
}

#featured-slider .slider-title-head p{
	color: #FFFFFF;
	margin: 0 0 0 0;
	font-size : 12px;
	background: none repeat scroll 0 0;
}

/* =SLIDER CONTROLLERS
----------------------------------------------- */
#controllers {
	text-align:center;
	line-height:0;
	position: absolute;
	width: 100%;
	bottom: 5px;
	z-index: 999;
}
	
#controllers a {
	width: 12px;
	height: 4px;
	margin: 0 2px;
	overflow:hidden;
	display:inline-block;
	background-color: #FFFFFF;
	color: #FFFFFF;
}

}

@media screen and (max-width: 767px) {
	#mobilswitch {		display:none;	}
.clearfix { display : block; overflow: auto; }
h1 {
    color : #333;
    font-size : 30px;
    line-height : 36px;
    margin : 0 0 20px;
}

h2 {
    color : #333;
    font-size : 26px;
    line-height : 32px;
    margin : 0 0 20px;
}
h3 {
    color : #333;
    font-size : 24px;
    line-height : 30px;
}
h4 {
    color : #333;
    font-size : 18px;
    line-height : 24px;
}
h5 {
    color : #333;
    font-size : 14px;
    line-height : 20px;
}
h6 {
    color : #aaa;
    font-size : 11px;
    line-height : 16px;

}
p {
    color : #666;
    font-size : 14px;
    line-height : 20px;
    margin : 0 0 20px;
}

blockquote {
    color : #333;
    font-size : 14px;
    line-height : 20px;
    font-style : italic;
    background : #eee;
    padding : 40px;
    margin : 0 0 20px;
}
blockquote p { margin : 0; }
.button {
    color : #fff;
    font-size : 14px;
    line-height : 20px;
    font-weight : bold;
    background : #1a2b80;
    height : 20px;
    padding : 10px 12px;
    display : block;
}
.button:hover {
    color : #fff;
    background : #cc0011;
}
.alignleft {
    margin-top : 5px;
    margin-right : 40px;
    margin-bottom : 20px;
    display : inline;
    float : left;
}
.alignright {
    margin-top : 5px;
    margin-left : 40px;
    margin-bottom : 20px;
    display : inline;
    float : right;
}
.aligncenter {
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 20px;
    clear : both;
    display : block;
}
#content {
    padding : 0 10px 20px 10px;
	overflow:hidden;
}
#content #main {
    width : 95%;
    padding : 25px 0 0 0;
    float : left;
}
#slide {
    background : #ccc url(../images/slide_bg.jpg) auto 100% no-repeat 0 0;
	background-size: 100%;
    overflow : hidden;
}

h1:after {
    content : '';
    background : transparent url(../images/shadow_headline.jpg) no-repeat 0 0;
    width : 100%;
    height : 20px;
    position : absolute;
    bottom : -21px; left : 0;
}
#top {
    background : #eee;
    height : 40px;
	position: fixed;
	width: 100%;
	z-index: 999;
	opacity: 0.9;

}
	
#top #breadcrumb {	visibility: hidden;}
#top #breadcrumb p { 	font-size : 1px;	}
#top #search {	visibility: hidden;}
#header {
    background : #fff;
    height : 120px;
    position : relative;
    z-index : 20;
	padding-top: 40px;
	overflow: hidden;
}
	
#header .wrapper { position : relative; }
#header:after {
    content : '';
    background : transparent url(../images/shadow_header.png) repeat-x 0 0;
    width : 100%;
    height : 10px;
    position : absolute;
    bottom : -10px; left : 0;
    z-index : 10;
}

#header #logo {
    padding : 20px 0 20px 10px;
	width : 45%;
    float : left;
}
	
#header #logo a {
    background : transparent url(../images/logookw.png) no-repeat 0 0;
	background-size: 130px 80px;
	display : block;
}
	
#header #banner {
    padding : 30px 10px 0 0;
	margin: auto;
    float : right;
	width: 45%;
}
	
#header #banner img{
 	padding-right: 10px;
	float: right;
}
#content #main {
	margin: 0 0 20px 0;
	width : 100%;
	box-sizing:border-box;
}
	
#content table {
	table-layout: fixed;
	overflow:hidden;
}
	
#content table td {
	font-size: 13px;
	padding : 1px;
}

#content .post img {
    display:block; 
	width:100%; 
	height:auto;
	margin-right: 20px;
	margin-bottom: 20px;
	box-sizing: border-box;
	/* Übertrag */
}
	
#content #sidebar {
    width : 100%;
    padding : 0 0 0 0;
    align-items: center;
}
	
#content #sidebar #box_half1:after {
    width :100%;
	left: 5px;
}
	
#content #sidebar #box {
    background : #eee;
    padding : 20px 20px 20px 20px;
    margin : 0 0 30px;
    position : relative;
}

#content #sidebar #box:after {
    content : '';
    background : transparent url(../images/shadow_box.jpg) no-repeat 0 0;
	background-size: 100% auto;
    width : 100%;
    height : 10px;
    position : absolute;
    bottom : -10px; left : 0;
}
	
#content #sidebar #box_half_webtv{
	
    box-sizing:border-box;
	
}	
	
#content #sidebar #box_half_webtv img{ 
	margin-top: -43px;
	padding-right: 10px;
	}

.button_webtv {/* width: 100%; */}
.boxtoggle h3:after {
	content: "\f103";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	font-size: 24px;
	padding-left: 8px;
	color: #1a2b80;
}

.boxtoggle2 h3:after {
	content: "\f101";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	font-size: 24px;
	padding-left: 8px;
	color: #1a2b80;
}
	
.boxtoggle p{ display: block;}
.boxtoggle ul{ display: block; }
.boxtoggle table{ display: block; }	
.boxtoggle2 p { display: none; }
.boxtoggle2 table{ display: none; }
.boxtoggle2 ul { display: none; }
	
#box_main {
    width : 100%;
	box-sizing:border-box;
}
	
#box_main:after {
    width : 0%;
	top: 32%;
	left: 5px;
	position: relative;
}
	
#content #main2 {
    width : 100%;
	box-sizing:border-box;
	margin: 0 0 20px 0px;
}
	
#content #main2:after {
    width : 100%;
	left: -20px;
}

#content #main2 img{ display: none; }
#content #lowermain {
    width : 100%;
	margin: 20px 0 0 0px;
}
	
#content #lowermain #box1 {   display: none;}
#content #lowermain #box1a {
	display: block;
	background : #eee;
    padding : 20px;
    float : left;
	margin : 0 0 20px 0;
    width: 100%;
    box-sizing: border-box;
}
	
#content #lowermain #box1a table{	margin: 0;}

#content #lowermain #box1a td{
	vertical-align: top;
	text-align: justify;
	width: 50%;
	padding: 0 5px;
}

#content #lowermain #box1a img {
	height: 40px;
	width: auto;
	display: block;
	padding:5px 0;
    margin-left: auto;
    margin-right: auto;
}
	
#content #lowermain #box1a:after {
    content : '';
    background : transparent url(../images/shadow_box.jpg) no-repeat 0 0;
    background-size: 100% 10px;
	width : 100%;;
    height : 10px;
    position : relative;
    bottom : -34px; left : -20px;
	display: inline-block;
}

#content #lowermain #box1a ul li {
    color : #666;
    font-size : 14px;
    line-height : 20px;
    list-style : inside disc;
    padding : 5px 0;
    border-bottom : 1px solid #ccc;
}	
	
#content #lowermain #box3 {
	display: block;
	background : #eee;
    padding : 20px;
    float : left;
	margin : 0 0 20px 0;
    width: 100%;
    box-sizing: border-box;
	
}
	
#content #sidebar #box_half_social {
    padding : 20px 0 10px 20px;
    margin : 0 0 20px;
   	width: 100%;
	height: 30%;
    box-sizing: border-box;
	display: block;
}
	
#content #sidebar #box_half_social ul li {   padding : 0 11% 10px 0;}
#content #sidebar #box_half_social:after {
    width: 100%;
    bottom : -10px; left : 0; 
}
	
#content #lowermain #box1:after {
	width: 100%;
    bottom : -24px; left : 0;
}
	
#content #lowermain #box3:after {
	width:100%;
    bottom : -34px; left : 0;
}
	
#footer {
    background : #eee url(../images/shadow_footer.jpg) no-repeat 0 0;
    padding : 20px;
}
#footer p { 	 padding : 10px;	}
#footer #subnav {
    height : 20px;
    padding : 0 0 10px;
    margin : 0 0 10px;
    border-bottom : 1px solid #ccc;
}

#footer #subnav ul li a {
    color : #333;
    font-size : 14px;
    line-height : 20px;
    padding : 0 5px;
}

#footer #partner {
    height : 45px;
    padding : 0 0 0;
    text-align : center;
}
	
	#footer #partner img{
    height : 40px;
    padding : 0 0 0;
	text-align : center;
}
	
#footer #subnav #mobile_footer{display: block;	}
#footer #subnav #mobile_footer_desktop{display: none;	}
.box-toggle {	display: none;}
.box-toggle_webtv {	display: none;}
.box-toggle_webtv_2 {	display: block;}
#tvprogramm, #kalender { 	max-width: 100%}
#tvprogramm td, #tvprogramm th { padding : 5px; }
#tvprog_main td {
		padding-bottom: 5px !important;
		vertical-align:middle !important;
}
	
.preview2 {
	width: 40% !important;
    margin : 10px 10px 10px 10px;
    float : right;
}	

	/* =FEATURED SLIDER
----------------------------------------------- */
#featrued-slider {
}
	
#featured-slider img {
	width: 100%;
	height: 135px;
}
	
#featured-slider .slides {
	width: 100%;
	object-fit: cover;
}
	
#featured-slider .entry-container {
	max-width: 200px;
	margin : 0 0 5px;
	display: none;
}

#featured-slider .slider-title-head a{	padding: 5px 10px;}
#featured-slider .slider-title-head a:hover{	padding: 5px 10px;
}

#featured-slider .slider-title-head h3{
	margin : 0 0 0px;
	 font-size : 16px;
	color: #FFFFFF;
}

#featured-slider .slider-title-head p{
	color: #FFFFFF;
	margin: 0 0 0 0;
	font-size : 12px;
	background: none repeat scroll 0 0;
}

/* =SLIDER CONTROLLERS
----------------------------------------------- */
#controllers {
	text-align:center;
	line-height:0;
	position: absolute;
	width: 100%;
	bottom: 5px;
	z-index: 999;
}
	
#controllers a {
	width: 12px;
	height: 4px;
	margin: 0 2px;
	overflow:hidden;
	display:inline-block;
	background-color: #FFFFFF;
	color: #FFFFFF;
}

}

@media only screen and (max-width: 600px) {

	#header-right-sidebar .searchform {		width: 57%;	}
	#featured-slider .slider-title-head .entry-title a {
		font-size: 16px;
		padding: 4px 12px;
	}
	.widget_recent_work .tg-one-fourth {
		width: 100%;
		text-align: center;
		position: relative;
	}
	.widget_recent_work .recent_work_title {	right: 0;	}
	.entry-meta .post-format {
		padding: 0;
		top: -18px;
	}
	.entry-meta .post-format i {
		font-size: 12px;
		padding: 2px 0 0;
	}
	.gallery-columns-4 .gallery-item,
	.gallery-columns-5 .gallery-item,
	.gallery-columns-6 .gallery-item,
	.gallery-columns-7 .gallery-item,
	.gallery-columns-8 .gallery-item,
	.gallery-columns-9 .gallery-item {
		width:25%;
	}
	.author-box img {		float: none;	}
	.author-description-wrapper {		margin-left: 0;	}
	.related-posts-wrapper .tg-one-third{
		width: 100%;
		float: none;
		margin: 0;
	}
	.no-sidebar-full-width .alignwide,
	.no-sidebar .alignwide {
		margin-left: 0;
		margin-right: 0;
	}
	#tvprog_main {
		
	}
	.border_now  {	width: 35%; }
	.border_next {	width: 35%; }
}

@media only screen and (max-width: 420px) {
	.gallery-columns-4 .gallery-item,
	.gallery-columns-5 .gallery-item,
	.gallery-columns-6 .gallery-item,
	.gallery-columns-7 .gallery-item,
	.gallery-columns-8 .gallery-item,
	.gallery-columns-9 .gallery-item {
		width:33.33%;
	}
	#tvprog_main h2 {		font-size: 28px;	}
	#content #main #prev a {		font-size:10px;	}
	#content #main #next a {		font-size:10px;	}
}
@media only screen and (max-width: 300px) {
	#featured-slider .slider-title-head .entry-title a {
		font-size: 12px;
		padding: 0 8px;
	}
	#header #banner {		visibility: hidden;	}
	#header #logo {		width:100%;	}
	#tvprog_main h2 {		font-size: 22px;	}
}

@media only screen and (max-width: 250px) {
	#links {		visibility: hidden;	}
}
