@media all and (min-width: 999px) and (max-width: 9999px) {
	.slider_content .br, .top_news_content .br, .single .br {
		min-width: 150px;
	}

#header ul ul { /* this targets all sub menus */
    display: none; /* hide all sub menus from view */
    position: absolute;
    top: 52px; /* this should be the same height as the top level menu -- height + padding + borders */
}
#header ul ul li { /* this targets all submenu items */
    float: none; /* overwriting our float up above */
    width: 150px; /* set to the width you want your sub menus to be. This needs to match the value we set below */
}
#header ul ul li a { /* target all sub menu item links */
       padding: 10px 10px;
    display: block;
    width: 100%;
	background-color: #FFF;
}
	#header ul ul li a:hover {
		background-color: #1991c8;
	}

#header ul li:hover > ul {
    display: block; /* show sub menus when hovering over a parent */
	background-color: #1991c8;
}

    .teiler_frontpage {
        -webkit-box-shadow: 0 1px 1px #d3d3d3;
        -moz-box-shadow: 0 1px 1px #d3d3d3;
        box-shadow: 0 1px 1px #d3d3d3;
        background-color: #1991c8;
        color: #fff;
        padding: 0px;
        font-weight: bold;
        margin-bottom: 0;
        margin-top: 0;
    }
    #header {
        background-color: #FFF;
        -webkit-box-shadow: 0px 0px 12px 0px rgba(50, 50, 50, 0.59);
        -moz-box-shadow: 0px 0px 12px 0px rgba(50, 50, 50, 0.59);
        box-shadow: 0px 0px 12px 0px rgba(50, 50, 50, 0.59);
        height: 52px;
        z-index: 999999;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
    }
    #header a {
        display: block;
        float: left;

        margin-top: 11px;
        margin-left: 11px;
    }
    #header a img {
        width: 30px;
        height: auto;
    }
	#header #reg_select a {
		color:#FFF;
		padding:0;
		margin:0;
		text-decoration:none;
		float:none;
		display:inherit;

	}
    #search {
        position: absolute;
        right: 137px;
    top: 18px;
	cursor:pointer;
    }
    #ort {
        width: 50%;
        float: left;
        margin-left: 16px;
        margin-top: 11px;
    }
    #wetter {
        width: 20%;
        float: right;
        display: block;
        margin-top: 16px;
    }
    #reg_select {
        background-color: #1991c8;
        color: #fff;

        font-weight: bold;
        float: right;
		background-image:url(../images/bg_trenner.png);
		    background-size: cover;

			    overflow: hidden;
    height: 52px;


	 -webkit-transition-duration: 0.9s;
        transition-duration: 0.9s;
        -webkit-transition-property: all;
        transition-property: all;
        -webkit-transform: translateZ();
        transform: translateZ();
    }
    #reg_select ul {
        margin: 0;
        padding: 0;
    }
    #reg_select li {
        list-style-type: none;
        margin: 0;
        padding: 18px;
        min-width: 80px;
        text-align: center;
		cursor: pointer;

    }
    #reg_select li.active_region { display: block }
	#reg_select li.select_region { display: block }
	#reg_select li.select_region {

	opacity: 1;
	 -webkit-transition-duration: 0.9s;
        transition-duration: 0.9s;
        -webkit-transition-property: all;
        transition-property: all;
        -webkit-transform: translateZ();
        transform: translateZ();

		}
	#reg_select li.select_region:hover { background-color: #1991c8; }
	#reg_select:hover {

		 height: auto;
	 }
	.anzeige_mini {

	float:right;
	}
	#searchlayer {
		display:none;
		    position: fixed;
    z-index: 9998;
    height: 52px;
    width: 380px;
    background-color: #FFF;
    top: 0;
    right: 116px;
    /* background-image: url(../images/bg_grey_full.png); */
    background-size: 100% auto;
    background-repeat: no-repeat;
    text-align: center;
    z-index: 999999;
	}

	#search_inner {
	position:relative;
	height: 100%;
	}



	#searchlayer form {

    /* border: 3px solid #FFF; */
    padding: 0;

    width: 100%;
    /* background-image: url(../images/bg_trenner.png); */
    background-size: cover;
    top: 50% !important;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    vertical-align: top;
	display: block;
    position: absolute;
}

	#searchform .bt-search {
		    font-size: 24px;
    margin-top: 4px;
	}
	#searchlayer #s {
       border: 0;
    width: 77%;
    padding: 9px 0px 3px 3px;
    font-size: 18px;
    border-bottom: 2px solid #CCC;
    background: transparent;
}

#searchlayer button {
    float: right;
	    margin-right: 20px;
}
    .nav_desktop {
        margin: 0;
        padding: 0;
        margin-left:10px;
        float: left;
    }
    .nav_desktop li {
        float: left;
        list-style: none;
    }
    .nav_desktop li a {
        color: #000;
        text-decoration: none;
        display: block;
        padding: 16px;
        margin: 0 !important;
        font-size: 20px;
        -webkit-transition-duration: 0.9s;
        transition-duration: 0.9s;
        -webkit-transition-property: all;
        transition-property: all;
        -webkit-transform: translateZ();
        transform: translateZ();
    }
	.current_page_item a {
		background-color: #1991c8;
        color: #fff !important;
	}
    .nav_desktop li a:hover {
        background-color: #1991c8;
        color: #fff;
    }
    #topcontrol { bottom: 60px !important }
    #topcontrol li { color: #FFF }
    .container {
        width: auto;
      /*  -webkit-box-shadow: 0px 0px 12px 0px rgba(50, 50, 50, 0.59);
        -moz-box-shadow: 0px 0px 12px 0px rgba(50, 50, 50, 0.59);
        box-shadow: 0px 0px 12px 0px rgba(50, 50, 50, 0.59);*/
				margin:auto;
        margin-top: 90px;
        background-color: #FFF;
		    max-width: 1150px;
        position: relative;

    }

	.single-promotion .container {
	width:728px;
	}
	.menu-link {
	display:none !important;
	}
    .noad .single { margin-top:28px !important }
	.single_col_1 {

    float: left;


    position: fixed;
	left: 20px;
	}
	.single_col_3 {

    width: 280px;
    position: fixed;
    /* margin-left: 870px; */

    right: 20px;
	text-align:right;
	}

	.single_col_3 h3 {
		    font-size: 30px;
    font-weight: 100;
	margin-bottom:30px;
	margin-top:30px;
	}

	.single_col_3 a {
		display:block;

			border-bottom: 1px solid #CCC;

	    background-size: cover;
	padding:5px;
	color:#6d6d6d;
	text-decoration:none;

	margin-bottom:0px;

	        -webkit-transition-duration: 0.9s;
        transition-duration: 0.9s;
        -webkit-transition-property: all;
        transition-property: all;
        -webkit-transform: translateZ();
        transform: translateZ();
	}

	.single_col_3 a:hover {
		background-color:#FFF;

	}
	.single_col_3 strong {
	display:block;

	}

    .single_frame {
	width: 728px;
	   margin: 10rem 1rem;
	   position:relative;
	}
	.single .rsDefault .rsBullets {
    bottom: 56px;
}
.h1_container {
width:80%;
}
	.single.container {
	width: 728px;
	}
	.container_inner {
        width: auto;
        padding: 55px;
		padding-top:0;
    }
    .contentSlider img {
        width: 100%;
        height: auto;
        padding-bottom: 6px;
    }
    .slider_text h3 {
        font-size: 17px;
        color: #FFF;
        line-height: 18px;
        margin: 0;
        font-weight: bold;
        text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.77);
    }
    .slider_content {
        min-height: 200px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    .slider_text {
        position: absolute;
        bottom: 10px;
        left: 10px;
        -webkit-transition-duration: 0.9s;
        transition-duration: 0.9s;
        -webkit-transition-property: all;
        transition-property: all;
        -webkit-transform: translateZ();
        transform: translateZ();
    }
    .slider_text h2 {
        color: #FFF;
        font-size: 37px;
        margin: 0;
        padding: 0;
        font-weight: 700;
    }
    .slider_text h2 a {
        color: #FFF;
        font-size: 37px;
        margin: 0;
        padding: 0;
        text-decoration: none;
        text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.77);
    }
    .single_news h3 {
        margin: 0;
        padding: 0;
        padding-top: 25px;
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 10px;
        font-weight: 700;
    }
    .single_news h1 {
        color: #FFF;
    font-size: 55px;
    margin: 0;
    padding: 0px;
    font-weight: 700;
    /* font-family: 'aleoregular'; */
    /* font-size: 33px; */
      line-height: 140%;
    display: inline;
    /* background-image: url(../images/70p_white.png); */
    background-color: #1991c8;
	    background-image: url(../images/bg_trenner.png);
    background-size: cover;
    }

    .single_news h1 a {
        color: #1991c8;
        font-size: 37px;
        margin: 0;
        padding: 0;
        text-decoration: none;
    }
    .single_news h4 {
        text-align: left;
           font-size: 20px;
    font-weight: normal;
    line-height: 26px;
    margin-bottom: 40px;
    margin-top: 20px;
    text-align: left;
    }
    .content_news h2 {
        font-size: 20px !important;
        padding-bottom: 15px;
        padding-top: 15px;
        font-weight: bold;
		color:#1991c8;
    }
	.content_news em {
		color:#1991c8;

	}
    .content_news {
           line-height: 25px;
    font-size: 16px;
        text-align: justify;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }

    .content_img {
        padding-top: 25px;
        padding-bottom: 25px;
    }
	.desktop_news {
		width: 728px;
		    margin: auto;
	}
    .news-select {
        position: absolute;
        right: 0;
        top: 0;
        z-index: 999;
    }
    .news-select span { float: left }
    .news-select .pm {
        color: #959595;
        background-color: #FFF;
        opacity: 0.5;
        padding: 10px;
    }
    .news-select .kn {
        color: #959595;
        background-color: #FFF;
        opacity: 0.5;
        padding: 10px;
    }
    .news-select .br {
        background-color: #1991c8;
        color: #FFF;
        padding: 10px;
    }
    .bu-news {
        font-size: 13px;
        margin: auto;
		padding:0px 10px 0 10px;
		line-height: 15px;
    }
    .rsContainer .bu-news { height: 50px;width: 90% }
    .content_img .bu-news {
        width: auto;
        line-height: 16px;
    }
    .bu-news span {
        text-transform: uppercase;
        font-style: italic;
        color: #959595;
        float: right;
        font-size: 10px;
		padding:4px;
    }
    .meta {
        padding: 15px;

        font-size: 14px;
        line-height: 24px;
    }
    .meta ul {
        margin: 0;
        padding: 0;
    }
    .meta li {
        list-style: none;
        float: left;
        padding-right: 5px;
    }
    .meta i { padding-right: 5px }
    .more_artikel { padding: 15px }
    #content-slider-2 { max-width: 618px;margin-left: 55px;
    padding-top: 55px; }
    #content-slider-3 { padding-top: 40px }
    .more_news.galerie { margin-top: 20px }
    .share {
        width: 100%;
        height: auto;
        color: #1991c8;
        padding-bottom: 0px;
        padding-top: 20px;
        margin-top: 10px;
        margin-bottom: 00px;
    }
    .share ul {
        margin: 0;
        padding: 0;
    }
    .share i { padding-right: 4px }
    h4 {
        text-align: center;
        font-size: 24px;
    }
    .contentSlider { width: 100% }
    .contentSlider,
    .contentSlider .rsOverflow,
    .contentSlider .rsSlide,
    .contentSlider .rsVideoFrameHolder,
    .contentSlider .rsThumbs {
        background: #FFF;
        color: #000;
    }
    .contentSlider .rsSlide,
    .contentSlider .rsOverflow { background: #FFF }
    .contentSlider img {
        max-width: 100%;
     /*   height: 400px;*/
        display: block;
    }
    .content-slider-bg {
        width: 86%;
        padding: 24px 7%;
        background: #eee;
    }

	#google_ad_footer {
	margin:auto;
	width:728px;
	height:90px;
	margin-bottom:10px;
	}
    #footer {
        background-color: #1991c8;
        text-align: center;
		max-width: 1150px;
				margin:auto;
				background-image:url(../images/bg_trenner.png);
		    background-size: cover;
			background-position:center;
			    -webkit-transition-duration: 0.9s;
        transition-duration: 0.9s;
        -webkit-transition-property: all;
        transition-property: all;
        -webkit-transform: translateZ();
        transform: translateZ();
    }
	   #footer:hover {
	background-position:bottom;
	   }
