/* Farbe: Rot: #E40042; Blau: #004289 */

@font-face {
    font-family: 'open_sans_regular';
    src: url('fonts/OpenSans-Regular-webfont.eot');
    src: url('fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sans_condensed_bold';
    src: url('fonts/OpenSans-CondBold-webfont.eot');
    src: url('fonts/OpenSans-CondBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-CondBold-webfont.woff') format('woff'),
         url('fonts/OpenSans-CondBold-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-CondBold-webfont.svg#open_sans_condensedbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* –––– Spalten –––– */

html, body {
	width: 100%;
	padding: 0;
	margin: 0;
	background-color: #E40042;
}

#content {
	position: absolute;
	top: 0;
	width: 100%;
}

.cW {
	position: relative;
	width: 100%;
}

.mW {
	width: 100%;
	max-width: 1000px;
}

#contentMW, #contentLayer {
	box-sizing: border-box;
	padding-left: 60px;
	padding-right: 60px;
}

.colLeft, .colRight {
	width: 50%;
	float: left;
	box-sizing: border-box;
}

.colLeft {
	padding-right: 25px;
}

.colRight {
	padding-left: 25px;
	padding-top: 60px;
}

/* –––– Ende: Spalten –––– */

/* –––– Schrift –––– */

p {
	color: white;
	font-family: 'open_sans_regular';
	font-size: 1em;
	line-height: 1.5em;
	-moz-osx-font-smoothing: grayscale;
	margin: 20px 0;
}

.chromeBrowser p, .safariBrowser p, .chromeBrowser h2, .safariBrowser h2, .chromeBrowser h3, .safariBrowser h3 {
	-webkit-font-smoothing: antialiased;
}

.bold {
	font-family: 'open_sans_condensed_bold';
	font-size: 1.1em;
}

h2 {
	color: white;
	text-align: center;
	font-family: 'open_sans_condensed_bold';
	-moz-osx-font-smoothing: grayscale;
	font-size: 4.5em;
	margin: 0;
}

h3 {
	color: #004289;
	font-family: 'open_sans_condensed_bold';
	-moz-osx-font-smoothing: grayscale;
	font-size: 2.5em;
	line-height: 1.2em;
	text-transform: uppercase;
	margin: 0;
	display: inline-block;
}

a {
	cursor: pointer;
	text-decoration: none;
}

/* –––– Ende: Schrift –––– */

/* –––– Sonstiges –––– */

.clear {
	clear: both;
}

#titleBox {
	width: 100%;
	background-color: white;
	box-sizing: border-box;
	padding: 60px 25px 25px 25px;
}

#titleBox img {
	width: 100%;
	height: auto;
}

#mainText {
	margin: 40px 0 40px 0;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;
}

.sliderScale p {
	width: 100%;
}

.sliderScale p:nth-of-type(2), .sliderScale p:nth-of-type(3) {
	position: absolute;
	top: 0;
	margin: 0;
}

.sliderScale p:nth-of-type(3) {
	text-align: right;
}

.sliderValue {
	color: #004289;
	text-align: center;
}

.completeSlider > .bold {
	margin-bottom: 25px;
}

.sliderBorder {
	position: absolute;
	width: 100%;
	box-sizing: border-box;
	border: solid 2px white;
	height: 30px;
	top: -7px;
	background-color: rgba(255,255,255,0);
}

.trans1 {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.trans2 {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.activeInputSlider .sliderBorder {
	background-color: rgba(255,255,255,1);
}

#pieChartWhiteCircle {
	width: 100%;
	background-color: white;
	border-radius: 50%;
}

#pieChartWhiteCircle::after {
	content: "";
	display: block;
	padding-bottom: 100%;
}

#pieChartLinesWrapper {
	position: absolute;
	top: 60px;
	width: 100%;
	box-sizing: border-box;
	padding-right: 25px;
}

#pieChartLinesWrapper p {
	margin: 0;
	position: absolute;
	top: -7px;
	display: inline-block;
	background-color: #E40042;
}

#pieChartLinesWrapper p:first-of-type {
	padding-right: 10px;
	left: 0;
}

#pieChartLinesWrapper p:last-of-type {
	padding-left: 10px;
	right: 25px;
}

#pieChartLines {
	width: 100%;
	position: relative;
	top: 5px;
}

#pieChartCanvasWrapper {
	position: absolute;
	top: 60px;
	width: 100%;
	box-sizing: border-box;
	padding-right: 25px;
}

#pieChartCanvas {
	width: 100% !important;
}

