/*** html IVZ ***/
* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
/* stucture */
.portrait {
	line-height: 1.3;
}

.portrait #header {
	width:100%;
	height: 20px;
}

.portrait #appHighlights {
	max-width: none;
	margin-right: 0;
}
.portrait b {
	font-family: 'regularbold', sans-serif;
	font-weight: bold;
}

.portrait a {
  word-break: normal;
  white-space: normal;
}

/**
	Textdeklarationen der Highlights
*/
.portrait .highlight {
	position: relative;
	margin-bottom: 0;
}

.portrait .highlightInfo {
	font-size: 32px;
	line-height: 1em;
	width: auto;

	padding: 0 0 .5em 0;

	font-family: 'regularbold', sans-serif;
	font-weight:bold;
}

.portrait .highlightTxt {
	font-size: 18px;

	margin-bottom: 0.5em;

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

/**
	Größe der Aufmacher
*/
.portrait .highlightImg img {
	width: 100%;
	height: auto;
}
.portrait .highlightImg {
	padding-right: 20px;
	text-align: center;
	overflow: hidden;
}

/**
	Grunddeklaration der Seitenzahlen
*/
.portrait .pagenum {
	display: inline-block;
	width: 2em;
	margin-right: 0.5em;
	text-align: right;
	font-weight: bold;
}

/**
	Highlight-Liste
*/
.portrait #untertitelToc table {
	margin-left: -5px;
}
.portrait #untertitelToc td {
	border: 0;
	vertical-align: middle;
	font-family: 'regular', sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	padding: 5px 5px;
}

/**
	Liste der zusätzlichen Titel
*/
.portrait .highlightTocElement {
	list-style: none;
	width: 100%;
	height: 100%;

	-ms-column-count: 2;
    -ms-column-rule: none;
    -ms-column-gap: 29px;

	-moz-column-count: 2;
    -moz-column-rule: none;
    -moz-column-gap: 29px;

    -webkit-column-count: 2;
    -webkit-column-rule: none;
    -webkit-column-gap: 29px;

    column-count: 2;
    column-rule: none;
    column-gap: 29px;

    margin: 0;
    padding: 0;
}
.portrait .highlightTocElement li {
	display: inline-block;
	width: 100%;

	margin: 0 0 10px 0;
	padding: 0;

	vertical-align: middle;

	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	-hyphens: auto;
	hyphens: auto;
}
.portrait .highlightTocElement .button-p {
	display: table-cell;
	width: 70px;
	padding: 0;

	vertical-align: middle;
}
.portrait .highlightTocElement p {
	display: table-cell;

	font-size: 18px;
	font-family: 'regularbold', sans-serif;
	font-weight: bold;

	padding: 0;

	vertical-align: middle;

	clear: none;
	text-decoration: none;
}
.portrait .highlightTocElement a {
	clear: none;
	text-decoration: none;
}

/**
	Liste der Rubriken
*/
.portrait #appToc {
	font-size: 18px;
	width: 100%;
}

.portrait #appToc a {
	width: 100%;
	display: inline-block;
}
.portrait #appToc p {
	padding: 0.5em 0 0.5em 0;
	margin: 0;
}
.portrait #appToc ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.portrait #appToc li {
	padding: 0;
	margin: 0;
}
.portrait #appToc img {
	padding-right: 5px;
}

.portrait #appToc ul li .rubric {
	margin-top: 1em;
	padding-top: 1em;
	padding-bottom: 0.5em;
	font-family: 'regularbold', sans-serif;
	font-weight: bold;
	font-size: 2.2em;
	line-height: 1em;
	border-top: 2px solid #000;
}
.portrait .rubrik {
    position: relative;
    padding: 0.4em 30px 0.4em 20px !important;
    margin: 0 0 -1px 0;
    font:normal 17px/1em !important 'regular', sans-serif;
    background: #f3f3f3;
    border: 1px solid silver;
    cursor: pointer;
}