.single #footer {
max-width:728px;
}
    #nav_wrapper {
        z-index: 99999999999;
        background-image: url(80p.png);
        position: fixed;
        height: 100%;
        width: 100%;
        display: none;
    }
    #nav_wrapper img {
        display: block;
        height: 100%;

        width: auto;
        z-index: 99999999999;
		-webkit-box-shadow: 0px 0px 12px 0px rgba(50, 50, 50, 0.59);
        -moz-box-shadow: 0px 0px 12px 0px rgba(50, 50, 50, 0.59);
        box-shadow: 0px 0px 12px 0px rgba(50, 50, 50, 0.59);
    }
    #ad_1 {
        width: auto;
       /* height: 90px;*/
		width: 728px;
       /* background-color: #FFF;*/
        color: #FFF;
        text-align: center;
        /*border: 1px solid #E3E3E3;*/
        background-position: center center;
        background-repeat: no-repeat;
        margin-top: 70px;
    }
    #mobile_menue {
display:none;
    }
    .material-menu-button span {
        display: block;
        width: 100%;
        height: 4px;
        margin-bottom: 4px;
        background-color: #FFF;
    }
    .teiler_frontpage span {
        display: block;
        float: left;
    }
    .teiler_frontpage { height: 10px }
    .teiler_frontpage i { float: right }
    /* MINI NEWS */
    .responsive {
        width: 100%;
        height: auto;
    }
	.timestamp {
		color:#767676;
		font-size:12px;

	}

	   #share {
	margin-top:30px;
	margin-bottom:30px;
   }
   #share a, #share_left a {
   color:#fff !important;
   }

   #share_left .jssocials-share {
	   display: table-row;
   }
    .news-mini {
        padding-top: 5px;
        padding-bottom: 5px;
        /*    border-bottom: 1px dashed #CCC;*/
        margin-bottom: 5px;
        position: relative;
		height: 110px;
    }
    .news-mini-img {
        float: left;
        width: 20%;
    }
    .news-mini-img {
        top: 50% !important;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        vertical-align: top;
        position: absolute;
    }
    .news-mini-headlines {
        margin-left: 20%;
        float: left;
        width: 62%;
    }
    .news-mini h2 {
        color: #1991c8;
        font-size: 17px;
        line-height: 18px;
        margin: 0;
        padding: 0;
        padding-left: 10px;
    }
    .news-mini h2 a {
        color: #1991c8;
        font-weight: 700;
		    font-size: 23px;
    line-height: 36px;
        margin: 0;
        padding: 0;
        text-decoration: none;
    }
    .news-mini h3 {
        margin: 0;
        font-weight: 700;
        margin-top: 0;
        padding: 0;
        padding-left: 10px;
        font-size: 14px;
        line-height: 15px;
    }
    .time {
        position: absolute;
        right: 0;
        color: #4d4d4d;
        font-size: 12px;
        top: 50% !important;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        vertical-align: top;
    }
    .time span { padding-left: 3px }
    .more_news {
        padding: 5px;
        margin-top: 10px;
        border-bottom: 3px solid #1991c8;
        font-weight: 900;
        color: #1991c8;
        height: 16px;
    }
    .more_news span {
        display: block;
        float: left;
    }
    .more_news i { float: right }
    #ad_3 {
        width: auto;
        height: 90px;
		width:728px;
        background-color: #FFF;
        color: #FFF;
        text-align: center;
       /* border: 1px solid #E3E3E3;*/
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
		margin-bottom:30px;
		margin-top:30px;
    }
    #ad_5 {
        width: auto;
        height: 90px;
        background-color: #FFF;
        color: #FFF;
        text-align: center;
        /*border: 1px solid #E3E3E3;*/
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
    }
    #ad_2 {
        width: auto;
        min-height: 90px;
        /*background-color: #FFF;*/
        margin-top: 18px;
        color: #FFF;
        text-align: center;
        /*border: 1px solid #E3E3E3;*/
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
    }
    #ad_1 {


        /*background-color: #FFF;*/
        color: #FFF;
        text-align: center;
       /* border: 1px solid #E3E3E3;*/
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
    }
    #ad_4 {
        position: fixed;
    bottom:0px;
    height: 50px;
    width: 100%;
    left: 0;
    margin-left: 0;
	opacity:1;
   /* background-color: #FFF;*/
    -webkit-box-shadow: 0px 0px 12px 0px rgba(50, 50, 50, 0.59);
    -moz-box-shadow: 0px 0px 12px 0px rgba(50, 50, 50, 0.59);
    box-shadow: 0px 0px 12px 0px rgba(50, 50, 50, 0.59);
    text-align: center;
    color: #FFF;
    z-index: 999;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%;
	  transform: translateZ(0);
    -webkit-transform: translateZ(0);
	 -webkit-backface-visibility: hidden;
   -webkit-perspective: 1000;

    }




    /* NAVIGATION */
    #nav_container {
        background-color: #FFF;
        text-align: center;
        -webkit-box-shadow: 0px 0px 12px 0px rgba(50, 50, 50, 0.59);
        -moz-box-shadow: 0px 0px 12px 0px rgba(50, 50, 50, 0.59);
        box-shadow: 0px 0px 12px 0px rgba(50, 50, 50, 0.59);
    }
    #nav_region {
        text-transform: uppercase;
        margin-top: -1px;
        margin-bottom: 20px;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 20px;
        color: #000;
        font-weight: 900;
    }
    .panel {
        position: fixed;
        left: -15.625em;
        /*left or right and the width of your navigation panel*/
        width: 15.625em;
        /*should match the above value*/
        background-color: #FFF;
        z-index: 999999;
        -webkit-box-shadow: 0px 0px 12px 0px rgba(50, 50, 50, 0.59);
        -moz-box-shadow: 0px 0px 12px 0px rgba(50, 50, 50, 0.59);
        box-shadow: 0px 0px 12px 0px rgba(50, 50, 50, 0.59);
    }
    .wrap { position: relative }
    #nav_region a {
        color: #CCC;
        display: block;
        text-decoration: none;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    #more_regions {
        margin-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }
    #more_regions strong {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    #more_regions a {
        color: #CCC;
        display: block;
        text-decoration: none;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    #nav_region .active { color: #1991c8 }
    .nav_big {
        margin: 0;
        padding: 0;
    }
    .nav_big li { list-style-type: none }
    .nav_big li a {
        color: #FFF;
        display: block;
        background-color: #1991c8;
        padding: 10px;
        font-size: 20px;
        margin-top: 1px;
        text-decoration: none;
    }
    .nav_mini {
        margin: 0;
        padding: 0;
        padding-bottom: 20px;
    }
    .nav_mini li { list-style-type: none }
    .nav_mini li {
        color: #000;
        dsiplay: block;
        padding-left: 10px;
        padding-top: 5px;
        font-size: 16px;
        margin-top: 1px;
    }
    /* PULSOR
    #pulsor {
        width: 120px;
        margin: 64px;
        padding: 16px 32px;
        font-size: 32px;
        cursor: auto;
        border-radius: 8px;
        box-shadow: 0 0 10px #333;
    }
    #pulsor:hover {
        -webkit-animation: pusate 1s infinite alternate;
        -moz-animation: pusate 1s infinite alternate;
        -animation: pusate 1s infinite alternate;
        text-shadow: 0 0 8px #ccc;
    }
    @-webkit-keyframes pusate {
        from { box-shadow: 0 0 10px #333; }
        to { box-shadow: 0 0 20px #c00; }
    }
    @-moz-keyframes pusate {
        from { box-shadow: 0 0 10px #333; }
        to { box-shadow: 0 0 20px #c00; }
    }
    @keyframes pusate {
        from { box-shadow: 0 0 10px #333; }
        to { box-shadow: 0 0 20px #c00; }
    }*/
    /* NEWSLETTER */
    #newsletter {
        background-image: url(../images/hermagortag.jpg);
        padding: 10px;
        padding-top: 82px;
        padding-bottom: 30px;
        background-size: cover;
        margin-bottom: 0px;
        text-align: center;
        /* -webkit-border-radius: 5px;*/
        -moz-border-radius: 5px;
        /* border-radius: 5px;*/
    }
	#menu-footer {
	display: inline-flex;
	}

    #newsletter i {
        color: #FFF;
        font-size: 30px;
        margin: 0;
        padding: 0;
        padding-right: 10px;
        text-decoration: none;
        text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.77);
    }
    #newsletter strong {
        color: #FFF;
        font-size: 25px;
        margin: 0;
        padding: 0;
        text-decoration: none;
        text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.77);
    }
    #newsletter p {
        color: #FFF;
        font-size: 25px;
        margin: 0;
        padding: 0px;
        text-decoration: none;
        text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.77);
    }
    /* DESKTOP */

	.home {
		background-repeat:repeat-x;
		background-image:url(../images/bg_frontpage.png);
	}
    .desk_container {
        width: 1100px;
        min-height: 200px;
        margin: auto;
    }
    .big_ad_frontpage {
        height: 330px;
        margin-top: 20px;
        background-color: #CCC;
    }
    .desktop_spacer {
        height: 20px;
        width: 100%;
        clear: both;
    }
    #ad_frontpage_top {
        max-width: 1150px;

        background-color: #FFF;
    }
    #ad_frontpage_top img {
        width: 100%;
        height: auto;
        margin-top: 53px;
    }
    /* TOP NEWS */
    #top_news {
        background-color: #FFF;
        border-left: 0px solid #FFF;
        border-right: 0px solid #FFF;
        border-top: 0px solid #FFF;

	   -webkit-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.19);
    -moz-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.19);
    box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.19);
    }
    .top_half {
        float: left;
        width: 50%;
    }
    .top_news_text h3 {
        font-size: 17px;
		max-width:70%;
        color: #FFF;
        line-height: 18px;
        margin: 0;
        font-weight: bold;
        text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.77);
    }
    .top_full .top_news_content {
        width: 100%;
        min-height: 400px;
    }
    .top_mini .top_news_content { width: 50% }
    .top_full .top_news_text h2 {
        font-size: 55px;
        line-height: 54px;
		font-weight:700;
    }

	.top_full, .top_half a:hover {
		color: #FFF !important;


        text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.77) !important;

	}
    .top_news_content {
        min-height: 200px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        float: left;
        position: relative;
        opacity: 1;
        -webkit-transition-duration: 0.9s;
        transition-duration: 0.9s;
        -webkit-transition-property: all;
        transition-property: all;
        -webkit-transform: translateZ();
        transform: translateZ();
    }
    .top_news_content:hover { opacity: 1 }
    .top_news_text {
        position: absolute;
        bottom: 10px;
        left: 10px;
        -webkit-transition-duration: 0.9s;
        transition-duration: 0.9s;
        -webkit-transition-property: all;
        transition-property: all;
        -webkit-transform: translateZ();
        transform: translateZ();
    }
    .mini_ressort {
        position: absolute;
        left: 5px;
        top: 5px;
        background-color: #1991c8;
        color: #FFF;
        padding: 5px;
		font-size:12px;
        font-weight: bold;
		background-image:url(../images/bg_trenner.png);
		    background-size: cover;
		z-index: 1;
    }

	.video_emb .mini_ressort {


	}


	.video_emb .br {

	}

	.video_emb {
   padding-top: 31px;
		background-image: url(../images/bg_video-header.png);
		background-repeat: repeat-x;
		}
    .top_news_text h2 {
        color: #FFF;
        margin: 0;
        padding: 0;
        line-height: 25px;
		max-width:80%;
    }
    .top_news_text h2 {
        color: #FFF;
        font-size: 25px;
        line-height: 25px;
        margin: 0;
        padding: 0;
        text-decoration: none;
        text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.77);
		font-weight:700;
    }
    .ad_standard {
        margin: auto;
        width: 728px;
        margin-top: 10px;
        margin-bottom: 15px;
    }
    .ad_standard img { border: 2px solid #CCC }
    .ressort {
           background-color: #1991c8;
    color: #FFF !important;
	text-decoration:none;
    /* padding: 5px; */
    padding: 10px;
    font-size: 22px;
    font-weight: bold;
    /* float: right; */
    /* max-width: 100%; */
    margin-left: -25px;
    width: 1100px;
    padding-left: 25px;
    padding-right: 25px;
    /* -webkit-border-radius: 7px; */
    -moz-border-radius: 7px;
    /* border-radius: 7px; */
	display:block;
	clear:both;

	background-image:url(../images/bg_trenner.png);
		    background-size: cover;


		-webkit-transition-duration: 0.9s;
	transition-duration: 0.9s;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
    }
	.ressort:hover {
		background-position:center;

	}

	 .all_images {
          background-color: #1991c8;
    color: #FFF !important;
    text-decoration: none;
    padding: 10px;
    font-size: 22px;
    font-weight: bold;

    width: auto;
    text-align: center;
    margin-top: 20px;
    padding-left: 25px;
    padding-right: 25px;
    -moz-border-radius: 7px;
    display: block;
    clear: both;
    background-image: url(../images/bg_trenner.png);
    background-size: cover;
    -webkit-transition-duration: 0.9s;
    transition-duration: 0.9s;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    }
	.all_images:hover {
		background-position:center;

	}
    .news_row {
        width: 24.25%;
        float: left;
        margin-top: 20px;
        margin-right: 0.7%;
        padding-bottom: 10px;
    margin-bottom: 30px;
        border-bottom: 1px solid #CCC;
    }

	.home  .news_row {
		border:none;

	}
	.single .news_row {
	width: 32.5%;
	}
    .news_row.last { margin-right: 0% }
    .news_row_inner { padding: 0px;

		/*background-image:url(../images/bg_hover_grey.png);*/
		background-size:cover;
		background-position: 400px;
		background-repeat:no-repeat;


		-webkit-transition-duration: 0.9s;
	transition-duration: 0.9s;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	}
	.news_row_inner:hover {
		/*background-image:url(../images/bg_hover_grey.png);*/
		background-size:cover;
		background-position: center;
	}
	.news_row_inner a  {
	text-decoration: none;
	}
    .row_news_content {
        width: 100%;
        min-height: 170px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    .row_news_text h3 {
        font-size: 14px;
        color: #000;
        line-height: 14px;
        margin: 0;
           margin-top: 10px;
    margin-bottom: 10px;
		font-weight:700;
		    min-height:42px;
    }
    .row_news_text p {
        font-size: 14px;
        line-height: 18px;
		color:#000;
		min-height:100px;
    }
	.single .row_news_text p {
		    min-height: 120px;
	}
    .row_news_text h2 {
        margin: 0;
        padding: 0;
        line-height: 9px;
		padding-bottom:5px;
		padding-top:5px;
		-webkit-transition-duration: 0.9s;
	transition-duration: 0.9s;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
    }
    .row_news_text h2 {
        color: #1991c8;
        font-size: 22px;
        line-height: 22px;
        margin: 0;
        padding: 0;
		    min-height: 70px;
        text-decoration: none;
		font-weight:700;
    }
	.row_news_text h2:hover {
	color:#000;
	}
    .show_more_desktop {
        float: right;
        font-size: 15px;
        line-height: 22px;
    }

    .menu-footer-container a {
        color: #FFF;
        text-decoration: none;
    }
    #minshare { margin: 10px 0 40px 0 }
    .sharrre .box {
        background: #1991c8;
        -webkit-box-shadow: 0 1px 1px #d3d3d3;
        -moz-box-shadow: 0 1px 1px #d3d3d3;
        box-shadow: 0 1px 1px #d3d3d3;
        height: 30px;
        display: inline-block;
        position: relative;
        padding: 0px 55px 0 8px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        font-size: 18px;
        float: left;
        clear: both;
        overflow: hidden;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }
    .sharrre .left {
        line-height: 31px;
        display: block;
        white-space: nowrap;
        text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.3);
        color: #ffffff;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }
    .sharrre .middle {
       position: absolute;
    height: 30px;
    top: 0px;
    right: 30px;
    width: 0px;
    /* background: #63707e; */
    /* text-shadow: 0px -1px 1px #363f49; */
    color: #fff;
    white-space: nowrap;
    text-align: left;
    overflow: hidden;
    /* -webkit-box-shadow: -1px 0px 1px rgba(255, 255, 255, 0.4), 1px 1px 2px rgba(0, 0, 0, 0.2) inset; */
    -moz-box-shadow: -1px 0px 1px rgba(255, 255, 255, 0.4), 1px 1px 2px rgba(0, 0, 0, 0.2) inset;
    /* box-shadow: -1px 0px 1px rgba(255, 255, 255, 0.4), 1px 1px 2px rgba(0, 0, 0, 0.2) inset; */
    -webkit-transition: width 0.3s linear;
    -moz-transition: width 0.3s linear;
    -o-transition: width 0.3s linear;
    transition: width 0.3s linear;
    }
    .sharrre .middle a {
        color: #fff;
        font-weight: bold;
        padding: 0 9px 0 9px;
        text-align: center;
        float: left;
        line-height:32px;

    }
    .sharrre .right {
        position: absolute;
        right: 0px;
        top: 0px;
        height: 100%;
        width: 50px;
        text-align: center;
        line-height: 31px;
        color: #4b5d61;
        background: #FFF;

    }
    .sharrre .box:hover { padding-right: 130px }
    .sharrre .middle a:hover { text-decoration: none }
    .sharrre .box:hover .middle { width: 90px }



	.tagcloud {
		margin-top:10px;
		margin-bottom:10px;
	font-size: 12px;
	}
	.tagcloud a {
		    text-decoration: none;
    padding: 5px;
    border: 1px solid #1991c8;
    margin-right: 5px;
    margin-top: 5px;
    color: #1991c8;
    background-color: #FFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: block;
    float: left;
	}

	#slogan {
		    position: absolute;
    right: 178px;
    text-align: right;
    border-right: 1px solid #CCC;
	}
	#slogan h2 {
	color: #1991c8;
    padding: 10px;
    font-weight: 500;
    font-size: 16px;
	margin:0;
	}

	/*.OneSignal-prompt {
	position: absolute;
    right: 190px;
    text-align: right;
	top: 18px;
	}
	#onesignal-bell-container {
	     bottom: auto !important;
    right: 175px !important;
    top: 141px !important;
	}


	#onesignal-bell-container.onesignal-reset .onesignal-bell-launcher.onesignal-bell-launcher-bottom-right.onesignal-bell-launcher-sm .onesignal-bell-launcher-dialog {
    bottom: -210px !important;

}
#onesignal-bell-container.onesignal-reset .onesignal-bell-launcher.onesignal-bell-launcher-bottom-right.onesignal-bell-launcher-sm .onesignal-bell-launcher-dialog:after, #onesignal-bell-container.onesignal-reset .onesignal-bell-launcher.onesignal-bell-launcher-bottom-right.onesignal-bell-launcher-sm .onesignal-bell-launcher-dialog:before {
display:none !important;
}*/

}

