@charset "UTF-8";

/* tinos-regular - latin */
@font-face {
  font-family: 'Tinos';
  font-style: normal;
  font-weight: 400;
  src: local('Tinos Regular'), local('Tinos-Regular'),
       url('../fonts/tinos-v11-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/tinos-v11-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* tinos-italic - latin */
@font-face {
  font-family: 'Tinos';
  font-style: italic;
  font-weight: 400;
  src: local('Tinos Italic'), local('Tinos-Italic'),
       url('../fonts/tinos-v11-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/tinos-v11-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* tinos-700 - latin */
@font-face {
  font-family: 'Tinos';
  font-style: normal;
  font-weight: 700;
  src: local('Tinos Bold'), local('Tinos-Bold'),
       url('../fonts/tinos-v11-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/tinos-v11-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* tinos-700italic - latin */
@font-face {
  font-family: 'Tinos';
  font-style: italic;
  font-weight: 700;
  src: local('Tinos Bold Italic'), local('Tinos-BoldItalic'),
       url('../fonts/tinos-v11-latin-700italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/tinos-v11-latin-700italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* reset */
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: bottom;
	background: transparent;
}
body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/




/* #Base Grid
================================================== */

.container_outer {
	position: relative; 
	width: 1395px; 
	margin: 0 auto; 
}

/* #Base 960 Grid
================================================== */

.wrapper_page {
	width: 1220px; 
	padding: 0;
	margin: 0;
	display: inline-block;
	position: relative;
	clear: both;
}

.container {
	width: 100%; 
	padding: 0;
	margin: 0;
	display: inline-block;
	position: relative;
}

.container_banner_superbanner {
	/*margin-bottom: 15px;*/
	text-align: right;
	position: relative;
	float: right;
	display: block;
}

.container_banner_superbanner ins, .container_banner_superbanner iframe {
	margin-bottom: 15px;
}

.container_banner_skyscraper {
	text-align: right;
	display: inline-block;
	position: absolute;
	top: 0;
	width: 160px;
}

.holder_banner {
	margin-bottom: 30px;
}

.container_banner {
	display: inline-block;
	vertical-align: top;
	position: absolute;
	top: 0;
	right: 0;
	width: 160px;
}

.container .column { 
	width: 100%;
	float: left; 
	margin: 0px 0px 30px;
	text-align: left;
}

#ivw_logo {
	/*text-align: center;*/
	margin-top: 40px;
	margin-left: 15px;
}

#ivw_logo img {
	width:48px;
	height:auto;
}


/* Base Grid */

.container .column.full {
	width: 1190px;
	margin-left: 15px;
	margin-right: 15px;
	display: inline-block;
}
.container .column.half {
	width: 580px;
	margin-right: 15px;
	margin-left: 15px;
	display: inline-block;
}

@media only screen and (min-width : 1461px) {

	.Superbanner,
	.Billboard, 
	.Billboard_1 {
		max-width: 1190px;
	}

}




/* smaller 1460px
================================================== */

@media only screen and (max-width : 1460px) {
	
	.container_outer {
	width: 1210px; 
	}
	
	.wrapper_page {
	width: 1040px;
	}
	.container_banner_header {
	margin-bottom: 10px;
	}
	
	.container .column { 
	margin: 0px 0px 20px;
	}
   
	.container .column.full {
	width: 1020px;
	margin-left: 10px;
	margin-right: 10px;
	}
	.container .column.half {
	width: 500px;
	margin-right: 10px;
	margin-left: 10px;
	}

	.Superbanner,
	.Billboard, 
	.Billboard_1 {
		max-width: 1020px;
	}

}

/* smaller 1300px
================================================== */

@media only screen and (max-width : 1300px) {
	
	.container_outer {
	width: 1090px; 
	}
	
	.wrapper_page {
	width: 920px;
	}
	
	.container .column { 
	margin: 0px 0px 20px;
	}
   
	.container .column.full {
	width: 900px;
	margin-left: 10px;
	margin-right: 10px;
	}
	.container .column.half {
	width: 440px;
	margin-right: 10px;
	margin-left: 10px;
	}

	.Superbanner,
	.Billboard, 
	.Billboard_1 {
		max-width: 900px;
	}

}

/* #Tablet (Landscape)
================================================== */

/*@media only screen 
and (min-width : 768px) 
and (max-width : 1024px) 
and (orientation : landscape) {*/
	
@media only screen and (max-width : 1180px) {
	.container_outer {
	width: 1024px; 
	}
	.wrapper_page {
	width: 854px;
	}
	.container .column.full {
	width: 834px;
	}
	.container .column.half {
	width: 407px;
	}
	.Superbanner,
	.Billboard, 
	.Billboard_1 {
		max-width: 834px;
	}

}

@media only screen and (max-width : 1020px) {
	.container_banner_skyscraper {
	display: none;
	}
	.container_banner_superbanner {
	margin-right: 10px;
	}
	.container_outer {
	width: 748px; 
	}
	.wrapper_page {
	width: 748px;
	}
	.container .column.full {
	width: 728px;
	float: none;
	}
	.container .column.half {
	width: 728px;
	float: none;
	}
	.Superbanner,
	.Billboard, 
	.Billboard_1 {
		max-width: 728px;
	}

}

@media only screen and (max-width : 767px) {
	.container_banner_superbanner {
	display: none;
	}
	.container_outer {
	width: 568px; 
	}
	.wrapper_page {
	width: 568px;
	}
	.container .column.full {
	position: relative;
	width: 568px;
	margin-right: 0;
	margin-left: 0;
	}
	.container .column.half {
	position: relative;
	width: 568px;
	margin-right: 0;
	margin-left: 0;
	}
	.Superbanner,
	.Billboard, 
	.Billboard_1 {
		max-width: 568px;
	}
	#ivw_logo img {
		width:42px;
	}
}

@media only screen and (max-width : 567px) {
	.container_outer {
	width: 320px; 
	}
	.wrapper_page {
	width: 320px;
	}
	.container .column.full {
	width: 320px;
	}
	.container .column.half {
	/*width: 320px;*/
	width: unset;
	}
	.Superbanner,
	.Billboard, 
	.Billboard_1 {
		max-width: 320px;
	}
}

/* #Clearing
================================================== */

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

/**
 * @license
 * MyFonts Webfont Build ID 2729777, 2014-01-21T10:42:54-0500
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: Radikal Black by Nootype
 * URL: http://www.myfonts.com/fonts/nootype/radikal/black/
 * Copyright: Copyright (c) 2013 by Nico Inosanto. All rights reserved.
 * 
 * Webfont: Radikal Black Italic by Nootype
 * URL: http://www.myfonts.com/fonts/nootype/radikal/black-italic/
 * Copyright: Copyright (c) 2013 by Nico Inosanto. All rights reserved.
 * 
 * Webfont: Radikal Bold by Nootype
 * URL: http://www.myfonts.com/fonts/nootype/radikal/bold/
 * Copyright: Copyright (c) 2013 by Nico Inosanto. All rights reserved.
 * 
 * Webfont: Radikal Light by Nootype
 * URL: http://www.myfonts.com/fonts/nootype/radikal/light/
 * Copyright: Copyright (c) 2013 by Nico Inosanto. All rights reserved.
 * 
 * Webfont: Radikal by Nootype
 * URL: http://www.myfonts.com/fonts/nootype/radikal/regular/
 * Copyright: Copyright (c) 2013 by Nico Inosanto. All rights reserved.
 * 
 * Webfont: Radikal Italic by Nootype
 * URL: http://www.myfonts.com/fonts/nootype/radikal/italic/
 * Copyright: Copyright (c) 2013 by Nico Inosanto. All rights reserved.
 * 
 * Webfont: Radikal Bold Italic by Nootype
 * URL: http://www.myfonts.com/fonts/nootype/radikal/bold-italic/
 * Copyright: Copyright (c) 2013 by Nico Inosanto. All rights reserved.
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=2729777
 * Licensed pageviews: 10,000
 * 
 * © 2014 MyFonts Inc
*/


/* @import must be at top of file, otherwise CSS will not work 
@import url("//hello.myfonts.net/count/29a731");*/

@font-face {font-family: 'Radikal-Light';src: url('webfonts/29A731_1_0.eot');src: url('webfonts/29A731_1_0.eot?#iefix') format('embedded-opentype'),url('webfonts/29A731_1_0.woff') format('woff'),url('webfonts/29A731_1_0.ttf') format('truetype');}

@font-face {font-family: 'Radikal';src: url('webfonts/29A731_7_0.eot');src: url('webfonts/29A731_7_0.eot?#iefix') format('embedded-opentype'),url('webfonts/29A731_7_0.woff') format('woff'),url('webfonts/29A731_7_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'Radikal-Italic';src: url('webfonts/29A731_8_0.eot');src: url('webfonts/29A731_8_0.eot?#iefix') format('embedded-opentype'),url('webfonts/29A731_8_0.woff') format('woff'),url('webfonts/29A731_8_0.ttf') format('truetype');}
 
 
@font-face {font-family: 'Radikal-Bold';src: url('webfonts/29A731_6_0.eot');src: url('webfonts/29A731_6_0.eot?#iefix') format('embedded-opentype'),url('webfonts/29A731_6_0.woff') format('woff'),url('webfonts/29A731_6_0.ttf') format('truetype');}
  
@font-face {font-family: 'Radikal-BoldItalic';src: url('webfonts/29A731_9_0.eot');src: url('webfonts/29A731_9_0.eot?#iefix') format('embedded-opentype'),url('webfonts/29A731_9_0.woff') format('woff'),url('webfonts/29A731_9_0.ttf') format('truetype');}
  
@font-face {font-family: 'Radikal-Black';src: url('webfonts/29A731_4_0.eot');src: url('webfonts/29A731_4_0.eot?#iefix') format('embedded-opentype'),url('webfonts/29A731_4_0.woff') format('woff'),url('webfonts/29A731_4_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'Radikal-BlackItalic';src: url('webfonts/29A731_5_0.eot');src: url('webfonts/29A731_5_0.eot?#iefix') format('embedded-opentype'),url('webfonts/29A731_5_0.woff') format('woff'),url('webfonts/29A731_5_0.ttf') format('truetype');}
 

/* CSS Document style_achgut_160816a.css */

body {
	margin: 0;
	padding: 0;
	border: 0;
	background-color: rgb(238,249,255);
	color: rgb(30,50,90);
	-webkit-font-smoothing: antialiased;
	font-size: 18px;
	line-height: 1.3;
	font-family: 'Tinos', serif;

}

/* apply a natural box layout model to all elements */
*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

p {
	margin-bottom: 1em;
}

a {
	text-decoration: underline;
	cursor: pointer;
	font-style: normal;
	color: rgb(0,120,200);
}

.teaser_text a {
	font-family: 'Radikal';
	font-size: 16px;
}

a:hover, a:focus {
	outline: none;
}

.hidden {
	display: none;
}

.hidden-xs {
	display: inline-block;
}

.visible-xs {
	display: none;
}

.banner {
	display: block;
	margin-bottom: 30px;
	margin-top: 30px;
}

.scalepict {
	width: 100%;
	height: auto;
}

.scalepict_header {
	height: 112%;
	width: auto;
}

.scrollup {
	display: block;
	height: 24px;
	position: fixed;
	padding: 0;
	margin: 0;
	right: 15px;
	bottom: 15px;
}

.scrollup:hover {
	opacity: 0.6;
}


h1, h2, h3, h4 {
	font-family: 'Radikal-Bold';
	font-weight: 300;
	line-height: 110%;
}
h1 strong, h2 strong, h3 strong, h1 b, h2 b, h3 b {
	font-weight: 300;
}

.teaser_text h2 a, .teaser_blog_text h3 a {
	font-family: 'Radikal-Bold';
	text-decoration: none;
}

h1 {
	font-size: 60px;
}

h2 {
	font-size: 40px;
	margin-bottom: 0px;
	display: block;
	margin-left: -2px;
}

.teaser_text h2 a {
	font-size: 40px;
	color: rgb(30,50,90);
}

h3 {
	font-size: 25px;
	margin-bottom: 2px;
	line-height: 120%;
}

.teaser_blog_text h3 a {
	font-size: 25px;
	color: rgb(30,50,90);
}

h4 {
	font-size: 16px;
	line-height: 115%;
	color: black;
}

.black {
	color: black;
}

.white {
	color: white;
}

.headline_section {
	font-family: 'Radikal-Light';
	font-size: 40px;
	font-weight: normal;
	background-color: rgb(30,50,90);
	color: white;
	height: 80px;
	padding-left: 15px;
	padding-top: 15px;
	padding-right: 15px;
	position: relative;
	display: block;
	width: 100%;
}

.headline_section:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0px;
	width: 0px;
	height: 0px;
	border-bottom: 80px solid #eff9ff;
	border-left: 80px solid transparent;
}

.section_header {
	padding: 0;
	margin-top: 0;
	display: inline-table;
	clear: both;
}

/* ////////// NAVI ////////// */

#holder_navi {
	position: absolute;
	z-index: 999;
	width: 100%;
}

#holder_navi.fixed {
	position: fixed;
	top: 0;
}

#bg_navi {
	font-family: 'Radikal';
	color: white;
	font-size: 20px;
	background-color: rgba(0,0,0,0.65);
	height: 80px;
	top: 0;
	width: 1190px;
	position: relative;
	text-align: left;
	display: block;
	padding: 0;
}

#bg_navi.fixed {
	background-color: rgba(0,0,0,0.80);
}

#logo_navi {
	position: relative;
	top: 0;
	left: 0;
	display: inline-block;
	width: 80px;
	height: 80px;
	float: left;
}

#navi {
	display: inline-block;
	margin-top: 13px;
	text-align: left;
	float: left;
	margin-left: 10px;
}

#navi a {
	color: white;
	font-size: 20px;
	margin-right: 5px;
	margin-left: 10px;
}

