/* ******************************************************** */
/* Farben */

/* ORANGE dunkel - erheblich Beleg      – #e2b229 */
/* ORANGE mittel - erheblich Hinw       – #f1db9f */
/* ORANGE leicht - erheblich Anh        – #f8edd1 */
/* GELB dunkel   - betraechtlich Beleg  – #fcf319 */
/* GELB mittel   - betraechtlich Hinw   – #fdf9aa */
/* GELB leicht   - betraechtlich Anh    – #fefcd9 */
/* GRÜN dunkel   - gering Beleg         – #bcd335 */
/* GRÜN mittel   - gering Hinw          – #dfe9a8 */
/* GRÜN leicht   - gering Anh           – #eff4d7 */
/* BLAU dunkel   - n.-quant Beleg       – #88b5d9 */
/* BLAU mittel   - n.-quant Hinw        – #c6daed */
/* BLAU leicht   - n.-quant Anh         – #e3edf6 */
/* GRAU mittel   - kein                 – #cccccc */
/* BRAUN dunkel  - geringerer Beleg     – #85736a */
/* BRAUN mittel  - geringerer Hinw      – #c9b9a9 */
/* BRAUN leicht  - geringerer Anh       – #e3d5cc */
/* ******************************************************** */

/* Webfont Roboto */
@font-face{
	font-family: 'Roboto-Light';
	font-display: fallback;
	src:  local('Roboto-Light'),
				url('../../fonts/Roboto/Roboto-Light.woff2') format('woff2'),
				url('../../fonts/Roboto/Roboto-Light.ttf') format('truetype');
}
@font-face {
	font-family: 'Roboto-Regular';
	font-display: fallback;
	src:  local('Roboto-Regular'),
				url('../../fonts/Roboto/Roboto-Regular.woff2') format('woff2'),
				url('../../fonts/Roboto/Roboto-Regular.ttf') format('truetype');
}

/* BASICS */
html {
	height: 100%; /* footer@bottom */
	box-sizing: border-box; /* footer@bottom */
	background-image: linear-gradient(#448193 111px, #ffffff 112px, #ffffff 100%);
	background-repeat: repeat-x;
}

body,
.htmlarea-content-body {
	position: relative; /* footer@bottom */
	min-height: 100%; /* footer@bottom */
	margin: 0;
	font-family: Roboto-Light, Arial, sans-serif;
	font-weight: 300; /* normal */
	font-size: 100%;
	line-height: 175%;
	background: #ffffff;
}

embed, object, video,
img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
}

a {
	outline: none;
	color: #448193;
	font-family: 'Roboto-Regular'; /* bold */
	font-weight: normal;
	transition: all 0.2s ease-in-out;
}
	a:focus,
	a:hover {
		text-decoration: none;
	}
	a img {
		border: none;
		padding: 0;
	}

.ce-bodytext li > a.html,
.ce-bodytext li > a[href $='.html'] {
	background: url('../../images/fileicons/html.gif') no-repeat 0px 0px;
	vertical-align: middle;
	padding: 0 0 4px 28px;
	text-decoration: none;
}
.ce-bodytext li > a.pdf,
.ce-bodytext li > a[href $='.pdf'] {
	background: url('../../images/fileicons/pdf.gif') no-repeat 0px 0px;
	vertical-align: middle;
	padding: 0 0 4px 28px;
	text-decoration: none;
}
.ce-bodytext li > a[href $='.html']:hover,
.ce-bodytext li > a[href $='.pdf']:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5 {
	font-size: 225%;
	font-family: 'Roboto-Regular'; /* bold */
	font-weight: 300; /* normal */
	line-height: 110%;
	color: #448193;
	hyphens: auto;
	margin: 20px 0 0.5em 0;
}
	h2 {
		font-size: 175%;
    hyphens: auto;
	}
		h3, h4, h5 {
  		font-size: 140%;
			font-family: 'Roboto-Regular'; /* bold */
			font-weight: normal;
			color: #448193;
			hyphens: none;
		}
		@media screen and (max-width: 768px) {
			h1, h2, h3, h4, h5, h6 {
  			hyphens: auto;
		}	}