/* CONTACT FORM */

.wpcf7 p {
	font-weight: 700;
}
.wpcf7 input, .wpcf7 select, .wpcf7 textarea {
	background-color: transparent;
	border: 1px solid #CCC;
	padding: 10px;
	font-size: 15px;
	color: #000;
	margin-top: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 80%;
	margin-top: 20px;
	margin-bottom: 20px;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	background-color: #FFF;
	border: 1px solid #CCC;
}
.wpcf7-validates-as-required {
	background-color: #e9e9e9 !important;
	color: #000 !important;
}
.wpcf7 input:hover, .wpcf7 select:hover, .wpcf7 textarea:hover {
	background-color: #CCC;
	color: #000;
	border: 1px solid #e9e9e9;
}


.quotes {display: none;}

.gruppenartikel {
margin-bottom:30px;
border-bottom:1px solid #CCC;
border-top: 0px solid #CCC;
padding-bottom:20px;
}


.gruppenartikel h3 {
	          font-size: 18px;
    font-weight: 100;
    margin-bottom: 30px;
    margin-top: 0px;
    font-weight: 900 !Important;
    padding-top: 20px;
    padding-bottom: 0 !important;
    margin-bottom: 10px;
    color: #6d6d6d;
}


.gruppenartikel a {
display:block;
    font-weight: 500;
	padding-top:5px;
	padding-bottom:5px;
	text-decoration:none;
	color:#6d6d6d;
}
.gruppenartikel i {
    font-size: 12px !important;
    line-height: 0 !important;
    padding-right: 7px;
    color: #CCC;
}