#navi a.active,
#navi a:hover,
#subnavi a.active,
#subnavi a:hover,
#login a.active,
#login a:hover,
#login span.active,
#login span:hover {
	color: rgb(75,190,255);
}

#subnavi {
	display: inline-block;
	position: absolute;
	left: 80px;
	top: 45px;
}

#subnavi,
#subnavi a,
.subnavi a,
#login,
#login a {
	font-size: 14px;
	color: white;
	margin-left: 10px;
	margin-right: 5px;
}

#login {
	display: inline-block;
	position: absolute;
	top: 45px;
	right: 0;
	margin: 0;
	padding-right: 30px;
}



/*-------LOGIN STARTS HERE -------*/

/* Login Container (default to float:right) */
#loginContainer {
    position: relative;
    float: right;
    display: none;
}

/* Login Button */
#loginButton { 
    float: right;
    z-index: 30;
    cursor: pointer;
	padding-left: 0px;
	right: 0px;
	position: relative;
	margin-left: 0px;
	padding-right: 0;
	display: inline-block;
	height: 40px;
	width: 50px;
	text-align: right;
	padding: 0;
}

/* Login Button Text */
#loginButton span span {
	padding-right: 0;
    display: inline-block;
	text-decoration: underline;
}

#loginButton.active span {
    opacity: 0.5;
}

/* Login Box */
#loginBox {
    position:absolute;
    top: 30px;
    right: -30px;
    display:none;
    z-index: 700;
}

/* Login Form */
#loginForm {
    width: 280px; 
    background-color: rgba(0,0,0,0.75);
    padding: 20px 30px 5px;
	text-align: center;
}

#loginForm fieldset {
    margin: 0 0 10px;
    display: block;
    border: 0;
    padding: 0;
    text-align: left;
}

#loginForm #checkbox {
    width: auto;
    margin: 1px 9px 0 0;
    float: left;
    padding: 0;
    border: 0;
    *margin:-3px 9px 0 0; /* IE7 Fix */
}

#loginForm fieldset label {
    display: inline-block;
	margin: 0;
}

/* Default Input */
#loginForm input {
    width: 100%;
    border: none;
    color: #333;
    padding: 6px 8px;
}

input[type=checkbox], input[type=radio] {
    vertical-align: top;
    position: relative;
    top: 4px;
}

/* Sign In Button */
#loginForm #userlogin {
    width: 100%;
    color:#fff;
    background-color: #65bbfd;
    font-weight: 700;
    font-size: 14px;
    padding: 6px 10px;
    border: none;
	cursor: pointer;
	text-align: center;
	-webkit-appearance: none;
	display: inline-block;
	margin: 15px auto 0;
	clear: both;
}

#loginForm #register {
	display: block;
	width: 100%;
	font-weight: 700;
    font-size: 14px;
    text-align: center;
	color: #65bbfd;
    line-height: 1.5;
	margin: -10px 0 10px;
	position: relative;
}

#loginForm #userlogin:hover,
#loginForm #register:hover {
    opacity: 0.8;
}

/* Forgot your password */
#loginForm span {
    text-align: center;
    display: block;
	padding: 0;
	margin: 15px 0;
	float: none;
}

#loginForm span a {
    text-decoration: underline;
	margin: 0;
	display: block;
	float: none;
}

#loginForm hr {
	height: 1px;
	background: white;
	border: none;
	opacity: .6;
}

input:focus {
    outline:none;
}



/* ////////// HEADER //////////////// */

#header {
	position: relative;
}

#logo_header {
	position: absolute;
	top: 120px;
	left: 20px;
	z-index: 3;
}

#logo {
	width: 336px;
	float: left;
	left: -2px;
	position: relative;
}