p { }
	/* links-/rechtsbündig, zentriert, Blocksatz */
	h1.text-left,
	h2.text-left,
	h3.text-left,
	p.text-left {
		text-align: left;
	}
	h1.text-center,
	h2.text-center,
	h3.text-center,
	p.text-center {
		text-align: center;
	}
	h1.text-right,
	h2.text-right,
	h3.text-right,
	p.text-right {
		text-align: right;
	}
	h1.text-justify,
	h2.text-justify,
	h3.text-justify,
	p.text-justify {
		text-align: justify;
			-webkit-hyphens: auto;
			-moz-hyphens: auto;
			-ms-hyphens: auto;
		hyphens: auto;
	}

  sup {
  	font-size: 66%;
  }

  b, strong {
		font-family: 'Roboto-Regular'; /* bold */
  	font-weight: normal;
  }

  i, em {
  	font-style: italic;
  }

	ul, ol {
		font-size: inherit;
		line-height: inherit;
		margin: 0;
		list-style: none;
	}
		/* Bulletpoints */
		.cke_editable ul, .cke_editable ol,
		.ce-bodytext ul, .ce-bodytext ol {
			font-size: inherit;
			line-height: inherit;
			margin: 0;
            padding: 0 0 0 1.5em;
			list-style: none;
		}
		.cke_editable li:before,
		.ce-bodytext li:before,
        .ce-table li:before {
			content: '•';
			color: #448193;
			display: inline-block;
			width: 1em;
			margin-left: -1em
		}

  		.cke_editable ul ol,
		.ce-bodytext ul ol,
		.cke_editable  ol ol,
		.ce-bodytext ol ol {
			list-style-type: lower-alpha;
		}

figure {
	height: 100%;
	margin: 0;
}

table {
	font-size: inherit;
	line-height: inherit;
	margin: 0.5em 0;
	padding: 0;
	width: 100%;
	border-collapse: collapse;
	border: none;
	border-top: 1px solid #a6bfc8;
	text-align: left;
}
	table th,
	table thead {
		background-color: #448193;
		color: #ffffff;
		font-family: 'Roboto-Regular'; /* bold */
		weight: normal;
	}

  table tr {
		transition: background-color 0.3s ease-in-out;
	}
		table tbody tr:nth-child(odd) {
			background-color: #ffffff;
		}
		table tbody tr:nth-child(even) {
			background-color: #fafafa;
		}
			table tbody tr:hover {
				background-color: #eeeeee;
			}