.search_title  {
	    display: block;
    /* background-color: #CCC; */
    margin-top: 20px;
    padding: 10px;
    font-size: 24px;
    font-weight: 100;
    /* border: 1px solid #CCC; */
    /* background-image: url(../images/bg_grey_full.png); */
    background-size: 100% 100%;
    background-repeat: no-repeat;

}

.suche_headline {
	    padding: 10px;
    font-size: 25px;
    font-weight: 200;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #CCC;

}
.search_title {
    text-decoration: none;

	    color: #000 !important;
}
.search_title strong {
}
.search_title span {
}
.suche_headline i {
color: #CCC;
    font-size: 20px;
    line-height: 10px;
    margin-left: 8px;
}

#searchform_content {
	    padding: 10px;

}
#searchform_content i {
color: #CCC;
    font-size: 20px;
    line-height: 10px;
    margin-left: 8px;
}

#searchform_content #s {
    border: 0;
    width: auto;
    padding: 3px;
    font-size: 30px;
    border-bottom: 2px solid #CCC;
    background: transparent;
}


	.search_title h2  {
		font-weight: 700;
		   color: #1991c8 !important;
	}
		.search_title h3  {
			font-weight: 500;
    font-size: 16px;
    margin-bottom: 3px;
    margin-top: 30px;
		}

		.search_title h4  {
			font-weight: 500;
    text-align: left;
    font-size: 17px;
    margin-bottom: 10px;
		}

.search_entry {
	     padding: 10px;
    font-weight: normal;
    border-bottom: 1px solid #CCC;
    padding-bottom: 40px;
    margin-bottom: 35px;
	line-height: 22px;
}

.pagination_search {
        -webkit-box-shadow: 0 1px 1px #d3d3d3;
    -moz-box-shadow: 0 1px 1px #d3d3d3;
    box-shadow: 0 1px 1px #d3d3d3;
    background-color: #1991c8;
    color: #fff;
    padding: 10px;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 0;
    background-image: url(../images/bg_trenner.png);
    background-size: cover;
}
.pagination_search a {
	    color: #FFF;
}

.content_news p {
	padding-bottom:6px;
	padding-top:6px;

	}


	.single .row_news_text h2 {


    min-height: 90px;
	}

	.sticky-wrapper {
		    position: absolute;
    z-index: 9997;
		    width: auto;
	}

	.sticky-wrapper img {
	max-width: 100%;
	}

	#close_footer_ad {
	    position: fixed;
    bottom: 50px;
    left: 0;
    background-color: #FFF;
    border: 1px solid #CCC;
    padding: 6px;
	cursor:pointer;
	z-index:9997;

		-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	}
		#close_footer_ad:hover {
		background-color: #CCC;
		}


		#fb_like_reminder {
			    position: fixed;
    bottom: 20%;
    width: 200px;
    background-color: #FFF;
    border: 3px solid #CCC;
    padding-bottom: 20px;
    padding-top: 20px;
    text-align: center;
    left: 50%;
    margin-left: -100px;
		}

		#fb_like_reminder h4 {
			font-weight: 500;
    margin-bottom: 20px;
    color: #1991c8;
		}


	#close_fan_ad {
	    position: absolute;
    left: -20px;
    top: -20px;
    background-color: #FFF;
    padding: 11px;
    cursor: pointer;

    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
	}

	.fan_ad img {

	max-width: 100%;
	height:auto;
	}

	.anzeige {
    margin-top: 31px;
    font-weight: 800;
    /* text-decoration: underline; */
    border-bottom: 2px solid #CCC;
    padding-bottom: 6px;
	margin-bottom:10px;
	}
	#search {
			-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	}

	#search:hover {
		color:#CCC;


	}

	#footer img {

		opacity:1;
			-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	}

	#footer img:hover {
		opacity:0.5;

	}

	#footer a:hover {
		color:#CCC;

	}

	#topcontrol i {
			-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	}

	#topcontrol i:hover {
		color:#cfcfcf !important;



	}

	.seite-404 img {
	max-width:100%;
	}

	.wp-caption img {
	width:100% !important;
		height:auto;
		max-width: none !important;
	}

	.slider_content .pm, .top_news_content .pm {
		color: #959595;
    background-color: #FFF;
    opacity: 0.5;
    padding: 5px;
	display:block;
	position:absolute;
	top:20px;
	right:0;
	min-width: 30px;
    text-align: center;
	}
		.slider_content .br, .top_news_content .br, .single .br {
	background-color: #1991c8;
    color: #FFF;
    padding: 5px;
	display:block;
	position:absolute;
	top:5px;
	right:0;

    text-align: left;
	font-size:10px;

	 background-image: url(../images/bg_trenner.png);
    background-size: cover;

		}

.top_news_content .br {
	width:  auto !important;
	min-width: 10px !important;
	font-size: 9px;
}

			.top_news_content .pm ,.top_news_content .br {
				top: 5px;
    right: 5px;
			}
			.top_mini .top_news_content {

			-webkit-box-shadow: -13px 0px 21px -12px rgba(0,0,0,1);
-moz-box-shadow: -13px 0px 21px -12px rgba(0,0,0,1);
box-shadow: -13px 0px 21px -12px rgba(0,0,0,1);
			}
			.top_mini .top_news_content:hover {
						-webkit-box-shadow: -13px 0px 21px -12px rgba(0,0,0,0.5);
-moz-box-shadow: -13px 0px 21px -12px rgba(0,0,0,0.5);
box-shadow: -13px 0px 21px -12px rgba(0,0,0,0.5);
			}

			.top_full .top_news_content {
				/*	-webkit-box-shadow: inset 0px 0px 42px 0px rgba(0,0,0,1);
-moz-box-shadow: inset 0px 0px 42px 0px rgba(0,0,0,1);
box-shadow: inset 0px 0px 42px 0px rgba(0,0,0,1);*/


			}

			.top_full .top_news_content:hover {

								-webkit-box-shadow: inset 0px 0px 42px -13px rgba(0,0,0,1);
-moz-box-shadow: inset 0px 0px 42px -13px rgba(0,0,0,1);
box-shadow: inset 0px 0px 42px -13px rgba(0,0,0,1);

			}

.gallery-item .wp-caption-text {
	  font-size: 12px;
    padding: 5px 13px 5px 10px;
    text-align: left;

    border-bottom: 0;

    color: #6d6d6d;
    /* width: 100%; */
    /* height: 20px; */
    /* z-index: 99999; */


				line-height: 15px;

}
			.blockimage .wp-caption-text, .hochimage .wp-caption-text {

    font-size: 13px;
    padding: 3px 13px 3px 10px;
    text-align: left;
    margin: 0px 0px 0 55px;
    border-bottom: 0;
    background-color: #1991c8;
    color: #FFF;
    display: inline-block;
    position: absolute;
    bottom: 0;
    opacity: 0.9;
    line-height: 14px;
}

	.blockimage .wp-caption-text:hover {
		opacity: 1;
}
	.blockimage .bt-search-plus {
    display: block;
    position: absolute;
    color: #FFF !important;
    left: 15px;
    top: 15px;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.68);
    opacity: 1;

}

	#ad_spacer {
    width: auto;
    height: 0;
    width: 728px;


    text-align: center;


    margin-top: 80px;
}
	#menu-footer {
	margin:0;
	padding:0;

	}
	#menu-footer li {
	padding:5px;
		font-size: 13px;
	}
	.anzeige_logo {
	margin-top:20px;
	margin-bottom:10px;
	}

		.anzeige_logo img {
		max-width:220px !important;
			margin-left: 0 !important;

		}


		.tag_desc {
		width: 100%;
    clear: both;
    font-weight: 800;
	margin-bottom:10px;

		}

		#ad_1 img:hover {
		opacity:0.9;
		}
		 #ad_2:hover,#ad_3:hover,#ad_4:hover {
		opacity:0.85;
	   }

	   .ngg_title {
		margin-top:40px;
	   }


	   .content_news ul li {
	padding-top: 8px;
	padding-bottom: 8px;
	list-style-image: url(../images/list.png);
	margin-left: 20px;
}