#contentAfterPieChart p {
	text-align: center;
}

#contentAfterPieChart > p:first-of-type {
	margin-bottom: 0;
}

.button {
	background-color: white;
	color: #004289;
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	margin: 7px 0;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	-o-hyphens: none;
	hyphens: none;
}

.button:hover {
	background-color: #004289;
	color: white;
}

.contentCenter {
	display: block;
	width: 100%;
	text-align: center;
}

#imprintLink p {
	margin: 14px 0 0 0;
}

hr {
	border: none;
	border-top: solid 2px white;
	margin: 20px 0;
}

#calcExampleLayer {
	background-color: #E40042;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.headlineBox {
	background-color: white;
	box-sizing: border-box;
	padding: 55px 25px 25px 25px;
	display: inline-block;
}

.close {
	position: absolute;
	top: 60px;
	right: 60px;
	width: 30px;
	height: 30px;
	background-color: white;
	cursor: pointer;
}

.closeMobile {
	display: none;
}

.close img, .closeMobile img {
	position: absolute;
	top: 20%;
	left: 20%;
	width: 60%;
	height: auto;
}

#calcExampleLayerContent {
	margin-top: 40px;
}

#calcExampleLayerContent .twoCSS3Colums p:first-of-type {
	margin-top: 0;
}

#calcExampleLayerContent .twoCSS3Colums p {
	margin-bottom: 13px;
}

#calc {
	margin-top: 0;
}

#calcExampleLayerContent .colRight {
	padding-top: 20px;
}

#calcExampleLayerContent hr {
	margin: 33px 0;
}

.multiply {
	position: relative;
	top: -4px;
}

.twoCSS3Colums {
	-webkit-column-count: 2;
    -moz-column-count: 2;
    -ms-column-count: 2;
    -o-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    -ms-column-gap: 50px;
    -o-column-gap: 50px;
    column-gap: 50px;
}

.contentMWChart {
	padding-bottom: 70px;
}

.onlyMobileInline {
	display: none;
}

#exampleCol {
	width: 50%;
	position: relative;
	left: 25%;
}

#noscript {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #e40042;
}

#noscript p {
	width: 40%;
	position: relative;
	left: 30%;
	text-align: center;
	top: 30%;
	font-size: 1.6em;
}

#noscript p a {
	color: white;
	text-decoration: underline;
}

#firstSliderMonthSwitch, #firstSliderYearSwitch {
	position: absolute;
	background-color: #004289;
	padding: 2px 7px;
	right: 0;
	top: -16px;
	font-size: 0.8em;
	cursor: pointer;
}

#secSliderValueInBar {
	position: absolute;
	margin: 0;
	width: 100%;
	box-sizing: border-box;
	padding-left: 20px;
	top: 15px;
	opacity: 0;
}

.secSliderValueInBarVis {
	opacity: 1 !important;
}

#secSliderValueInBar br {
	display: none;
}

#secSliderValueInBar p {
	margin: 0;
}

#proofs {
	font-size: 0.8em;
	opacity: 0.6;
}

#bookCover {
	position: absolute;
	width: 95px;
	height: auto;
	bottom: 0;
	right: 0px;
	-webkit-transform-origin: 100% 100%;
	-moz-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	-o-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
	-webkit-transform: rotate(10deg);
	-moz-transform: rotate(10deg);
	-ms-transform: rotate(10deg);
	-o-transform: rotate(10deg);
	transform: rotate(10deg);
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	border: solid 2px white;
	background-color: white;
	pointer-events: none;
}

/* –––– Ende: Sonstiges –––– */

/* –––– Input-Slider –––– */

input[type=range] {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	width: 100%;
	margin: 0 0 0 -1px;
	background: transparent;
	border: none !important;
	outline: none;
}

input[type=range]:focus {
	outline: none;
}

input[type=range]::-ms-track {
	cursor: grab;
	background: transparent;
	border-color: transparent;
	color: transparent;
	width: 100%;
}

input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	margin-top: -22px;
	box-shadow: none;
	border: none;
	height: 50px;
	width: 16px;
	border-radius: 0;
	background-color: #004289;
	cursor: grab;
}

input[type=range]::-moz-range-thumb {
	box-shadow: none;
	border: none;
	height: 50px;
	width: 16px;
	border-radius: 0;
	background-color: #004289;
	cursor: grab;
}

input[type=range]::-ms-thumb {
	box-shadow: none;
	border: none;
	height: 50px;
	width: 16px;
	border-radius: 0;
	background-color: #004289;
	cursor: grab;
}