table th,
table td {
	padding: 0 0.2em;
	border: none;
	border-bottom: 1px solid #a6bfc8;
	font-weight: normal;
}
/*
  table td[rowspan] {
  	border-left: 1px solid #a6bfc8;
  	border-right: 1px solid #a6bfc8;
  }
*/
	/* Grundlagen: Dimensionen (eigene Klassen im ckeditor)*/
	table.dimensions tr th {
		width: 32%;
	}
	table.dimensions.dossier th {background-color: #1593b1;}
	table.dimensions.gba th {background-color: #575a83;}
	table.dimensions.iqwig th {background-color: #035f7d;}
	table.dimensions.price th {background-color: #00928b;}
	table.dimensions.regulatory th {background-color: #035f7d;}

	table th p,
	table td p {
		margin: 0;
	}

  table td.text-center { text-align: center; }
  table td.text-right { text-align: right; }
  table td.text-justify { text-align: justify; }
	table td a {
		text-decoration: underline;
		transition: all 0.3s ease;
		width:100%;
		height:100%;
	}
		table td a:hover {
			text-decoration: none;
		}
	/* !CKE-Editor: kein Hover-Effekt für Tabellen */
	table.cke_show_border tr:hover {
		background: none;
	}
	/* !CKE-Editor: Breite Table-Header */
	table.cke_show_border th:first-child,
	table.cke_show_border tbody tr th,
	table.cke_show_border td:first-child {
		width: 10em;
	}
    /* PDF-Link Icons */
    table td a[href $='.pdf'] {
    background: url('../../images/fileicons/pdf.gif') no-repeat 0px 0px;
    padding: 4px 0 4px 30px;
    }
/* ******************************************************** */
/* !BASIS: Layout zentrieren */
/* ******************************************************** */
.center-all {
	max-width: 1260px;	/* GESAMTBREITE */
	margin: 0 auto;
	padding: 0 9px;
}
@media screen and (max-width: 768px) { .center-all {
	padding: 0 2%;
}	}

.flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.full {
	clear: both;
}

/* ******************************************************** */
/* !HEADER: Menü und Logo */
/* ******************************************************** */

body > header {
	background-color: #448193;
	color: #ffffff;
	padding: 2em 0 1.5em 0;
	margin-bottom: 4em;
	overflow: auto;
}

nav#main {
	width: 2em;
	float: left;
	margin: 0 10px 0 0;
}
	nav#main ul#mainMenu {
		display: none;
	}


#logo {
	float: left;
	width: 550px;
	max-width: 50%;
	z-index: 100;
}
	@media screen and (max-width: 481px) { #logo {
		margin-top: 0.5em;
		max-width: 55%;
	}	}

#service {
	float: right;
	margin-left: 10px;
}
	#loginbox {
		list-style: none;
		display: none;
}
	#langMenu {
		float: left;
		list-style: none;
		margin: 0 0 0 10px;
		padding: 0;
		font-size: 200%;
		line-height: 100%;
		min-width: 32px;
	}

#content {
	padding-bottom: 150px; /* footer@bottom */
}

/* Farben Zusatznutzen */
td.ZN4-erheblich-3-Beleg { width: 10em; background-color: #e2b229; }
td.ZN4-erheblich-2-Hinweis { width: 10em; background-color: #f1db9f; }
td.ZN4-erheblich-1-Anhalt { width: 10em; background-color: #f8edd1; }
td.ZN3-betraechtlich-3-Beleg { width: 10em; background-color: #fcf319; }
td.ZN3-betraechtlich-2-Hinweis { width: 10em; background-color: #fdf9aa; }
td.ZN3-betraechtlich-1-Anhalt { width: 10em; background-color: #fefcd9; }
td.ZN2-gering-3-Beleg { width: 10em; background-color: #bcd335; }
td.ZN2-gering-2-Hinweis { width: 10em; background-color: #dfe9a8; }
td.ZN2-gering-1-Anhalt { width: 10em; background-color: #eff4d7; }
td.ZN1-nicht-quantifizierbar-3-Beleg { width: 10em; background-color: #88b5d9; }
td.ZN1-nicht-quantifizierbar-2-Hinweis { width: 10em; background-color: #c6daed; }
td.ZN1-nicht-quantifizierbar-1-Anhalt { width: 10em; background-color: #e3edf6; }
td.ZN0-kein { width: 10em; background-color: #cccccc; }
td.ZN-1geringerer-3-Beleg { width: 10em; background-color: #85736a; }
td.ZN-1geringerer-2-Hinweis { width: 10em; background-color: #c9b9a9; }
td.ZN-1geringerer-1-Anhalt { width: 10em; background-color: #e3d5cc; }
/* ******************************************************** */
/* Für den Druck */
/* ******************************************************** */
@media print {
    @page {
        size: A4 portrait;
    }

    table,
    .contenttable {
        page-break-inside: avoid !important;
        -webkit-filter: opacity(1);
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }

    a,
    h1,
    h2,
    h3 {
        -webkit-filter: opacity(1);
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact !important;
    }
}