/* NGG EXTRA */

.fotobox_imagerow {
width:25%;
float:left;
min-height:200px;
background-size: cover;
position:relative;
    background-position: center;
	overflow:hidden;
}


.ngg-breadcrumb {


display:none;
}

.fotobox_descrow {
	position:absolute;
	bottom:10px;
	left:10px;
    color: #FFF;
    font-size: 25px;
    line-height: 25px;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.77);
    font-weight: 700;
	overflow:hidden;

}


.home .ngg-albumoverview {
	padding-bottom:30px;
}

#swipebox-overlay {

z-index: 9999999!important;
}


.infobox {
	    padding: 20px;
    background-color: #f5f5f5;
    margin-top: 20px;
    margin-bottom: 20px;

}

.infobox h3  {
	    color: #1991c8;
padding-top:0px !important;
padding-left: 0px !important;
margin-top:0px !important;
border: 0 !important;
}

.fb-like {

margin-top:20px;
}

h3.ngg_title {

	color: #FFF;
    font-size: 55px;
    margin: 0;
    padding: 0px;
    font-weight: 700;
    /* font-family: 'aleoregular'; */
    /* font-size: 33px; */
    line-height: 140%;
    display: inline;
    /* background-image: url(../images/70p_white.png); */
    background-color: #1991c8;
    background-image: url(../images/bg_trenner.png);
    background-size: cover;

}

.single-post h3.ngg_title {
	    font-size: 24px !important;
		margin-top:20px;

}

.gl_desc {
	text-align: left;
    font-size: 18px;
    font-weight: normal;
    line-height: 26px;
    margin-bottom: 10px;
    margin-top: 20px;
    text-align: left;
}

.comments_frame {
margin-bottom:15px;
}
#disqus_thread {
	padding-bottom: 30px;
}
.wp-caption {
    margin: 10px auto 10px -55px;
	position: relative;
}
.wp-caption a {
	display: block;
    width: 728px;
}
.google_single {


width:100%;
/*height: 150px;*/
border:1px solid #CCC;
margin-top:00px;
margin-bottom:30px;
	border-top: 3px solid #CCC;
}


.more_link {
	      display: block;
    text-decoration: none;
    margin: auto;
    padding: 10px;
   /* border: 1px solid #767676;*/
    clear: both;
    font-weight: 600;
    text-align: center;
    width: 160px;
	background-color:#FFF;
	    color: #767676 !important;

		  -webkit-transition-duration: 0.9s;
        transition-duration: 0.9s;
        -webkit-transition-property: all;
        transition-property: all;
        -webkit-transform: translateZ();
        transform: translateZ();
}

.more_link:hover {
	background-color:#1991c8;
	    color: #FFF !important;
		 /* border: 1px solid #1991c8;*/


}

.home .bt-angles-down, .page-template-landingpage  .bt-angles-down {
	    margin: auto;
    display: block;
    text-align: center;
    color: #CCC;
	margin-top: 5px;


		  -webkit-transition-duration: 0.9s;
        transition-duration: 0.9s;
        -webkit-transition-property: all;
        transition-property: all;
        -webkit-transform: translateZ();
        transform: translateZ();
}

.home .bt-angles-down:hover, .page-template-landingpage .bt-angles-down:hover {
	 color: #1991c8 !important;
}

/* PROMOPAGE */

.single-promotion form {
	text-align:center;
}
.single-promotion .container_inner {
background-color: #FFF;
}

#promo_head img, #promo_footer img  {
width:100%;
}

#disclaimer {
padding: 10px;
    font-size: 10px;
    line-height: 14px;
}
#disclaimer h2 {
	font-weight:600;

}
#disclaimer p {
	color: #575757;
padding-top:8px;
padding-bottom:8px;
}

	.lightAd {
	    margin: auto;
    display: block;
    bottom: 0;
    position: absolute;
    left: 50%;
    margin-left: -150px;
    z-index: 99999999;

}
.lightAd iframe {

}
#mobile_v #ad_4 img {
		left: 50%;
    position: absolute;
    margin-left: -384px;

	}

	#ad_4 a {
	display:block;
	position:relative;
	height:50px;
	width:100%;
	}
	#desktop_v #ad_4 img {
		left: 50%;
    position: absolute;
    margin-left: -1000px;

	}

	.lightAd {

    width: 100%;
    height: 100px;
	}

	/* LAYER AD */

#layerAd {
	position:fixed;
	width:100%;
	height:100%;
	z-index:999999999;
	top:0;
	    text-align: center;
		background-image:url(../images/bg70.png);

}

#layerAd_inner {
    position: absolute;
text-align: center;
    width: 100%;

    top: 50% !important;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    vertical-align: top;


}

#layerAd_inner img  {
	opacity: 1;
	max-width:100%;
	height:auto;
	-webkit-box-shadow: 0px 0px 51px -4px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 51px -4px rgba(0,0,0,0.75);
box-shadow: 0px 0px 51px -4px rgba(0,0,0,0.75);

}

#layerAd_inner img:hover  {
opacity: 0.95;
}
#layerAd_close {
    z-index: 2147483647;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 15px;
    background-color: #ff0000;
	color: #FFF;
    font-weight: 800;
    -webkit-box-shadow: 0px 0px 51px -4px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 51px -4px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 51px -4px rgba(0,0,0,0.75);
    cursor: pointer;
    position: fixed;
    top: 0px;
    text-align: center;
}


#layerAd_close:hover {
	background-color:#CCC;
}

.fan_ad {
	background-color:#f2f2f2;
	border-bottom:1px solid #e8e8e8;
	border-top: 1px solid #e8e8e8;
	padding:0px;
	text-align:center;
	margin-bottom:20px;
	width: 100%;


}

#fan_ad h2 {
	color:#1991c8;
	font-weight:700;
	font-size:25px;
	padding-bottom:20px;

}


.frontpage_ad_Desktop {
    width: 728px;
    height: 90px;
 /*   background-color: #CCC;*/
 border:1px solid #CCC;
    clear: both;
    margin: auto;
    margin-bottom: 20px;
	}

	.frontpage_ad_Mobil {
    width: 300px;
  /* height: 100px;*/
 border:0px solid #CCC;
    clear: both;
    margin: auto;
    margin-bottom: 20px;
	}


	.cat_ad_Allgemein {
		    max-width: 728px;
 /* border:1px solid #CCC;*/
   /* height: 90px;*/
    width: auto;
    /* background-color: #CCC; */
    clear: both;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;

	}
.cat_ad_Allgemein  a {
	display: block;
}
	/* INTERVIEW */

	.content_news h5 {
		font-weight:700;
		    border-left: 10px solid #1991c8;
    padding: 0;
    margin-top: 20px;
    padding-left: 10px;
    color: #1991c8;
    font-size: 20px;
    line-height: 24px;
    margin-left: -21px;
	}
	.content_news h6 {


    padding: 0;
    margin-top: 20px;


    font-size: 12px;
    line-height:14px;

	}
	/* MAILABO */

	.abo_kurzmeldung {
				    /*background-image: url(../images/bg_trenner.png);*/
    background-size: cover;

		background-color: #1991c8;
    padding: 10px;
    text-align: left;
    margin-top: 20px;
	color:#FFF
	}

	.abo_kurzmeldung h2 {
		color:#FFF !important;


	}

	.abo_kurzmeldung p {
		color:#FFF;


	}

	.abo_kurzmeldung input {

	    background-color: transparent;
    border: 1px solid #CCC;
    padding: 10px;
    font-size: 15px;
    color: #000;
    margin-top: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: auto;
    margin-top: 20px;
    margin-bottom: 20px;
	margin-right:20px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    background-color: #FFF;
    border: 1px solid #CCC;

	}

	#comments_loader {
		    text-align: center;
    padding: 20px;
    border: 1px solid #E3E3E3;
    color: #000;
	margin-bottom:20px;
	background-color:#FFF;
	cursor:pointer;

	    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
	}
		#comments_loader:hover {
				background-color:#f0f0f0;
		}

		.select-active {

background-color:#000;
		    cursor: pointer;
    color: #FFF;
    padding: 20px;
    margin-bottom: 10px;
    text-align: center;
    font-weight: 700;
    font-size: 22px;

	-webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
		}
			.select-active:hover {
			opacity: 0.5;
			}
			.select-delte {
		border: 1px solid #CCC;
			background-color:#000;
		cursor:pointer;
		color:#FFF;
		padding:10px;
		margin-bottom:10px;
		}

		.page-template-push-php .single_news h2 {
			font-size: 20px;
    font-weight: normal;
    line-height: 26px;
    margin-bottom: 70px;
    margin-top: 20px;
    text-align: left;
		}

		.page-template-push-php .true {
				background-color:#326B12 !important;
		}

			.page-template-push-php .false  {
			background-color: #CD0A0D !important;
		}

		.single_news img {
    max-width: 100%;
		height:auto !important;
			display: block;
			    margin-left: auto;
    margin-right: auto;
		}

		#jumptoform {
			    text-align: center;
    width: auto;
    display: block;
    background-color: #1991c8;
    background-image: url(../images/bg_trenner.png);
    color: #FFF;
    padding: 10px;
    font-weight: 800;
    text-decoration: none;
	margin-top:30px;
		}

		/* CUSTOM SOMMER FORM */

		#wpcf7-f51219-p51210-o1 .wpcf7-list-item-label {
			    line-height: 40px;

		}
			#wpcf7-f51219-p51210-o1 label {

				border-top: 1px solid #CCC;
				border-bottom: 1px solid #CCC;
				background-color:#FFF;
				text-align:left;
				padding:10px;
				display: block;
				margin-bottom:20px;


		}
		#wpcf7-f51219-p51210-o1 span.wpcf7-list-item {
    margin-left: 0;
}
		#wpcf7-f51219-p51210-o1 .wpcf7-list-item input {
		    text-align: left;
    width: auto;

		}