input[type=range]::-webkit-slider-runnable-track {
	width: 100%;
	height: 8px;
	box-sizing:border-box;
}

input[type=range]::-moz-range-track {
	width: 100%;
	height: 8px;
	visibility: hidden;
	box-sizing:border-box;
}

input[type=range]::-ms-track {
	width: 100%;
	height: 8px;
	background-color: transparent;
	border-color: transparent;
	border-width: 16px 0px;
	color: transparent;
	visibility: hidden;
	box-sizing:border-box;
}

input[type=range]::-ms-fill-lower {
	background-color: transparent;
}

input[type=range]::-ms-fill-upper {
	background-color: transparent;
}

input[type=range]::-moz-focus-outer {
    border: 0;
}

/* –––– Ende: Input-Slider –––– */

/* –––– Slider unten –––– */

#secSlider {
	margin-top: 60px;
	height: 50px;
}

#secSlider > div {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
}

#secSliderBG {
	background-color: #004289;
}

.secSliderMarker {
	background-color: white;
	position: absolute;
	left: 0%;
	top: -35px;
	height: 50%;
	width: 4px;
	margin-left: -2px;
}

.secSliderPoints {
	position: relative;
	top: -10px;
}

.secSliderPoints > div {
	width: 20px;
	height: 20px;
	border-radius: 10px;
	background-color: rgba(228,0,66,0);
	top: 0;
	position: absolute;
	margin-left: -10px;
}

.secSliderPoints > div > div {
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background-color: white;
	top: 5px;
	left: 5px;
	position: absolute;
	pointer-events: none;
}

.secSliderActivePoint, .secSliderPoints > div:hover {
	background-color: rgba(228,0,66,1) !important;
}

.secSliderPoints p {
	position: absolute;
	display: inline-block;
	top: -75px;
	opacity: 0;
	display: none;
	pointer-events: none;
}

/*
.secSliderActivePoint p, .secSliderPoints > div:hover p {
	opacity: 1;
}
*/

#secSliderMobile {
	display: none;
}

/* –––– Ende: Slider unten –––– */

/* –––– XY-Diagramm –––– */

#entryTextXYChart {
	margin: 50px 0 130px 0;
}

.xyChart::after {
	content: "";
	padding-bottom: 50%;
	display: block;
}

.xyChartLeftPart {
	position: absolute;
	height: 100%;
	display: inline-block;
	width: 65px;
}

.xyChartVertLine {
	position: absolute;
	width: 2px;
	height: 100%;
	background-color: white;
	right: 0;
}

.xyChartVertLineMarker {
	position: absolute;
	width: 14px;
	height: 2px;
	background-color: white;
	right: -6px;
}

.xyChartVertLineMarker p {
	position: absolute;
	top: -11px;
	margin: 0;
	text-align: right;
	width: 60px;
	right: 30px;
}

.xyChartVertLineMarker img {
	height: 19px;
	width: auto;
	position: absolute;
	top: -12px;
}

#xyCVLM0 {bottom: 0%;}
#xyCVLM1 {bottom: 20%;}
#xyCVLM2 {bottom: 40%;}
#xyCVLM3 {bottom: 60%;}
#xyCVLM4 {bottom: 80%;}
#xyCVLM5 {bottom: 100%;}

#xyCVLM0, #xyCVLM5, #xyCHLM0, #xyCHLM10 {
	background-color: transparent;
}

.xyChartVertLineText {
	position: absolute;
	left: 0;
	top: -110px;
}

.xyChartHorLineWrapper {
	position: absolute;
	bottom: 0;
	width: 100%;
	box-sizing: border-box;
	padding-left: 65px;
}

.xyChartHorLine {
	width: 100%;
	height: 2px;
	background-color: white;
}

.xyChartHorLineText {
	position: absolute;
	right: -20px;
	top: -50px;
	margin: 0;
	background-color: #E40042;
}

.xyChartHorLineMarker {
	position: absolute;
	top: -5px;
	width: 2px;
	height: 14px;
	background-color: white;
	margin-left: -2px;
}

.xyChartHorLineMarker p {
	position: absolute;
	margin: 0;
	top: 20px;
	margin-left: -5px;
}

.xyChartHorLineMarkerWrapper {
	padding-left: 65px;
	width: 100%;
	position: relative;
	box-sizing: border-box;
}