.portrait .spacer {
	width: 100%;
	height: 2px;
	margin: 30px 0 30px 0;
	background: rgba(0,0,0,1);
}
.portrait .spacer:last-of-type {
	display: none;
}
.portrait .ivznum {
	display: block;
	position: absolute;
	top: 1em;
	left: 1em;
	padding: 5px 5px 1px 5px;
	background-color: rgba(0, 0, 0, 0.2);
	text-align: center;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	line-height: 1em;
	z-index: 1000;
}

/**
	Font-Size Settings
*/
/* Button Font-Size bleibt gleich */
.portrait.fontSize12 .button {
	padding: 19px 0;
	font-size: 12px;
}
.portrait.fontSize12 .highlightTxt,
.portrait.fontSize12 #untertitelToc a,
.portrait.fontSize12 .highlightTocElement p,
.portrait.fontSize12 #appToc a,
.portrait.fontSize12 #appToc .pagenumber {
	font-size: 12px;
}

.portrait.fontSize12 #appToc .pagenumber img{
	height: 12px;
}

.portrait.fontSize14 .button {
	padding: 17px 0;
	font-size: 14px;
}
.portrait.fontSize14 .highlightTxt,
.portrait.fontSize14 #untertitelToc a,
.portrait.fontSize14 .highlightTocElement p,
.portrait.fontSize14 #appToc a,
.portrait.fontSize14 #appToc .pagenumber {
	font-size: 14px;
}

.portrait.fontSize14 #appToc .pagenumber img{
	height: 14px;
}

.portrait.fontSize16 .button {
	padding: 15px 0;
	font-size: 16px;
}
.portrait.fontSize16 .highlightTxt,
.portrait.fontSize16 #untertitelToc a,
.portrait.fontSize16 .highlightTocElement p,
.portrait.fontSize16 #appToc a,
.portrait.fontSize16 #appToc .pagenumber {
	font-size: 16px;
}

.portrait.fontSize16 #appToc .pagenumber img{
	height: 16px;
}

.portrait.fontSize20 .button {
	padding: 12px 0;
	font-size: 20px;
}
.portrait.fontSize20 .highlightTxt {
	line-height:1.3;
}
.portrait.fontSize20 .highlightTxt,
.portrait.fontSize20 #untertitelToc a,
.portrait.fontSize20 .highlightTocElement p,
.portrait.fontSize20 #appToc a,
.portrait.fontSize20 #appToc .pagenumber {
	font-size: 20px;
}

.portrait.fontSize20 #appToc .pagenumber img{
	height: 20px;
}

.portrait.fontSize24 .button {
	padding: 10px 0;
	font-size: 24px;
}
.portrait.fontSize24 .highlightTxt {
	line-height:1.3;
}
.portrait.fontSize24 .highlightTxt,
.portrait.fontSize24 #untertitelToc a,
.portrait.fontSize24 .highlightTocElement p,
.portrait.fontSize24 #appToc a,
.portrait.fontSize24 #appToc .pagenumber {
	font-size: 24px;
}

.portrait.fontSize24 #appToc .pagenumber img{
	height: 24px;
}

.portrait #appToc p {
    position: relative;
    padding-right: 2em;
}
.portrait.fontSize24 #appToc .pagenumber {
	position: absolute;
	top:0.5em;
	right: 0;
}


/*
	-----------------------------------------------------------------------------
	Media Querys
	-----------------------------------------------------------------------------
*/
/* iPads (portrait) */
@media only screen and (min-device-width : 768px) and (orientation : portrait) {
	.portrait #appToc {
		width: 100%;
	}

	.portrait .spacer {
		width: 100%;
		height: 1px;
		margin: 30px 0 30px 0;
		background: rgba(0,0,0,.2);
	}

	.portrait .highlightInfo {
		width: auto;
	}

}

/* Alles kleiner als iPad Portrait */
@media only screen and (max-width: 767px) {
	.portrait .highlightImg img {
		margin-bottom: 10px;
	}

	.portrait .highlightInfo {
		width: auto;
	}

	.portrait .button {
		padding: 13px 0;
	}
}