.gallery {
    padding: 0px 0px 0px 0px;
    background-color: #f5f5f5;
    /*border-bottom: 1px solid #CCC;*/
    border-top: 0px solid #CCC;
    margin: 30px -55px 30px !important;

}

.gallery iframe {
	display: block;
    margin: auto;
    /* border-top: 1px solid #CCC; */
    margin-top: 0;
    padding-top: 0;
    /*height: auto;*/
    width: 100% !important;

}

/*.gallery::after {
    content: 'iframe';

}*/

#gallery-1 .gallery-item, #gallery-2 .gallery-item, #gallery-3 .gallery-item, #gallery-4 .gallery-item, #gallery-5 .gallery-item {
margin: 0 !important;
}

.gallery-columns-3 .gallery-item {


    width: 33.33333333333333% !important;
}
#gallery-2 .gallery-item {

    margin-top: 0 !important;

}
	.gallery img {
    border: 0px solid #FFF !important;
		    display: block;
	}


h4 i {
		    font-size: 12px !important;
    line-height: 0 !important;
    padding-right: 7px;
    color: #CCC;
	}

.Eilmeldung {

	background-color: #d10000 !important;
	background-image: none !important;
}
.truead {
	margin-top: 60px;
}


.content_news iframe {
	    width: 100%;
   /* height: auto;
	 min-height:350px;
    max-height: 430px;*/
}

.google_single iframe {
	min-height: auto !important;


}

.desc_cat {

font-size: 27px;
    font-weight: 100;
    padding-top: 60px;
    padding-bottom: 30px;
	}

.desc_cat i {

	    font-size: 20px !important;
    line-height: 0 !important;
    padding-right: 7px;
    color: #CCC;
}

.footer_teiler_frontpage {
	height: 16px;
	padding: 10px;


}


.tag .teiler_frontpage {
	height: auto;
    padding: 20px;

	}

/* TODAY PAGE */

.change_today {
	  color: #FFF !important;
    font-size: 23px;
    text-align: center;
    width: 100%;
    display: block;
    padding: 0px;
    font-weight: 700;
    line-height: 138%;
    /* display: inline; */
    background-color: #1991c8;
    background-image: url(../images/bg_trenner.png);
    background-size: cover;
    text-decoration: none !important;
	opacity: 1;
}
.change_today:hover {
opacity: 0.8;
}
.today_news_frame a {
	text-decoration: none;
}

today_ad {

    display: block;
}

.today_headline_text {
text-decoration: none !important;
    text-align: left;
    font-size: 26px;
    font-weight: 100;
    line-height: 35px;
    margin-top: 30px;
    display: block;
    color: #000;

}
.today_date {
	    font-size: 27px;
    font-weight: 100;
    padding-top: 60px;
    padding-bottom: 30px;

}
.today_date i {
font-size: 20px !important;
    line-height: 0 !important;
    padding-right: 7px;
    color: #CCC;
}

.catpage_date {
	    font-size: 15px;
    font-weight: 100;
    padding-top: 10px;
    padding-bottom: 10px;

}
.catpage_date i {
font-size: 14px !important;
    line-height: 0 !important;
    padding-right: 7px;
    color: #CCC;
}
.today_news_content {

	    width: 100%;
    height: 330px;
    position: relative;
    background-size: cover;
    background-position: center center;
    margin-bottom: 20px;
}

.today_news_text h2 {
	  color: #FFF;
    font-size: 40px;
    margin: 0;
    padding: 0px;
    font-weight: 700;
    line-height: 140%;
    display: inline;
    background-color: #1991c8;
    background-image: url(../images/bg_trenner.png);
    background-size: cover;
	text-decoration: none !important;


}

.today_news_text h3 {

	    font-size: 21px;
    padding-bottom: 10px;
    font-weight: 400;
		text-decoration: none !important;
	color: #000;
	 line-height: 25px;
}
.today_news_text h3 i {
	    font-size: 15px !important;
    line-height: 0 !important;
    padding-right: 10px;
    color: #CCC;

}
.today_news_text h7 {
		    text-decoration: none !important;
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
    display: block;
    color: #000;
}

.today_news_text {


    padding-bottom: 10px;
	text-decoration: none !important;

}
.share_today  {

margin-bottom: 13px;
}
.share_today a {
	color: #FFF;
}
.today_news_frame {
 border-bottom: 1px solid #CCC;
	margin-bottom: 20px;
}
.nav_desktop .today_menue a {
	border-left: 1px solid #CCC;
}
.nav_desktop .today_menue .sub-menu a {

	color: #000 !important;
}
.nav_desktop .today_menue .sub-menu a:hover {

	color: #FFF !important;
}
.today_menue a:before {
   content: "\F019";
	color: #CCC;
	    display: inline-block;
    font: normal normal normal 14px/1 "Black Tie";
    padding-right: 11px;
}

.today_header a {
	text-decoration: none;
	color: #000;
}

.today_header  {
	    font-size: 70px;
    font-weight: 100;
    border-bottom: 1px solid #CCC;
}

#today_weather {
	padding-top: 20px;
}
.today_headline_meta {
	font-size: 13px;
    font-weight: 400;
    text-align: left !important;
    padding-top: 10px;
    padding-bottom: 4px;
    border-bottom: 1px solid #1991c8;
    color: #1991c8;
}
#today_weather h3 {
	    font-size: 30px;
    font-weight: 100;

}

#today_weather h4 {
	    font-size: 20px;
    font-weight: 100;
	text-align: left !important;
	    padding-top: 10px;
}

#today_weather img {
	       display: block;
    float: right;
    width: 48px;
    padding-right: 0;

}



#bedingungen {

    padding-top: 20px;
    border-top: 1px solid #CCC;
    margin-top: 40px;

}

/* SPLITTER VI KL */
#splitter a {
	display: block;
	width: 50%;
	text-align: center;
	float: left;
	    background-image: url(../images/bg_trenner.png);
	    font-size: 20px;
    text-decoration: none;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 500;
    padding-top: 10px;
    padding-bottom: 10px;
	    margin-bottom:2px;

}


.pea_cook_wrapper {
	bottom: 60px !important;
}



.video-container {
	position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin-top: -5px;
    margin-bottom: 15px;
    border-bottom: 5px solid #1991c8;
    padding-top: 0;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.video-container .fb_iframe_widget iframe {
   /* margin-left: -7px;*/
}
.video-container .fb_iframe_widget {

    position: absolute !important;
    width: 100%;
    height: 100%;
    overflow-y: hidden;
    overflow-x: hidden;
}

.mini_zoom {
	display: block;
	    position: absolute;
    color: #FFF !important;
    right: 5px;
    top: 5px;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.68);
opacity: 1;
}

.mini_zoom:hover {
	 color: #FFF !important;
	opacity: 0.5;
}


.vc_toggle {

	border-bottom: 1px solid #CCC;
    padding-bottom: 10px !important;
    padding-top: 10px !important;
    border-top: 1px solid #CCC;
}

.vc_toggle_content {
	background-color: #e8e8e8;
    padding-right: 22px !important;
    padding-bottom: 20px !important;
}

#videos_front {
	padding-top: 30px;
	padding-bottom: 30px;
}

#videos_front a {
	    display: block;
    width: 33.333%;
    text-align: center;
    text-decoration: none;
    color: #767676;
    padding: 0;
    float: left;

}
#videos_front h3 {
	text-align: left !important;
    padding-bottom: 20px;
    padding-top: 20px;
    font-weight: 100;
    font-size: 26px;
    line-height: 30px;
    min-height: 91px;
    width: 85%;

}

#videos_front a img {
width: 100%;
	height: auto;

	    border-bottom: 5px solid #CCC;
}

/* NEWSABO */

#newsabo {
	    background-color: #1991c8;
    color: #FFF;

    margin-top: 0;
    margin-bottom: 15px;
    background-repeat: repeat-x;
    /* background-image: url(../images/bg_trenner_grey.png); */
    text-align: center;
    padding: 20px;
	background-image: url(../images/bg_trenner.png);
    background-size: cover;

}

#link_yt {
	    text-align: center;
    width: 100% !important;
    margin-top: 30px;
    margin-bottom: 20px;
}

#newsabo p {
	 padding-bottom: 20px;
    font-weight: 800;
    font-size: 27px;

}

#newsabo input {
	   width: auto;
    margin: auto;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 5px;
    font-size: 20px;
    border: 2px solid #FFF;
    background: #f5f5f5;
	padding-left: 0;
    padding-right: 0;
}

#newsabo button {

           text-align: center;
    width: auto;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 20px;
    border: 2px solid #e6e6e6;
    background: #FFF;
    color: #000;
	margin: auto;
	padding-left: 5px;
    padding-right: 5px;
	margin-top: 10px;
}

#newsabo_confirm {
	 font-size:18px;
	text-align: center;
	margin-bottom: 10px;

}


.share_ad img, .share_ad iframe {
	max-width: 100%;




}

#ad_6 {
	margin-bottom: 30px;
}
.share_ad a {
display: block;
	border: 1px solid #CCC;

}


.share_ad iframe {
display: block;
	border: 1px solid #CCC;

	margin-left: auto;
	margin-right: auto;
}

#kurznews {
	margin-top: 30px;
	margin-bottom: 60px;

}

.kurznews_element:before {
      content: "\F0D5";
    font-family: "Black Tie";
    display: inline-block;
    margin-left: -2.3em;
    width: 2.3em;
    font-size: 12px;
    color: #CCC;
}
.kurznews_element i {
    font-size: 12px !important;
    line-height: 0 !important;
    padding-right: 7px;
    color: #CCC;
}
.kurznews_element {
	display: block;
    margin-bottom: 10px;
    font-size: 17px;
    margin-top: 10px;
    font-weight: 400;
   line-height: 21px;

	color: #6d6d6d;
}

.video-link {
	display: block;
    width: 100%;
    text-align: center;

    padding: 5px 0 5px 0px;
    color: #FFF !important;
    background-color: #1991c8;
    text-decoration: none;
    font-weight: 600;
	margin-bottom: 20px;
}