#xyCHLM0 {left: 0%;}
#xyCHLM1 {left: 10%;}
#xyCHLM2 {left: 20%;}
#xyCHLM3 {left: 30%;}
#xyCHLM4 {left: 40%;}
#xyCHLM5 {left: 50%;}
#xyCHLM6 {left: 60%;}
#xyCHLM7 {left: 70%;}
#xyCHLM8 {left: 80%;}
#xyCHLM9 {left: 90%;}
#xyCHLM10 {left: 100%;}

.xyChartHorLineMarker img {
	width: 19px;
	height: auto;
	position: absolute;
	top: -1px;
}

.xyChartCanvasWrapper {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding-left: 65px;
}

#xyChartCanvas {
	width: 100%;
	height: 100%;
}

/* –––– Ende: XY-Diagramm –––– */

/* –––– Nachricht –––– */

#message {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgba(255,255,255,0.85);
    z-index: 95;
    cursor: pointer;
}

#message > div {
    position: relative;
    width: 30%;
    left: 35%;
    top: 40%;
    background-color: #004289;
    padding: 20px;
    box-sizing: border-box;
    overflow: hidden;
    cursor: pointer;
}

#message p {
    margin: 0px;
}

/* –––– Ende: Nachricht –––– */

/* –––– –––– Media Queries –––– –––– */

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

.mW {
    left: 50%;
    margin-left: -500px;
}

}

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

#contentMW, #contentLayer {
	padding-left: 20px;
	padding-right: 20px;
}

.colLeft, .colRight {
	float: none;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}

#titleBox {
	padding: 25px 15px 15px;
}

#mainText {
	margin: 25px 0;
}

p {
	font-size: 0.9em;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;
}

.bold {
	font-size: 1em;
}

.onlyMobileInline {
	display: inline;
}

.colRight {
	padding-top: 15px;
}

#pieChartCanvasWrapper {
	padding-right: 0;
	top: 15px;
}

#pieChartLinesWrapper {
	padding-right: 0;
	top: 15px;
}

#pieChartLinesWrapper p:last-of-type {
	right: 0;
}

#contentAfterPieChart > p:first-of-type {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	-o-hyphens: none;
	hyphens: none;
}

h2 {
	font-size: 3em;
}

.mobileNone, #lineAboveSecSlider, #secSlider {
	display: none;
}

.button {
	margin: 10px 0;
}

#imprintLink p {
	margin-bottom: 15px;
}

#secSliderMobile {
	display: block;
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
}

#secSliderMobileBox {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #004289;
	box-sizing: border-box;
	padding: 10px 20px;
}

#secSliderMobileText {
	margin: 0;
}

h3 {
	font-size: 1.1em;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;
}

h3 br, .close, .xyChartVertLineMarker p, .xyChartHorLineMarker p {
	display: none;
}

.headlineBox {
	padding: 25px 15px 15px;
	position: relative;
}

.closeMobile {
	display: block;
	position: absolute;
	bottom: -15px;
	right: 15px;
	width: 30px;
	height: 30px;
	background-color: #004289;
	cursor: pointer;
}

#message > div {
	left: 10%;
	width: 80%;
	top: 30%;
}

#entryTextXYChart {
	margin: 35px 0 70px;
}

.twoCSS3Colums {
	-webkit-column-count: 1;
    -moz-column-count: 1;
    -ms-column-count: 1;
    -o-column-count: 1;
    column-count: 1;
}

.xyChartLeftPart {
	width: 5px;
}

.xyChartHorLineWrapper {
	padding-left: 5px;
}

.xyChartVertLineMarker img {
	height: 10px;
	top: -6px;
	left: 0;
}

.xyChartHorLineMarker img {
	width: 10px;
	top: 1px;
}

.xyChartVertLineMarker {
	width: 8px;
	right: -3px;
}

.xyChartHorLineMarker {
	height: 10px;
	top: -4px;
}

.xyChartVertLineText {
	top: -60px;
}

.xyChartHorLineText {
	right: -5px;
	top: -35px;
}

.contentMWChart {
	padding-bottom: 10px;
}

#xyChartExplanationMobile {
	padding-top: 0px;
	display: block;
}

#noscript p {
	width: 80%;
	left: 10%;
	top: 20%;
	font-size: 1.2em;
}

#firstSliderMonthSwitch {
	width: 60px;
}

#firstSliderYearSwitch {
	width: 55px;
}

#firstSliderMonthSwitch, #firstSliderYearSwitch, #proofs {
	font-size: 0.7em;
}

#bookCover {
	width: 40px;
	bottom: -10px;
	right: 5px;
}

}