#social_header {
	display: inline-block;
	position: relative;
	top: 23px;
	margin-left: 15px;
}

#social_header img {
	height: 24px;
	width: 24px;
	margin: 0 10px 0 0;
}

#social_navi {
	display: none;
}

.headerpromo {
	position: relative;
	display: block;
	vertical-align: middle;
	height: 600px;
	width: 100%;
	overflow: hidden;
	text-align: center;
}

.headerpict_full {
    height: 600px;
    overflow: hidden;
    position: absolute;
	vertical-align: top;
	left: 0;
}

.headerpromo_text {
	color: white;
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 25px;
	padding: 15px;
	width: 100%;
	text-align: left;
}

.headerpromo_text h1 {
	font-size: 120px;
}

.headerpromo a,
.headerpromo .auszeichnung {
	color: #ff0;
}

.headerpromo a:hover {
	color: white;
}


/* ////////// TITELTHEMEN ////////// */

.section_titelthemen, .section_autoren {
	padding: 0;
	margin-top: 0;
	display: inline-table;
	position: relative;
	vertical-align: text-top;
}

.teaser {
	min-height: 600px;
	background: rgb(215,240,255);
	border-bottom: 4px solid rgb(30,50,90);
}

.teaser_text {
	border-top: 4px solid rgb(30,50,90);
	padding: 15px 15px 15px;
}

.teaser_text a:hover {
	opacity: 0.6;
}

.teaser_text .social_blog_text a:hover {
	opacity: 1;
}

.teaser_text_meta {
	font-family: 'Radikal';
	font-size: 12px;
	margin-bottom: 40px;
	display: inline-table;
	line-height: 1;
	vertical-align: baseline;
	padding-right: 70px;
}

.teaser_text_meta a {
	color: rgb(30,50,90);
	font-size: 16px;
	display: inline-block;
	vertical-align: baseline;
}

.teaser_text_meta a:hover {
	opacity: 0.6;
}

.teaser_text_meta a.comments {
	color: rgb(0,120,200);
	text-decoration: none;
	padding-left: 4px;
}
.teaser_text_meta a.comments:hover {
	opacity: 0.6;
}

.teaser_text_meta a.comments span {
	text-decoration: underline;
	padding-left: 8px;
}

.teaser_text_meta img {
	position: relative;
	top: 2px;
}

.teaser_corner {
	display: block;
	color: white;
	border: none;
	position: relative;
	background: none;
}

#kommentar .teaser_text {
	background-color: rgb(30,50,90);
	font-size: 25px;
	width: 500px;
	vertical-align: top;
	display: inline-block;
	float: left;
	height: 600px;
	padding-top: 30px;
	padding-left: 15px;
	padding-right: 15px;
}

#kommentar a,
#kommentar .auszeichnung {
	font-family: 'Tinos', serif;
	font-size: 1em;
	color: rgb(75,190,255);
}


.fahne  {
	display: inline-block;
	width: 80px;
	position: relative;
	float: left;
	top: 0;
	height: 100%;
}

.fahne span  {
	font-family: 'Radikal';
	/*writing-mode: tb-rl;*/
	white-space: nowrap;
	font-size: 24px;
	font-weight: bold;
	display: table-cell;
	height: 80px;
	vertical-align: middle;
	line-height: 80px;
	-ms-transform: rotate(90deg); /* IE 9 */
    -ms-transform-origin: 0% 100%; /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    -webkit-transform-origin: 0% 100%; /* Chrome, Safari, Opera */
    transform: rotate(90deg);
    transform-origin: 0% 100%;
	position: absolute;
	padding-left: 30px;
	background-color: rgb(30,50,90);
	margin-top: -80px;
	padding-right: 1px;
}


.corner_fahne {
	width: 0; 
	height: 0; 
	border-top: 80px solid transparent;
	border-left: 80px solid rgb(30,50,90);
	display: inline-block;
	position: absolute;
	top: 0;
}

#kommentar .fahne span  {
	background-color: rgb(30,50,90);
}

#kommentar .corner_fahne {
	border-left: 80px solid rgb(30,50,90);
}





/* ////////// BLOG //////////*/
.section_blog {
	margin-top: 50px;
	margin-bottom: 30px;
	position: relative;
}

.teaser_blog {
	background: white;
	border-top: 4px solid rgb(215,240,255);
	border-bottom: 4px solid rgb(215,240,255);
	display: inline-block;
	float: none;
	margin-bottom: 30px;
	padding: 15px 15px 0;
	width: 100%;
}

.teaser_blog.video {
	background: white;
	border-top: none;
	border-bottom: 4px solid rgb(215,240,255);
	display: inline-block;
	float: none;
	margin-bottom: 30px;
	width: 100%;
	padding: 0;
}

.teaser_blog.video .teaser_text_meta {
	border-top: 4px solid rgb(215,240,255);
	margin-bottom: 30px;
	padding: 15px 15px 0;
	width: 100%;
}

.teaser_blog.video .teaser_blog_text {
	padding: 15px 15px 0;
}

.embed-container { 
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden; 
	max-width: 100%; 
} 

.embed-container iframe, 
.embed-container object, 
.embed-container embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}

.teaser_blog_text a {
	font-family: 'Radikal';
	font-size: 16px;
}


.teaser_blog_text a:hover {
	opacity: 0.6;
}

.teaser_fundstueck {
	border-top: none;
	background-color: rgb(30,50,90);
	color: white;
	display: inline-block;
	float: none;
	margin-bottom: 30px;
	width: 100%;
}

.teaser_fundstueck .collapsed {
	padding: 10px 15px 15px;
}

.teaser_fundstueck_text {
	color: rgb(30,50,90);
	background: rgb(215,240,255);
	border-top: 4px solid rgb(184,226,255);
	border-bottom: 4px solid rgb(184,226,255);
	display: inline-block;
	float: none;
	padding-top: 15px;
	padding: 15px;
}

.teaser_fundstueck .teaser_text_meta {
	font-family: 'Radikal';
	font-size: 12px;
	margin-bottom: 0;
	height: auto;
	display: block;
}

.teaser_fundstueck .teaser_text_meta h4 {
	color: white;
	font-size: 15px;
	margin-top: 3px;
	line-height: 1.3em;
}

.teaser_fundstueck .teaser_text_meta .accordion_toggle {
	color: rgb(75,190,255);
	font-size: 1.1em;
	font-size: 16px;
}

.teaser_fundstueck_text a, h4 .accordion_toggle {
	font-family: 'Radikal' !important;
}

.teaser_fundstueck_text a {
	font-size: 16px !important;
}

.teaser_fundstueck_text a.teaser_fundstueck_text_link {
	
}

.expand {
	display: none;
}


/* ////////// RECHTE SPALTE BLOG ////////// */

.favoriten {
	margin-bottom: 30px;
}

.favoriten .teaser_text_promo {
	background-color: rgb(75,190,255);
	color: rgb(30,50,90);
	font-size: 25px;
	width: 500px;
	min-height: 300px;
	vertical-align: top;
	display: inline-block;
	float: left;
	padding-top: 30px;
	padding-left: 15px;
	padding-right: 15px;
}

#kommentar a,
#kommentar .auszeichnung {
	color: rgb(75,190,255);
}

.favoriten a,
.favoriten .auszeichnung {
	color: white;
}

.favoriten .teaser_text {
	background-color: rgb(75,190,255);
	border: none;
	color: rgb(30,50,90);
	width: 500px;
	vertical-align: top;
	display: inline-block;
	float: left;
	padding: 15px;
}

a.filter_favoriten {
	color: white;
}

.favoriten h3 {
	padding-bottom: 10px;
	padding-top: 30px;
	border-bottom: 1px solid rgb(30,50,90);
}

.teaser_favoriten {
	padding-bottom: 10px;
	border-bottom: 1px solid rgb(30,50,90);
	margin-bottom: 10px;
}

.teaser_favoriten_text {
	font-family: 'Radikal';
	font-size: 15px;
	font-weight: bold;
}

.favoriten .teaser_text_meta {
	margin-bottom: 4px;
}

.teaser_text_meta a {
	color: rgb(30,50,90);
	font-size: 16px;
	display: inline-block;
	vertical-align: baseline;
}


.favoriten .fahne span  {
	color: rgb(30,50,90);
	background-color: rgb(75,190,255);
}

.favoriten .corner_fahne {
	border-left: 80px solid rgb(75,190,255);
}

.holder_pagination {
	font-family: 'Radikal';
	width: 100%;
}

.holder_pagination span {
	display: inline-block;
	margin-right: 5px;
}

ul.pagination {
	font-family: 'Radikal';
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
	display: inline-block;
}

.pagination li {
    display: inline;
	vertical-align: middle;
}

.pagination a {
	font-size: 16px;
    padding: 2px;
    display: inline-block;
    text-decoration: underline;
    color: rgb(0,120,200);
	margin-right: 4px;
}
 