.video-preview {


     padding: 2px 0px 0px 0px;
    color: #FFF !important;
    background-color: #1991c8;
    font-weight: 600;
    font-size: 9px;
    display: inline-block;
    margin-top: 20px;
    width: 100%;

}

.open_box {
	    width: 50%;
    color: #FFF !important;
    font-size: 17px;
    text-decoration: none;

	display: block;
    float: left;
		text-align: center;
	margin-bottom: 0;
	padding-bottom: 0;
	cursor: pointer;
}

.link_box {
	    width: 50%;
    color: #FFF !important;
    font-size: 17px;
    text-decoration: none;

	display: block;
    float: left;
	text-align: center;

		margin-bottom: 0;
	padding-bottom: 0;
}

#page_loader {
	width: 100%;
    height: 100%;
    position: absolute;
    background-color: #FFF;
    z-index: 9;
	background-image: url(../images/logo_intro.png);
	background-position: top center;
	background-repeat: no-repeat;
	    background-size: 30% auto;
	opacity: 		0.9;

}


#reg_loader {
	position: fixed;
    top: 160px;
    left: 0;

    width: 40px;
    text-align: center;
	z-index: 99999;
    /* background-color: #FFF; */


}
#reg_loader div {
-webkit-border-top-right-radius: 3px;
-webkit-border-bottom-right-radius: 3px;
-moz-border-radius-topright: 3px;
-moz-border-radius-bottomright: 3px;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
	  background-color: #1991c8;
opacity: 1;
    color: #FFF;
    font-weight: 900;
    padding-top: 10px;
    padding-bottom: 10px;
	margin-bottom: 2px;
	cursor: pointer;
	 -webkit-box-shadow: 0px 0px 12px 0px rgba(50, 50, 50, 0.29);
    -moz-box-shadow: 0px 0px 12px 0px rgba(50, 50, 50, 0.29);
    box-shadow: 0px 0px 12px 0px rgba(50, 50, 50, 0.29);
	position: relative;
	z-index: 99999999;

}
#reg_loader strong {
	    padding: 10px 12px 10px 12px;
}
#reg_loader div:hover {

  opacity: 0.8;

}
#reg_loader .ac_region {
	background-color:#24AC0F !important;
}

#reg_loader .ac_region #fix_villach i, #reg_loader .ac_region #fix_klagenfurt i, #reg_loader_mobil .ac_region #fix_villach i, #reg_loader_mobil .ac_region #fix_klagenfurt i {
	color: #24AC0F !important;
}
#reg_loader #fix_remove_kl,#reg_loader #fix_remove_vi  {
	display: none;
	background-color: #FFF;
    padding: 5px;
    margin-left: 0;
    text-decoration: none;
    position: absolute;
    left: 109px;
    top: 5px;
}

#reg_loader #today_villach {
	display: none;
	    background-color: #FFF;
    padding: 5px;
    margin-left: 0;
    text-decoration: none;
    position: absolute;
    left: 45px;
    top: 5px;
}
#reg_loader #fix_villach {
	display: none;
	 background-color: #FFF;
    padding: 5px;
    margin-left: 5px;
    text-decoration: none;
    position: absolute;
    left: 72px;
    top: 5px;
}
#reg_loader #today_klagenfurt {
	display: none;
	    background-color: #FFF;
    padding: 5px;
    margin-left: 0px;
    text-decoration: none;
	position: absolute;
	    top: 5px;
    left: 45px;
}
#reg_loader #fix_klagenfurt {
	display: none;
	    background-color: #FFF;
    padding: 5px;
    margin-left: 0px;
    text-decoration: none;
	position: absolute;
	top: 5px;
    left: 77px;
}

/* VARIANTE MOBIL */
#mobile_settings {
    width: auto;
    text-align: center;
    padding: 14px 0px 10px 0px;
    background-color: #FFF;
    background-image: url(../images/bg_frontpage.png);
    background-size: cover;
    font-weight: 700;
    text-transform: uppercase;
    color: #1991c8;

}
#reg_loader_mobil #fix_remove_kl,#reg_loader_mobil #fix_remove_vi  {
	display: none;
}

#reg_loader_mobil .ac_region #fix_remove_kl,#reg_loader_mobil .ac_region #fix_remove_vi  {
	display: block !important;
}
#reg_loader_mobil #reg_villach, #reg_loader_mobil #reg_klagenfurt {


    height: 30px;
	width: 50%;
	float: left;


}

#reg_loader_mobil #reg_villach strong,#reg_loader_mobil #reg_klagenfurt strong {

	    text-align: center;
    width: 100%;
    display: block;
    float: left;
    font-size: 20px;
    line-height: 10px;
    color: #FFF;
    height: 27px;


}
#reg_loader_mobil #reg_klagenfurt strong {

}

#reg_loader_mobil  #reg_klagenfurt {


}
#reg_loader_mobil #today_villach, #reg_loader_mobil #fix_remove_vi, #reg_loader_mobil #fix_villach, #reg_loader_mobil #today_klagenfurt, #reg_loader_mobil #fix_remove_kl, #reg_loader_mobil #fix_klagenfurt {
	    width: 100%;
    float: left;

    color: #FFF;
    text-align: center;
    font-size: 17px;
    line-height: 30px;


}

#reg_loader_mobil #reg_container {
	    display: none;
    position: fixed;
    z-index: 999;
    top: 15px;
    /* margin-top: -100px; */
    left: 2%;
    right: 2%;
    -webkit-box-shadow: 0px 0px 174px 8px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 174px 8px rgba(0,0,0,1);
    box-shadow: 0px 0px 174px 8px rgba(0,0,0,1);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #1991c8;
    width: auto;
    height: 180px;
    padding-top: 50px;
    border: 1px solid #115f83;
	opacity: 0.95;
	}
#reg_loader_mobil #reg_container p {
    color: #FFF;
    text-align: center;
    font-size: 13px;
    line-height: 15px;
    padding-bottom: 22px;
    width: 60%;
    margin: auto;
}

.close_mobile_settings {
	      width: 100%;
    text-align: center;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 600;
    position: absolute;
    bottom: 8px;
	cursor: pointer;
}

/* GALLERY COLM 1 */

.gallery-columns-1 .gallery-item dt {
	float: left;
	width: 50%;


}

.gallery-columns-1 .gallery-item dd {

	float: left;
    width: 35%;
    font-size: 14px;
    line-height: 21px;
    border-bottom: 0;
    text-align: left;
}

.single_news .today_meta 	{
	margin-bottom: 20px;
}

.today_meta {
    font-size: 15px !important;
	margin-top: 20px;

    color: #CCC;
}
.today_meta a {
	 color: #CCC;
	padding-right: 10px;
}
.today_meta i {
	    font-size: 11px;
	 color: #CCC;
	 line-height: 0 !important;
    padding-right: 00px;

}


#noti-loader {
display: none;
}


#noti-loader.neutral a {
	text-decoration: none;
	    display: block;
    min-width: 200px;
}

#noti-loader.neutral a .bt-lg {
	    float: left;
    height: 31px;
    line-height: 30px;
    padding-right: 8px;
}

#noti-loader.neutral p {
	font-size: 11px;
    color: #959595;
    padding-top: 4px;
}
#noti-loader.neutral h3 {
	font-weight: 700;
    font-size: 13px;
	text-transform: uppercase;
}
#noti-loader.hinweis a {
	   text-decoration: none;
    background-color: transparent;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-top: 10px;
    display: block;
    min-width: 200px;
    border: 1px solid #CCC;
}

#noti-loader.hinweis a .bt-lg {
	      float: left;
    height: 24px;
    line-height: 32px;
    padding-right: 8px;
    padding-left: 9px;
    color: #1991c8;
}

#noti-loader.hinweis p {
	      font-size: 11px;
    color: #000;
    padding-top: 0;
    padding-left: 5px;
    padding-bottom: 4px;
}
#noti-loader.hinweis h3 {
	font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    padding: 3px 6px 0px 0px;
	    display: inline;
    color: #1991c8;
}


#noti-loader.warnung a {
	    text-decoration: none;
    /* width: 50% !important; */
    background-color: red;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-top: 10px;
	    display: block;

}

#noti-loader.warnung a .bt-lg {
	      float: left;
    height: 24px;
    line-height: 32px;
    padding-right: 8px;
    padding-left: 9px;
    color: #FFF;
}

#noti-loader.warnung p {
	    font-size: 11px;
    color: #FFF;
    padding-top: 0;
    padding-left: 5px;
    padding-bottom: 4px;
	margin-left: 37px;
    padding-right: 8px;
}
#noti-loader.warnung h3 {
	font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    padding: 3px 6px 0px 0px;
	    display: inline;
    color: #FFF;

}



#noti-loader.live a {
	    text-decoration: none;
    /* width: 50% !important; */
    background-color: red;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-top: 10px;
	    display: block;

}

#noti-loader.live a .bt-lg {
	      float: left;
    height: 24px;
    line-height: 32px;
    padding-right: 8px;
    padding-left: 9px;
    color: #FFF;
}

#noti-loader.live p {
	    font-size: 11px;
    color: #FFF;
    padding-top: 0;
    padding-left: 5px;
    padding-bottom: 4px;
	margin-left: 30px;
    padding-right: 8px;
}
#noti-loader.live h3 {
	font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    padding: 3px 6px 0px 0px;
	    display: inline;
    color: #FFF;

}

#noti-loader.wetter a {
	    text-decoration: none;
    /* width: 50% !important; */
    background-color: #1991c8;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-top: 10px;
	    display: block;
       max-width: 200px;
    width: 200px;

	    background-image: url(/wp-content/themes/5min/images/bg_trenner.png);
    background-size: cover;
}

#noti-loader.wetter a .bt-lg {
	      float: left;
    height: 24px;
    line-height: 32px;
    padding-right: 8px;
    padding-left: 9px;
    color: #FFF;
}

#noti-loader.wetter p {
	    font-size: 11px;
    color: #FFF;
    padding-top: 0;
    padding-left: 5px;
    padding-bottom: 4px;
}
#noti-loader.wetter h3 {
	font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    padding: 3px 6px 0px 0px;
	    display: inline;
    color: #FFF;
}