/* 7" Tablets / Phablets */
@media only screen and (max-width: 603px) {
	.portrait .highlightTocElement {
 	    -moz-column-count: 1;
 	    -moz-column-rule: none;
 	    -moz-column-gap: none;

	    -webkit-column-count: 1;
	    -webkit-column-rule: none;
	    -webkit-column-gap: none;

	 	column-count: 1;
	 	column-rule: none;
	 	column-gap: none;
	}
}

/* extra text */
.portrait .ihv_more_text {
		clear: both;
		padding-top:2em;
}

/**
	-----------------------------------------------------------------------------
	GRID-System
	Based on the 960.gs grid system - http://960.gs/
	by Nathan Smith
	-----------------------------------------------------------------------------
*/
/**
	Spaltenbreite (12 Spalten - Zentriert)
*/
.portrait .container_12
{
	width: 984px;
	max-width: 100% !important;
	margin:0 auto;
}

/**
	Globale Grid-Definitionen
*/
.portrait .grid_5,
.portrait .grid_7,
.portrait .grid_8,
.portrait .grid_12 {
	display: inline;
	float: left;
}

/**
	Grid-Definitionen
*/
.portrait .container_12 .grid_5 {width: 41.6%;}
.portrait .container_12 .grid_7 {
	width: 58.3%;
	max-width: 400px;
}	/** Feste Breite für gleichen Zeilenumbruch Landscape/Portrait */
.portrait .container_12 .grid_8 {width: 460px;}	/** Feste Breite für gleichen Zeilenumbruch Landscape/Portrait */
.portrait .container_12 .grid_12 {width: 100%;}

/**
	Prefix-Extra-Space
*/
.portrait .container_12 .prefix_app {padding-left: 30px;}

/**
	Suffix-Extra-Space
*/
.portrait .container_12 .suffix_app {padding-right: 40px;}

/**
	Grid wird in Tabelle umgewandelt. Jedes Element wird untereinander dargestellt.
	Smartphone Portrait
*/
@media only screen and (max-width: 600px) { /* war max-width: 380px */
	.portrait .container_12 {
		width: auto;
		min-width: 0;
		margin-left: 0;
		margin-right: 0;
	}
 
	.portrait .grid_4,
	.portrait .grid_5,
	.portrait .grid_7,
	.portrait .grid_8,
	.portrait .grid_12 {
		display: inline;
		float: left;
		content:"";
		padding-left: 5px;
		padding-right: 5px;
		width: 100% !important;
	}

	.portrait .prefix_app {
		padding-left: 8.3% !important;
	}
	.portrait .suffix_app {
		padding-right: 8.3% !important;
	}
	.portrait #appToc p {
		position: relative;
		padding: 0.5em 4em 0.5em 0;
	}
	.portrait .rubric {
		padding: 0.5em 0 0.5em 0 !important;
	}
	.portrait .pagenumber {
		position:absolute;
		right:0;
		top:0.5em;
	}
}

/**
	Clear-Float
	http://sonspring.com/journal/clearing-floats
	http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified
*/
.portrait .clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.portrait .clearfix:before,
.portrait .clearfix:after {
	content: "\0020";
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.portrait .clearfix:after {
	clear: both;
}
/*
	IE6 + IE7 Fix
*/
.portrait .clearfix {
	zoom: 1;
}



/**
	sonderlocken
*/
.portrait .poll_box.yellow {
	padding: 1em;
	background-color: #fff200;
}
.portrait .poll_box.yellow a,
.portrait .poll_box.yellow a:visited {
	color: #0786c4;
}

.portrait .rounded_box.brown {
	clear: both;
	padding: 1em;
	background-color: #a3523e;
	color: #fff;
	font-weight: bold;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius: 1em;
}
.portrait .rounded_box.brown a,
.portrait .rounded_box.brown a:visited {
	color: #fff;
	text-decoration: none;
}