.pagination a.active {
    color: #333;
    text-decoration: none;
}

.pagination a.more {
    text-decoration: none;
}

.pagination a.first,
.pagination a.last,
.pagination a.prev,
.pagination a.next {
    background-color: rgb(0,120,200);
    color: white;
    text-decoration: none;
	padding: 0;
	position: relative;
	top: -5px;
	width: 18px;
	height: 18px;
	text-align: center;
}    


#autoren {
	margin-bottom: 30px;
}

#autoren .teaser_text {
	border: none;
	font-size: 25px;
	width: 500px;
	vertical-align: top;
	display: inline-block;
	float: left;
	padding: 30px 15px 15px;
	height: 350px;
	background: #201f01 url(../picts/bg_teaser_autoren.jpg) no-repeat right bottom;
}

#autoren a,
#autoren .auszeichnung {
	font-family: 'Tinos', serif;
	font-size: 1em;
	color: #ff0;
}

#autoren .fahne span  {
	color: #ff0;
	background-color: #828200;
}

#autoren .corner_fahne {
	border-left: 80px solid #828200;
}  

#unerhoert {
	margin-bottom: 30px;
}

#unerhoert .teaser_text {
	border: none;
	font-size: 25px;
	width: 500px;
	vertical-align: top;
	display: inline-block;
	float: left;
	padding: 30px 15px 15px;
	height: 350px;
	background-color: rgb(30,50,90);
}

#unerhoert a,
#unerhoert .auszeichnung {
	font-family: 'Tinos', serif;
	font-size: 1em;
	color: rgb(75,190,255);
}

#unerhoert .fahne span  {
	background-color: rgb(30,50,90);
}

#unerhoert .corner_fahne {
	border-left: 80px solid rgb(30,50,90);
}  



/* ////////// FOOTER //////////*/

.section_footer {
	background-color: rgb(75,190,255);
	color: white;
	font-size: 20px;
	display: block;
	width: 100%;
	padding-top: 50px;
	text-align: left;
	padding-bottom: 40px;
	margin: 0;
}

#logo_footer  {
	left: 15px;
	display: inline-block;
	float: none;
	clear: both;
	position: relative;
	top: 0px;
	width: 366px;
}

#social_footer {
	display: inline-block;
	position: relative;
	text-align: left;
	bottom: 36px;
	left: 243px;
}

#social_footer img {
	height: 24px;
	width: 24px;
	margin-right: 4px;
}



/* ////////// Detailseite ////////// */
#header_detailseite {
	height: 406px;
	background-color: rgb(30,50,90);
	position: relative;
	margin-top: 0;
	margin-bottom: -30px;
	width: 100%;
	display: inline-block;
	padding-top: 80px;
}

#logo_header_detailseite {
	position: relative;
	top: 60px;
	z-index: 3;
	display: inline-block;
	left: 20px;
	float: left;
}

#author_header, #pg_headline {
	position: relative;
	color: white;
	font-size: 25px;
	left: -5px;
	top: 5px;
	display: inline-block;
	float: left;
	clear: left;
}

.headerpict_half {
    overflow: hidden;
	height: 100%;
	position: relative;
	text-align: right;
	width: 580px;
	float: right;
	display: inline-block;
}

a.open_gallery {
	position: absolute;
	z-index: 800;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: inline-block;
	width: 100px;
	height: 100px;
	overflow: auto;
	margin: auto;
}

a.open_gallery:hover {
	opacity: 0.85;
}

.beitrag {
	background: white;
	border-top: 4px solid rgb(30,50,90);
	border-bottom: 4px solid rgb(30,50,90);
	display: inline-block;
	float: none;
	padding: 15px 15px 0;
	width: 100%;
}

.beitrag h3 {
	width: 50%;
	margin-bottom: 0.5em;
	margin-top: 2em;
}

.footer_blog_text {
	color: rgb(0,120,200);
	font-family: 'Radikal';
	margin-top: 60px;
	margin-bottom: 15px;
}

.footer_blog_text a {
	margin-right: 5px;
	margin-left: 15px;
}

.social_blog_text a {
	margin-right: 5px;
	margin-left: 0px;
	position: relative;
	top: -2px;
}

.social_blog_text img {
	width: 24px;
	height: 24px;
	margin-right: 4px;
	opacity: 0.6;
}

.social_blog_text img:hover, .social_blog_text a:hover {
	opacity: 1;
}

.social_blog_text a:last-child {
	margin-right: -5px;
	margin-left: 0px;
}

.section_leserpost {
	margin-top: 50px;
	margin-bottom: 0px;
}

.section_formular {
	margin-bottom: 30px;
}

.leserbrief {
	background: rgb(215,240,255);
	border-top: 4px solid rgb(184,226,255);
	border-bottom: 4px solid rgb(184,226,255);
	padding: 15px;
	margin-bottom: 30px;
	margin-right: 80px;
	position: relative;
}

.leserbrief_meta {
	font-family: 'Radikal';
	font-size: 12px;
	display: block;
	line-height: 1;
	vertical-align: baseline;
	margin-bottom: 5px;
}

.leserbrief_meta .autor {
	font-size: 16px;
}

.readmore-js-toggle {
	font-family: 'Radikal';
	position: relative;
	display: block;
	margin-top: 5px;
}

.section_leserpost .holder_pagination {
	color: rgb(0,120,200);
	margin-left: 0;
}

.section_leserpost .holder_pagination a span {
	margin-right: 5px;
	margin-left: 10px;
	text-decoration: underline;
}

.section_leserpost .holder_pagination a span:hover {
	opacity: 0.6;
}

#promo_header .teaser_text {
	border: none;
	font-size: 25px;
	width: 100%;
	vertical-align: top;
	display: block;
	padding: 30px 110px 15px 15px;
	background: #828200 url(../picts/bg_teaser_autoren.png) no-repeat right bottom;
	text-align: left;
	color: white;
	height: 330px;
	float: none;
}

#promo_header a,
#promo_header .auszeichnung {
	font-family: 'Tinos', serif;
	font-size: 1em;
	color: #ff0;
}

.leserbrief_function_header {

}

.leserbrief_function_line {
	font-family: 'Radikal';
	font-size: 16px;
}

.leserbrief_function_line a {
	margin-right: 5px;
	margin-left: 15px;
}



/* #Media Queries
================================================== */

/* smaller 1460px
================================================== */

@media only screen and (max-width : 1460px) {
	#bg_navi {
	width: 1019px;
	}
	#logo_header {
	top: 110px;
	}
	.headerpromo,
	.headerpict_full {
	height: 514px;
	}
	.headerpromo_text {
	font-size: 22px;
	}
	.headerpromo_text h1 {
	font-size: 96px;
	}
	h1 {
	font-size: 54px;
	}
	h2, .teaser_text h2 a {
	font-size: 38px;
	}
	h3, .teaser_blog_text h3 a {
	font-size: 24px;
	}
	.headline_section {
	font-size: 36px;
	padding-top: 18px;
	}
	.teaser,
	#kommentar .teaser_text {
	height: auto;
	min-height: 580px;
	}
	.banner,
	.section_blog,
	.teaser_blog,
	.teaser_blog.video,
	.teaser_fundstueck,
	.favoriten,
	#autoren,
	#unerhoert,
	.leserbrief {
	margin-bottom: 20px;
	}
	.section_blog {
	margin-top: 40px;
	margin-bottom: 20px;
	}
	.section_leserpost {
	margin-top: 40px;
	margin-bottom: 40px;
	}
	#kommentar .teaser_text,
	.favoriten .teaser_text,
	#autoren .teaser_text,
	#unerhoert .teaser_text,
	.favoriten .teaser_text_promo {
	font-size: 22px;
	width: 420px;
	}
	.teaser_text a {
	font-size: 15px;
	}
	.leserbrief_meta .autor {
	font-size: 15px;
	}
	.pagination a {
	font-size: 15px;
	}
	#header_detailseite {
	height: 377px;
	}
	#logo_header_detailseite {
	top: 40px;
	}
	.headerpict_half {
	width: 510px;
	}
	.leserbrief {
	margin-bottom: 20px;
	}
	#promo_header .teaser_text {
	font-size: 24px;
	height: 290px;
	padding-right: 100px;
	}

}

/* smaller 1300px
================================================== */