#mobile_weather {
		 z-index: 9;
    margin-left: 6px;
       margin-top: 13px;
    width: 100%;

	}
	#mobile_weather h4 {
	   font-family: 'Roboto', sans-serif;
    font-size: 11px;

    padding-top: 0;
    margin-top: 0;
    margin-left: 0;
    padding-bottom: 0px;
    padding-left: 0;
    text-align: left;
    /* text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.77); */
    width: auto;
    color: #4d4d4d;
    line-height: 12px;

	}
	#mobile_weather img  {
	float: left;
    display: block;
    width: 20px;
    height: auto;
    padding-right: 9px;
	}


#news_folgeartikel {
	background-color: red;
    padding: 10px;
    color: #FFF;
	    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	    margin-top: 35px;
    margin-bottom: 10px;
}

#news_folgeartikel i {
	    font-size: 15px;
    line-height: 4px;
    margin-right: 5px;
}
#news_folgeartikel h3 {
padding: 0;
margin: 0 0 10px 0;

}
#news_folgeartikel a {

color: #FFF;
font-weight: 600;

}
.wp-video:before {
	display: block;
    content: "Video:";
    color: #FFF;
    background-color: #1991c8;
    position: relative;
    margin-top: 0;
    font-size: 20px;
    padding: 10px;
    font-weight: 600;

}
.wp-video {
	    margin-bottom: 20px;
    margin-top: 20px;
    border-bottom: 5px solid #CCC;

}


/*  JUBILÄEN EXTRA */


.page-template-extra_sommer_der_jubilaen .single, .page-template-extra_sommer_der_jubilaen .single_frame {
	width: 100%;

}

.xtra_jubilaen_content h1 {
	   font-size: 49px;
    font-weight: 900;
    text-transform: uppercase;
    color: #E2B718;
    padding: 19px 0 3px 0;
    border-bottom: 8px solid #000;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    position: relative;
}

.xtra_jubilaen_content h2 {
	    color: #E2B718;
    font-size: 26px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 60px;
}

.xtra_jubilaen_content h3 {
	    color: #E2B718;
    font-size: 21px;
    text-transform: uppercase;
    font-weight: 400;
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.xtra_jubilaen_content p   {
    font-size: 14px;
    line-height: 20px;
}


.xtra_jubilaen_content .video-container {
    position: relative;
    padding-bottom: 0;
    height: 0;
    overflow: unset;
    margin-top: 0;
    margin-bottom: 0;
    border-bottom: 0;
    padding-top: 0;
}

#jubi_header {
	width: 100%;
	height: auto;
}

#today-loader {
	display: none;
	position: relative;
}


.single_frame #today-loader h2 {
	    font-size: 27px;
    font-weight: 100;
    padding-top: 30px;
    padding-bottom: 10px;

}

#today-loader i {
font-size: 20px !important;
    line-height: 0 !important;
    padding-right: 7px;
    color: #CCC;
	display: none;
}

.single_frame #today-loader h3 {
	      font-size: 21px;
    padding-bottom: 1px;
    padding-top: 5px;
    font-weight: 600;
    text-decoration: none !important;
    color: #000;
    line-height: 21px;
    text-transform: uppercase;
    border-top: 1px solid #000;

}


.single_frame #today-loader a {
	text-decoration: none !important;
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
    display: block;
    color: #000;
	padding: 5px;background-color: #FFF;
	min-height: 120px;

}


.single_frame #today-loader p {
	    font-size: 11px;
    width: 90%;
	    line-height: 14px;
}

.single_frame .rsArrowLeft .rsArrowIcn:before, .single_frame .rsArrowRight .rsArrowIcn:before {

    color: #000;

}



.single_frame .today_slider {
   width: 100%;
    height: 120px !important;


    opacity: 1;
}
#today_frame {
	background-color: #1991c8;
    color: #FFF !important;
    text-decoration: none;
    /* padding: 10px; */
    /* font-size: 22px; */
    font-weight: bold;
    margin-left: 0;
    width: 100%;
    padding-left: 0;
    padding-right: 0;

    display: none;
    clear: both;


	    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;

}


#today_frame #today-loader h2 {
	    font-size: 17px;
    font-weight: 100;
    padding-top: 15px;
    padding-left: 15px;
    padding-bottom: 0px;
	display: none;

}


#today_frame #today-loader a {
    text-decoration: none !important;
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    margin-top: 0px;
    display: block;
    color: #FFF;
    padding: 0px 25px 0px 25px;
	background-color: #1991c8;
}


#today_frame #today-loader h3 {
       font-size: 18px;
    padding-bottom: 0px;
    font-weight: 600;
    text-decoration: none !important;
    color: #FFF;
    line-height: 18px;
    padding-top: 0px;
    text-transform: uppercase;
    border-top: 0px solid #CCC;
}


#today_frame #today-loader p {
      font-size: 12px !important;
    padding-top: 3px !important;
    padding-bottom: 5px !important;
    font-weight: 400 !important;
    line-height: 17px;
}

#today_frame #today-loader strong {

    font-weight: 600 !important;

}


.today_slider {
  width: 100%;
  height: 70px;
}


.today_slider .rsArrow, .today_slider .rsThumbsArrow {
    cursor: pointer;
    position: absolute;

    z-index: 99999;

    bottom: 8px;
    width: 20px;
    height: 20px;
}
.rsArrowDisabled {
	opacity: 0.1;


}

.rsArrowLeft .rsArrowIcn:before {
	content: "\F092";
    color: #FFF;
    display: inline-block;
    font: normal normal normal 14px/1 "Black Tie";

}
.rsArrowLeft  {
	 right: 25px;
}

.rsArrowRight .rsArrowIcn:before {
		content: "\F093";
    color: #FFF;
    display: inline-block;
    font: normal normal normal 14px/1 "Black Tie";
}

.rsArrowRight {

 right: 00px;
}

#today_slogan {



}
.single_frame #today_slider_weather {
	display: none;
}

#today_frame #today_slider_weather {

    position: absolute;
    right: 10px;
    z-index: 99;
    top: 10px;
	background-color: #1991c8;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

#today_slider_weather h4 {
    font-size: 9px;
    text-align: right;
    font-weight: 100;
    /* width: 49px; */
    padding: 2px 24px 2px 2px;
}

#today_slider_weather img {
	float: right;
    width: 20px;
    height: auto;

}


#post_link {

	padding: 10px 0px 10px 0;
    border-top: 1px solid #CCC;

}
#post_link i {
float: left;
    color: #CCC;
    padding-right: 5px;
    line-height: 18px;

}
#post_link span {
	padding: 10px 0px 0px 0;
	display: block;
}
#post_link a {

    font-size: 15px;

	color: #000;
}

#post_link strong {

	padding: 10px 0px 10px 0;
    font-weight: 500;
    text-transform: uppercase;
    color: #1991c8;
}


.youtube-embed {
	z-index: 999;
}

.rll-youtube-player {
	margin: 0 !important;

}




.pagination_news a {

	border: 1px solid #CCC;
    padding: 10px;
    margin-right: 10px;
    color: #1991c8;
    text-decoration: none;
	display: block;
    width: auto;
    float: left;
}

.pagination_news a:hover {
	background-color:  #1991c8;
	color: #FFF;
	border: 1px solid #1991c8;

}
.scroller-status {
	clear: both;
	text-align: center;
	display: none;
	margin-bottom: 20px;
}

.more-button-overview {
	border: 1px solid #ccc;
    background-color: #FFF;
    /* margin: auto; */
    display: block;
    padding: 10px;
    width: 200px;
    margin: 10px auto 30px auto;
    font-weight: bold;
    text-transform: uppercase;
    color: #767676;
	cursor: pointer;
}

.more-button-overview:hover {
	border: 1px solid #767676;
    background-color: #767676;
   color: #FFF;
}
.bt-spin {

    color: #1991c8;
}
.infinite-scroll-last {

	border: 1px solid #CCC;
    padding: 10px 0px 10px 0px;
    margin-right: 10px;
    color: #1991c8;
    text-decoration: none;
	display: block;
    width: 100%;
    float: none;
	clear: both;
}

.infinite-scroll-error {
		border: 1px solid #CCC;
    padding: 10px 0px 10px 0px;
    margin-right: 10px;
    color: #1991c8;
    text-decoration: none;
	display: block;
    width: 100%;
    float: none;
	clear: both;

}

.today_image_head {
	position: relative;
	margin-bottom: 6px;
}

.today_image_head img {
width: 100%;
	height: auto;
}

.page-template-today-vorlage .bu-news {
      font-size: 12px !important;
    margin: auto;
    padding: 5px 0px 0px 0 !important;
    line-height: 13px;
    min-height: 32px !important;
    color: #959595;
}

.snow_forecast, .rain_forecast {

	    margin-bottom: 10px;
    margin-top: 10px;
	padding-top: 10px;
}


.snow_forecast li , .rain_forecast li {
	  font-size: 15px;
    font-weight: 100;
    text-align: left !important;
    padding-top: 0;
    line-height: 21px;

}

.float_weahter {
	float: left;
	width: 50%;
}

.video-title {

	    color: #FFF !important;
    font-size: 19px !important;
    margin: 0 !important;
    padding: 0px;
    font-weight: 700 !important;
    line-height: 140% !important;
    display: inline !important;
    background-color: #1991c8;
    background-image: url(../images/bg_trenner.png);
    background-size: cover;
}


#ad_6 img {
	max-width: 100%;
}

.anzeige_hinweis_top {
    text-align: center;
    width: auto;
    padding: 5px 0px 3px 0px;
    font-size: 8px;
    color: #767676;
}

.anzeige_footer .anzeige_hinweis_top {
	position: absolute;
    bottom: 0px;
    right: 7px;
    z-index: 9999;
    color: #FFF;

}

#ansicht_warnung {
	background-color: #1991c8;
    background-image: url(../images/bg_trenner.png);
    background-size: cover;
    margin-top: 80px;
    color: #FFF;
    padding: 20px;
    text-align: center;
    font-size: 20px;
}


/* TEMP LAYER AD */

#layerAd_inner iframe {
max-height: 578px;
    /* text-align: center; */
    /* margin: auto; */
    /* width: 100%; */
    /* display: block; */
    max-width: 500px;

}