@media only screen and (max-width : 1300px) {
	#bg_navi {
	width: 900px;
	}
	#logo_header {
	top: 105px;
	}
	#logo {
	width: 280px;
	}
	#social_header {
	top: 15px;
	}
	.headerpromo,
	.headerpict_full {
	height: 460px;
	}
	.headerpromo_text {
	font-size: 21px;
	}
	.headerpromo_text h1 {
	font-size: 88px;
	}
	h1 {
	font-size: 48px;
	}
	h2, .teaser_text h2 a {
	font-size: 32px;
	}
	h3, .teaser_blog_text h3 a {
	font-size: 20px;
	}
	.headline_section {
	font-size: 32px;
	padding-top: 18px;
	}
	.teaser,
	#kommentar .teaser_text {
	min-height: 520px;
	}
	#kommentar .teaser_text,
	.favoriten .teaser_text,
	#autoren .teaser_text,
	#unerhoert .teaser_text,
	.favoriten .teaser_text_promo {
	font-size: 20px;
	width: 360px;
	}
	#header_detailseite {
	height: 349px;
	}
	#logo_header_detailseite {
	top: 30px;
	}
	.headerpict_half {
	width: 460px;
	}
	#author_header, #pg_headline {
	font-size: 22px;
	}
	#promo_header .teaser_text {
	font-size: 22px;
	height: 260px;
	padding-right: 90px;
	}

}

/* #Tablet (Landscape)
================================================== */

/*@media only screen 
and (min-width : 768px) 
and (max-width : 1024px) 
and (orientation : landscape) {*/
	
@media only screen and (max-width : 1180px) {
	.scrollup {
	bottom: -50px;
	}
	#bg_navi {
	width: 834px;
	}
	#navi, #subnavi {
	display: inline-block;
	}
	#logo {
	width: 260px;
	}
	#social_header {
	top: 12px;
	}
	.headerpromo,
	.headerpict_full {
	height: 460px;
	}
	.headerpromo_text {
	font-size: 20px;
	}
	.headerpromo_text h1 {
	font-size: 82px;
	}
	h1 {
	font-size: 40px;
	}
	h2, .teaser_text h2 a {
	font-size: 28px;
	}
	h3, .teaser_blog_text h3 a {
	font-size: 19px;
	}
	.teaser,
	#kommentar .teaser_text {
	min-height: 540px;
	}
	#kommentar .teaser_text,
	.favoriten .teaser_text,
	#autoren .teaser_text,
	#unerhoert .teaser_text,
	.favoriten .teaser_text_promo {
	font-size: 19px;
	width: 327px;
	}
	#header_detailseite {
	height: 326px;
	}
	#logo_header_detailseite {
	top: 30px;
	}
	.headerpict_half {
	width: 420px;
	}
	#promo_header .teaser_text {
	height: 237px;
	padding-right: 15px;
	padding-top: 25px;
	}
	a.open_gallery {
	width: 80px;
	height: 80px;
	}

}


@media only screen and (max-width : 1020px) {
	.hidden-xs {
	display: none !important;
	}
	.visible-xs {
	display: block;
	}
	#bg_navi {
	width: 728px;
	}	
	#bg_navi {
	background-color: rgba(0,0,0,0.85);
	}
	#nav_mobile {
	display: block;
	margin-left: 10px;
	float: left;
	position: relative;
	top: 23px;
	}
	#nav_mobile div {
	float: left;
	display: inline-block;
	margin-left: 10px;
	margin-right: 15px;
	}
	#bg_navi span,
	#navi_footer span {
	display: block;
	float: none;
	padding-top: 5px;
	padding-bottom: 10px;
	}
	.nav_toggle {
	background:  url(../picts/icons/icon_menu.svg) no-repeat right center;
	height: 30px;
	display: block;
	width: 30px;
	cursor: pointer;
	}
	.nav_toggle:hover,
	.nav_toggle.active {
	background: url(../picts/icons/icon_menu_active.svg) no-repeat right center;
	height: 30px;
	}
	#navi {
	position: relative;
	margin-top: 0;
	background-color: rgba(0,0,0,0.85);
	width: 100%;
	padding-left: 90px;
	display: none;
	margin-left: 0;
	}
	#subnavi {
	position: relative;
	margin-top: 0;
	background-color: rgba(0,0,0,0.85);
	width: 100%;
	top: 0;
	padding-bottom: 30px;
	left: 0;
	margin: 0;
	padding-left: 90px;
	display: none;
	float: left;
	padding-top: 10px;
	}
	#login {
	display: block;
	position: absolute;
	text-align: right;
	top: 18px;
	right: 0;
	padding-right: 15px;
	}
	#login span {
	display: inline-block;
	position: relative;
	top: 8px;
	}
	#loginButton { 
	width: 50px;
	}
	.login_toggle {
	background: url(../picts/icons/icon_login.svg) no-repeat right bottom;
	height: 30px;
	display: block;
	}
	.login_toggle.active {
	background: url(../picts/icons/icon_logout.svg) no-repeat right bottom;
	height: 30px;
	}
	#loginBox {
    top: 55px;
    right: -15px;
    background: black;
	}
	#logo {
	width: 220px;
	}
	#social_header {
	top: 7px;
	}
	.headerpromo,
	.headerpict_full {
	height: 450px;
	}
	.headerpict_full {
	left: -50px;
	}
	.headerpromo h1 {
	font-size: 72px;
	}
	.headerpromo_text {
	font-size: 18px;
	}
	.fahne span  {
	font-size: 20px;
	}
	.teaser,
	#kommentar.teaser {
	/*height: auto !important;*/
	height: auto;
	min-height: 360px;
	}
	#kommentar .teaser_text,
	.favoriten .teaser_text,
	#autoren .teaser_text,
	#unerhoert .teaser_text,
	.favoriten .teaser_text_promo {
	width: 648px;
	height: auto;
	min-height: 360px;
	}
	#autoren .teaser_text,
	#unerhoert .teaser_text,
	.favoriten .teaser_text_promo {
	min-height: 280px;
	}
	h1 {
	font-size: 54px;
	}
	h2, .teaser_text h2 a {
	font-size: 40px;
	}
	h3, .teaser_blog_text h3 a {
	font-size: 25px;
	}
	h4 {
	font-size: 16px;
	}
	.section_blog {
	margin-top: 0px;
	margin-bottom: 0px;
	}
	#header_detailseite {
	height: 298px;
	}
	#logo_header_detailseite {
	top: 20px;
	}
	.headerpict_half {
	width: 370px;
	}
	#author_header, #pg_headline {
	font-size: 20px;
	}
	#promo_header .teaser_text {
	height: 210px;
	padding-right: 15px;
	padding-top: 20px;
	font-size: 20px;
	}
	#promo_header .teaser_text h2 {
	font-size: 25px;
	}
	a.open_gallery {
	width: 80px;
	height: 80px;
	}
	.beitrag h3 {
	width: 100%;
	}
	.holder_pagination {
		margin-bottom: 30px;
	}
	#social_navi {
	display: inline-block;
	position: relative;
	margin-top: 20px;
	top: 0;
	}
	#social_navi img {
	height: 20px;
	width: 20px;
	margin: 0;
	display: inline-block;
	margin-right: -8px;
	}
}


@media only screen and (max-width : 767px) {
	html {
	-ms-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	}
	#logo_navi {
	width: 44px;
	height: 44px;
	}
	#holder_navi {
	position: absolute !important;
	}
	#bg_navi {
	display: block;
	position: relative;
	width: 100%;
	height: 44px;
	}
	#nav_mobile {
	top: 7px;
	}
	#navi {
	padding-left: 54px;
	}
	#subnavi {
	padding-left: 54px;
	}
	#login {
	top: 2px;
	}
	#loginBox {
    top: 42px;
	}
	.headerpromo {
	width: 100%;
	position: relative;
	}
	#logo_header {
	top: 60px;
	}
	#logo {
	width: 220px;
	}
	#social_header {
	display: none;
	}
	#social_navi {
	display: inline-block;
	position: relative;
	margin-top: 20px;
	top: 0;
	}
	#social_navi img {
	height: 20px;
	width: 20px;
	margin: 0;
	display: inline-block;
	margin-right: -8px;
	}
	#social_footer {
	left: 200px;
	}
	#social_footer img {
	height: 20px;
	width: 20px;
	}
	.headerpromo,
	.headerpict_full {
	height: 360px;
	}
	.headerpict_full {
	left: -60px;
	}
	.headerpromo h1 {
	font-size: 60px;
	}
	.headerpromo_text {
	font-size: 18px;
	line-height: 1.1em;
	}
	.teaser {
	height: auto;
	}
	.fahne  {
	width: 60px;
	}
	.fahne span {
	height: 60px;
	margin-top: -60px;
	}
	.corner_fahne {
	border-top: 60px solid transparent;
	border-left: 60px solid rgb(30,50,90);
	}
	#kommentar .teaser_text,
	.favoriten .teaser_text,
	#autoren .teaser_text,
	#unerhoert .teaser_text,
	.favoriten .teaser_text_promo {
	width: 508px;
	height: auto;
	min-height: 400px;
	}
	#autoren .teaser_text,
	#unerhoert .teaser_text,
	.favoriten .teaser_text_promo {
	min-height: 280px;
	}
	h1 {
	font-size: 54px;
	}
	h2, .teaser_text h2 a {
	font-size: 40px;
	}
	h3, .teaser_blog_text h3 a {
	font-size: 25px;
	}
	h4 {
	font-size: 16px;
	}
	.headline_section {
	font-size: 24px;
	height: 60px;
	padding-top: 14px;
	}
	.headline_section:after {
	border-bottom: 60px solid #eff9ff;
	border-left: 60px solid transparent;
	}
	.holder_pagination {
	padding-left: 15px;
	}
	#logo_footer  {
	width: 306px;
	}
	#social_footer {
	right: 30px;
	bottom: 34px;
	}
	.leserbrief {
	background: rgb(215,240,255);
	border-top: 4px solid rgb(184,226,255);
	border-bottom: 4px solid rgb(184,226,255);
	padding: 15px;
	margin-bottom: 30px;
	margin-right: 0px;
	position: relative;
	}
	.section_leserpost .holder_pagination {
	padding-left: 15px;
	}
	#header_detailseite {
	height: 457px;
	margin-top: 44px;
	padding-top: 0;
	}
	#logo_header_detailseite {
	top: 20px;
	float: none;
	}
	.headerpict_half {
	width: 568px;
	float: none;
	display: block;
	clear: both;
	margin-top: 10px;
	}
	#author_header, #pg_headline {
	font-size: 22px;
	left: 0;
	margin-bottom: 50px;
	}
	#promo_header .teaser_text {
	height: 300px;
	padding-right: 160px;
	padding-top: 30px;
	font-size: 22px;
	margin-top: 20px;
	}
	#promo_header .teaser_text h2 {
	font-size: 32px;
	}
	a.open_gallery {
	width: 80px;
	height: 80px;
	}

}

@media only screen and (max-width : 567px) {
	#nav_mobile div {
	margin-right: 10px;
	}
	#login {
	padding-right: 5px;
	}
	#loginButton { 
	width: 40px;
	}
	#loginBox {
    top: 42px;
	width: 320px;
	right: -5px;
	}
	#loginForm {
	width: 320px;
	}
	#logo {
	width: 160px;
	}
	.headerpromo_text h1 {
	font-size: 30px;
	}
	.headerpromo,
	.headerpict_full {
	height: 260px;
	}
	.headerpict_full {
	left: -100px;
	}
	#kommentar .teaser_text,
	.favoriten .teaser_text,
	#autoren .teaser_text,
	#unerhoert .teaser_text,
	.favoriten .teaser_text_promo {
	width: 260px;
	height: auto;
	min-height: 420px;
	}
	#autoren .teaser_text,
	#unerhoert .teaser_text,
	.favoriten .teaser_text_promo {
	min-height: 300px;
	}
	h1 {
	font-size: 36px;
	}
	h2, .teaser_text h2 a {
	font-size: 24px;
	}
	h3, .teaser_blog_text h3 a {
	font-size: 20px;
	}
	h4 {
	font-size: 16px;
	}
	#logo_footer  {
	width: 266px;
	}
	#social_footer {
	left: 175px;
	bottom: 33px;
}
	#header_detailseite {
	height: 292px;
	}
	#logo_header_detailseite {
	top: 15px;
	float: none;
	}
	.headerpict_half {
	width: 320px;
	}
	#author_header, #pg_headline {
	font-size: 19px;
	left: 0;
	margin-bottom: 40px;
	}
	#promo_header .teaser_text {
	height: 184px;
	padding-right: 15px;
	padding-top: 15px;
	font-size: 18px;
	margin-top: 0;
	}
	#promo_header .teaser_text h2 {
	font-size: 26px;
	}
	.section_leserpost .holder_pagination a span {
	margin-left: 0;
	}

}



/* iPad Mini in portrait & landscape */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)
and (-webkit-min-device-pixel-ratio: 1) {
	html {
	-ms-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	}
	body {
	font-size: 20px;
	}
	.headerpromo_text {
	font-size: 19px;
	}
	.teaser_text_meta {
	font-size: 14px;
	}
	.teaser_text_meta a {
	font-size: 18px;
	}
	.teaser_text a {
	font-size: 18px;
	}
	#kommentar .teaser_text,
	.favoriten .teaser_text,
	#autoren .teaser_text,
	#unerhoert .teaser_text,
	.favoriten .teaser_text_promo {
	font-size: 20px;
	}
	.teaser,
	#kommentar .teaser_text {
	height: auto;
	min-height: 590px;
	}

}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) { 
	.teaser,
	#kommentar .teaser_text {
	height: auto;
	min-height: 400px;
	}
}

/* fix Autoren-Seiten */
.header_autoren {
	background: #bdbe00 !important;
}

.n131 .header_autoren {
	background: #4bbeff !important;
}

.header_inhalte {
	background: #4bbeff !important;
}

.section_autoren .autorenname_text, .section_autoren .autorenname_text a {
	color: #fff;
}

.section_autoren .autorenname_text a:hover {
	background-color: #000;
}

.section_autoren .column.half {
	position: relative;
}

/* Pagination */
.pagination a {text-decoration: none;}
.pagination .page-first, .pagination .page-previous, .pagination .page-next, .pagination .page-last {
	background-color: rgb(0,120,200);
	color: #fff;
	padding-right: 5px;
	padding-left: 5px;
	width: 1.5em;
	display: inline-block;
	text-align: center;
}

/* fix margin, detail pages */
.teaser_blog_text h2 + p {
	/*margin-top: 1em;*/
	margin-top: 12px;
}

/* fix envelope */
.teaser_text_meta .comments img {
	height: auto;
	vertical-align: top;
	margin-top: -1px;
}

#section_fusszeile {
	margin-top: 2em;
	margin-bottom: 0;
	display: block;
	/*opacity: .6;*/
}

#section_fusszeile a {
	/*opacity: .6;*/
	font-size: 12px;
	text-decoration: none;
}

.teaser_fundstueck_text p {
	margin-bottom: 0;
}


/* Formulare */

.formular h3 {
	color: #0078c7;
	margin-bottom: 11px;
	margin-left: 15px;
}

.formular input, .formular textarea, .formular select, .formular button {
	font-family: 'Radikal';
	font-weight: 500;
	color: #0078c7;
	font-size: 16px;
	margin: 0;
}

.formular input[type="text"], .formular input[type="password"] { 
	width: 100%; 
	min-height: 50px; 
	border: none; 
	padding-left: 13px; 
}

.formular label { 
	font-family: 'Radikal'; 
	font-weight: 500; 
	color: #0078c7; 
	font-size: 16px; 
}

.formular button  {
	cursor: pointer;
	display: inline-block;
	font-size: 15px;
	margin: 15px;
	padding: 18px 16px 16px 16px;
	text-align: center;
	border: 0;
	letter-spacing: 0.1em;
	clear: both;
}

button[type="submit"]  {
	background-color: #0078c8;
	color: #fff;
}

button[type="reset"]  {
	background-color: #d7f0ff;
	color: #0078c8;
	margin-left: 0;
}

button:hover {
	opacity: 0.8;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { 
	font-family: 'Radikal'; 
	font-weight: 500; 
	color: #0078c7; 
	font-size: 16px; 
	opacity: 1;
}

input:-moz-placeholder, textarea:-moz-placeholder, input::-moz-placeholder, textarea::-moz-placeholder { 
	font-family: 'Radikal'; 
	font-weight: 500; 
	color: #0078c7; 
	font-size: 16px; 
	opacity: 1; 
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder { 
	font-family: 'Radikal'; 
	font-weight: 500; 
	color: #0078c7; 
	font-size: 16px; 
	opacity: 1;
}

.container_input_default { 
	background: white; 
	border: 2px solid #0078c7; 
	margin: 0; 
	padding: 0; 
	min-height: 46px; 
}

.checkbox-custom, .radio-custom, input[type="checkbox"], input[type="radio"] {
    opacity: 0;
    position: absolute;
}

.checkbox-custom-label, .radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    margin: 6px 0;
    cursor: pointer;
}

.radio-custom-block .radio-custom-label {
    display: block;
}

.checkbox-custom + .checkbox-custom-label:before, .radio-custom + .radio-custom-label:before {
    content: '';
    background: #fff;
    border: 2px solid #0078c8;
    display: inline-block;
    vertical-align: middle;
    width: 28px;
    height: 28px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
	margin-top: -4px;
}

.checkbox-custom + .checkbox-custom-label:before, .radio-custom + .radio-custom-label:before {
	-moz-box-shadow:    inset 0 0 0 3px #fff;
	-webkit-box-shadow: inset 0 0 0 3px #fff;
	box-shadow:         inset 0 0 0 3px #fff;
}

.checkbox-custom:checked + .checkbox-custom-label:before, .radio-custom:checked + .radio-custom-label:before {
    background: #4bbeff;
}

.radio-custom + .radio-custom-label:before {
    border-radius: 50%;
}

.checkbox-custom:focus + .checkbox-custom-label, .radio-custom:focus + .radio-custom-label {
	outline: 1px solid #4bbeff;
}

fieldset div {
	display: inline-block;
	margin: 0 20px 0 0;
}

.formular .container_radio_checkbox label {
	margin: 0 0 0 12px;
	padding-top: 6px;
	padding-bottom: 6px;
}

.radio-custom-block, .checkbox-custom-block {
	padding-top: 8px !important;
	padding-bottom: 4px !important;
	background-color: #d7f0ff !important;
}

textarea {
	padding-left: 13px;
	padding-top: 15px;
	width: 100%;
	resize: vertical;
	border: 0;
}

.hiddenFields { 
	display: none; 
}

#anmeldung form { max-width: 320px }

/* Ende Formulare */

/* Suche */
.suche input::-webkit-input-placeholder, .suche textarea::-webkit-input-placeholder { color: #4bbeff; }
.suche input:-moz-placeholder, .suche textarea:-moz-placeholder, .suche input::-moz-placeholder, .suche textarea::-moz-placeholder { color: #4bbeff; }
.suche input:-ms-input-placeholder, .suche textarea:-ms-input-placeholder { color: #4bbeff; }

.suche fieldset div {
	margin-right: 16px;
}

.suche .checkbox-custom, .suche .checkbox-custom-label, .suche .radio-custom, .radio-custom-label {
    color: #4bbeff;
}

.suche .checkbox-custom + .checkbox-custom-label:before, .suche .radio-custom + .radio-custom-label:before {
    border: 1px solid #4bbeff;
	width: 16px;
    height: 16px;
	margin-right: 6px;
	vertical-align: top;
	margin-top: -1px;
}

.suche .checkbox-custom + .checkbox-custom-label:before {
	-moz-box-shadow:    none;
	-webkit-box-shadow: none;
	box-shadow:         none;
}

.suche .radio-custom + .radio-custom-label:before {
	-moz-box-shadow:    none;
	-webkit-box-shadow: none;
	box-shadow:         none;
}

.kategorien_autoren_filter_label input, .kategorien_autoren_filter_label .checkbox-custom + .checkbox-custom-label:before  {
    display: none !important;
}

.suche .checkbox-custom-label {
	margin-left: 0 !important;
}

.suche .checkbox-custom:checked + .checkbox-custom-label {
    color:rgb(30, 50, 90) !important;
}

.suche .checkbox-custom:checked {
	border-color: rgb(30, 50, 90) !important;
	background-color: rgb(30, 50, 90) !important;
}

.suche .checkbox-custom:checked + .checkbox-custom-label:before, .suche .radio-custom:checked + .radio-custom-label:before {
    border-color: rgb(30, 50, 90) !important;
	border: 1px solid rgb(30, 50, 90) !important;
	background-color: rgb(30, 50, 90) !important;
}

.kategorien_autoren_filter_label .checkbox-custom-label {
	color:rgb(30, 50, 90) !important;
	margin-left: 0 !important;
	margin-right: -15px !important;
}

.kategorien_autoren_filter_label {
	margin-right: 25px !important;
}

.container_suche {
	border: none !important;
}

.container_autoren_filter, .container_suchbegriff {
	display: block;
}

.formular_wrapper_container {
	display: block;
}

.suche div.container_input_default { border-color: #4bbeff; }
/* Ende Suche */

/* Fix single page headlines */
@media only screen and (min-width : 567px) {
	.beitrag div.teaser_blog_text {
		padding-top: 1em;
	}
}

/* Favoriten hinzufügen, Kategorien verlinken */
.footer_blog_text .favoriten_hinzufuegen_loeschen a {
	margin-left: 0;
}

.footer_blog_text .favoriten_kategorien a {
	color: rgb(75,190,255);
	font-size: 16px;
}

.footer_blog_text .favoriten_kategorien {
	color: rgb(75,190,255);
	margin-bottom: 1em;
	font-size: 16px;
}

/* CMS */
a.cms_highlight {
	color: rgb(0,120,200);
}

/* Lists */
.artikel_einzelansicht .teaser_blog_text ul {
 	padding-left: 13px;
 	text-indent: -13px;
 	margin-bottom: 1em;
 }
 .artikel_einzelansicht .teaser_blog_text ul li:before {
 	/*content: "\2014\a0";*/
 	content: "\2013\a0";
 }
 .artikel_einzelansicht .teaser_blog_text ol {
 	list-style-type: decimal;
 	margin-bottom: 1em;
 	margin-left: 13px;
 }

/* na logo */
.napl {
	/*position: fixed;*/
}
@media only screen and (max-width : 1020px) {
	.napl, .naMediaAd_BILLBOARD {
		display: none !important;
	}
}

.artikel .naMediaAd_BILLBOARD {
	margin-top: 30px;
}

/* Fix Fundstücke, Überlänge Zeilen */
.teaser_fundstueck .expand {
	overflow: hidden;
}

#formular_1 {
	display: none;
}

/* Toggle Leserbrief Formular */
#formular_1.show {
	display: block !important;
}

/*
.teaser_text h2 a:hover, .teaser_blog_text h3 a:hover {
	color: rgb(0,120,200);
	opacity: 1;
}
*/

.bm-logo-wrapper {
	position: absolute;
	display:inline-block;
	top:20px;
	right:15px;
	text-align:right;
}
@media only screen and (max-width : 1020px) {
	.bm-logo-wrapper {
		top:27px;
	}
	.bm-logo-wrapper img {
		width: 105px;
		height: auto;
	}
}
@media only screen and (max-width : 767px) {
	.bm-logo-wrapper {
		top: 8px;
		right: 15px;
	}
	.bm-logo-wrapper img {
		width: 95px;
	}
}
@media only screen and (max-width : 567px) {
	.bm-logo-wrapper {
		top: 7px;
		right: 9px;
	}
	.bm-logo-wrapper img {
		width: 88px;
	}
}
#kommentar h1 a {
	font-family: 'Radikal-Bold';
	color: white;
	text-decoration: none;
}
#kommentar .teaser_text {
	height: 100%;
	height: calc(100% + 4px);
	padding-top: 0;
}
#kommentar .teaser {
}


@page {
  margin: 3cm 1cm 3cm 2cm;
}

@media print {
	.trf-ad-bottom-sticky-container,
	.sticky-container-traffective-ad-Floor,
	.mgid-p,
	.mgbox,
	.mgid-p .mgbox,
	.container_banner_superbanner,
	.Superbanner,
	#traffective-ad-Superbanner,
	.Mobile_Pos1,
	#traffective-ad-Mobile_Pos1,
	.Billboard,
	#traffective-ad-Billboard,
	#readspeaker_button1,
	.Content_1,
	#traffective-ad-Content_1,
	.Mobile_Pos2,
	#traffective-ad-Mobile_Pos2,
	.Content_2,
	#traffective-ad-Content_2,
	.Mobile_Pos3,
	#traffective-ad-Mobile_Pos3,
	.Content_3,
	#traffective-ad-Content_3,
	.Mobile_Pos4,
	#traffective-ad-Mobile_Pos4,
	.Content_4,
	#traffective-ad-Content_4,
	.Mobile_Pos5,
	#traffective-ad-Mobile_Pos5,
	.Content_5,
	#traffective-ad-Content_5,
	.Mobile_Pos6,
	#traffective-ad-Mobile_Pos6,
	#M829348ScriptRootC1467278,
	#M829348ScriptRootC1464666,
	.Rectangle_1,
	#traffective-ad-Rectangle_1,
	.container_banner_skyscraper,
	.ad_container_desktop,
	.Skyscraper,
	#traffective-ad-Skyscraper,
	.OutOfPage,
	#traffective-ad-OutOfPage,
	.needsclick,
	.cmp-root-container,
	#achgut_spenden,
	.banner,
	.container_banner_skyscraper,
	#holder_navi,
	.headerpict_half,
	.section_formular,
	.favoriten,
	#autoren,
	#unerhoert,
	.headline_section:after,
	.social_blog_text,
	#logo_header_detailseite,
	#social_footer,
	.section_header,
	.teaser_text_meta .comments,
	.section_more,
	div:before,
	.footer_blog_text,
	.section_leserpost,
	.section_footer,
	#BAP-holder,
	.fn_print,
	.screen_only,
	#readspeaker_button1,
	#achgut_spenden,
	#consentDialog,
	.OutOfPage,
	.fbc-badge,
	iframe {
		display: none !important;
	}

	.beitrag {
		border-color: #000 !important;
	}

	.section_beitrag .container .column .beitrag {
		padding-bottom: 2em !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.teaser_blog {
		border: 0 !important;
	}

	*, body, html {
		overflow: visible !important;
		box-sizing: content-box !important;
	}

	div {
		position: relative !important;
		float: none !important;
		height: auto !important;
		page-break-inside: auto !important;
		width: auto !important;
		box-sizing: content-box !important;
		display: block !important;
	}

    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        /*content: " (" attr(href) ")";*/
    }

    abbr[title]:after {
        /*content: " (" attr(title) ")";*/
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 80% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    body {
    	font-size: 12px;
    }

    a {
    	font-size: 11px !important;
    }

    h2, h2 a {
    	font-size: 27px !important;
    }

    h3, h3 a {
    	font-size: 17px !important;
    }

    .print_logo_header {
    	display: block !important;
    	margin-bottom: 11mm;
    	height: 244px;
    	position: relative;
    	text-align: right;
    	padding-right: 4mm;
    }
}

.subnavi {
	font-size: 14px;
	color: white;
}

.subnavi a {
	margin-left: 15px;
}

.subnavi a.active,
.subnavi a:hover {
	color: rgb(30,50,90);
}

/* Homepage */
.teaser.half {min-height:738px;}
.presseschau p {
color: rgb(30, 50, 90);
border-top: 4px solid #41a7e6;
font-size: 15px;
padding-top: 11px;
margin-top: 9px;
margin-bottom: 9px;
line-height: 1.3em;
font-family: 'Radikal-Bold';
font-weight: 300;
}
.presseschau p a {
color: rgb(30, 50, 90);
text-decoration: none;
}
.presseschau h2 {
margin-bottom: 18px;
}
.presseschau p.presseschau-weiter-anzeigen {
font-family: Radikal;
font-size: 18px;
height: 23px;
line-height: 23px;
padding-top: 30px;
padding-bottom: 48px;
}
.presseschau p.presseschau-weiter-anzeigen a {
text-decoration: underline;
}
.presseschau a:hover {
opacity:0.6;
}

.termine p {
font-size: 15px;
padding-top: 11px;
margin-top: 9px;
margin-bottom: 9px;
line-height: 1.3em;
font-family: 'Radikal-Bold';
font-weight: 300;
color: #FF0;
border-top: 4px solid rgba(255,255,0,0.34);
}
.termine .fahne span {
color: #FF0;
background-color: #828200;
}
.termine .teaser_text_promo {
color: #FF0;
background-color: #828200;
}
.termine p a {
color: #FF0;
text-decoration: none;
}
.termine h2 {
margin-bottom: 18px;
color: #FF0;
}
.termine p.termine-weiter-anzeigen {
font-family: Radikal;
font-size: 18px;
height: 23px;
line-height: 23px;
padding-top: 30px;
padding-bottom: 48px;
}
.termine p.termine-weiter-anzeigen a {
text-decoration: underline;
}
.termine a:hover {
opacity:0.6;
}
.termine .corner_fahne {
border-left: 80px solid #828200;
}

.themen2 .column.half {
	width: 275px;
}
.themen2 h2, .themen2 .teaser_text h2 a {
	font-size: 25px;
}
.themen2 .teaser {
	border-bottom: 0;
}
.themen2 .teaser_text {
	border-top: 0;
}
.themen2 {
	background: rgb(215, 240, 255);
	border-top: 4px solid rgb(30, 50, 90);
	border-bottom: 4px solid rgb(30, 50, 90);
	margin-left: 15px;
	margin-right: 15px;
}
.themen2>h2 {
	font-family: 'Radikal';
	margin: 0 0 40px 15px;
	padding-top: 15px;
}
.themen2 .column.half:first-child {
	margin-left: 0;
}
.themen2 .column.half:last-child {
	margin-right: 0;
}

.ag_text_right { text-align: right; }
.ag_center { text-align: center; }
.ag_center div { margin-left: auto; margin-right: auto; }
.banner { position: relative; }
.container_banner_billboard, .container_banner_billboard div, .container_banner_billboard ins { margin-left: auto; margin-right: auto; width: 970px; }
.container_banner_superbanner.ad_container_mobile { margin-right: 0; }
.ad_container_home_mobile_slot_2 > div { width: 320px; }

@media only screen and (max-width: 1460px) {
	.themen2 .column.half {
		width: 240px;
	}
	.themen2 {
		margin-left: 10px;
		margin-right: 10px;
	}
	.container_banner_superbanner {
		margin-right: 10px;
	}
}

@media only screen and (max-width: 1300px) {
	.themen2 .column.half {
		width: 210px;
	}

	.container_banner_billboard.ad_container_desktop { display: none; }
	.icon2 { display: none !important; }
}
	
@media only screen and (max-width : 1180px) {
	.themen2 .column.half {
		width: 407px;
		min-height: 342px;
	}
	.themen2 .column.half:nth-child(2n+0) {
		margin-right: 0;
	}
	.themen2 .column.half:nth-child(3) {
		margin-left: 0;
	}
}

@media only screen and (max-width : 1020px) {
	.themen2 .column.half {
	width: 354px;
	float: left;
	min-height: 312px;
	}
	.teaser_text_meta_complete {
		display: inline-block;
	}

	.container_banner_skyscraper.ad_container_desktop { display: none; }
}

@media only screen and (max-width : 767px) {
	.themen2 .column.half {
		position: static;
		width: 274px;
		margin-right: 20px;
		/*margin-left: 10px;*/
	}
	.themen2 .column.half:nth-child(2n+0) {
		margin-right: 0;
	}
	.themen2 .column.half:nth-child(3) {
		margin-left: 0;
	}
	.themen2 {
		margin-left: 0;
		margin-right: 0;
	}

	.ad_container_desktop { display:none; } 
	.container_banner_superbanner.ad_container_mobile { display: block; }
	.ad_container_mobile {
		margin-bottom: 20px;
	}
}

@media only screen and (max-width : 567px) {
	.themen2 .column.half {
		margin-right: 0;
	}
	.container_outer {
	width: 320px; 
	}
	.wrapper_page {
	width: 320px;
	}
	.container .column.full {
	width: 320px;
	}
	.container .column.half {
	/*width: 320px;*/
	width: unset;
	}

}

@media only screen and (min-width:768px) { 
	.ad_container_desktop { display:block; } 
	.container_banner_superbanner.ad_container_mobile { display: none; } 
	.section_titelthemen .ad_container_mobile { margin-left: 10px; margin-right: 10px;}
}

@media only screen and (min-width: 1021px) {
	.teaser_text_meta_complete {
		display: none;
	}

	.container_banner_skyscraper.ad_container_desktop { display:inline-block; }
	.ad_container_mobile { display: none; }
	.wmax1020 .container_banner_superbanner.ad_container_desktop { margin-right: 10px; }
}

@media only screen and (min-width : 1301px) {
	.container_banner_billboard.ad_container_desktop { display: block; }
}

@media only screen and (min-width : 1461px) {
	.wmax1020 .container_banner_superbanner.ad_container_desktop, .container_banner_superbanner { margin-right: 15px; }
}

#achgut_blog {
	margin-top: 50px;
}

.ag-video-wrapper {
	max-width: 1190px;
	margin: 0;
	padding: 0;
}
.ag-youtube, .ag-rumble {
	background-color: #000;
	margin-bottom: 30px;
	position: relative;
	padding-top: 56.25%;
	overflow: hidden;
	cursor: pointer;
}
.ag-youtube img, .ag-rumble img {
	width: 100%;
	left: 0;
	top: 0;
	opacity: 0.97;
}
.ag-youtube img {
	top: -16.82% !important;
}
.ag-youtube .ag-play-button, .ag-rumble .ag-play-button {
	width: 80px;
	/*width: 90px;*/
	height: 53px;
	/*height: 60px;*/
	background-color: #333;
	box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
	z-index: 1;
	opacity: 0.8;
	border-radius: 6px;
}
.ag-youtube .ag-play-button:hover, .ag-rumble .ag-play-button:hover {
	background-color: red;
}
.ag-youtube .ag-play-button:before, .ag-rumble .ag-play-button:before {
	content: "";
	border-style: solid;
	/*border-width: 15px 0 15px 26.0px;*/
	border-width: 12px 0 12px 22.0px;
	border-color: transparent transparent transparent #fff;
}
.ag-youtube img,
.ag-youtube .ag-play-button,
.ag-rumble img,
.ag-rumble .ag-play-button {
	cursor: pointer;
}
.ag-youtube img,
.ag-youtube iframe,
.ag-youtube .ag-play-button,
.ag-youtube .ag-play-button:before,
.ag-rumble img,
.ag-rumble iframe,
.ag-rumble .ag-play-button,
.ag-rumble .ag-play-button:before {
	position: absolute;
}
.ag-youtube .ag-play-button,
.ag-youtube .ag-play-button:before,
.ag-rumble .ag-play-button,
.ag-rumble .ag-play-button:before {
	top: 50%;
	left: 50%;
	transform: translate3d( -50%, -50%, 0 );
}
.ag-youtube iframe,
.ag-rumble iframe {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}