@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	min-height: 100%;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.3em;
	background-color: #fff;
    background: -webkit-linear-gradient(#fcfcfc, #ffffff);
    background: -o-linear-gradient(#fcfcfc, #ffffff);
    background: -moz-linear-gradient(#fcfcfc, #ffffff);
    background: linear-gradient(#fcfcfc, #ffffff);
	background-repeat: no-repeat;
	background-attachment: fixed;
	position: relative;
}

textarea {
	resize: none !important;
}

input[type="submit"] {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 28px;
	font-weight: bold;
	padding-bottom: 10px;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 10px;
}

h5 {
	color: #676767;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 8px;
}

h6 {
	padding-bottom: 8px;
	font-size: 14px;
	font-weight: bold;
}

footer .container,
header .container {
	max-width: 1230px !important;
}

.wrapper {
	margin: 0 auto;
	width: 1180px;
	padding-left: 15px;
	/*padding-right: 65px;*/
	padding-right: 15px;
	padding-bottom: 0 !important;
}

.box-left {
	width: 125px;
	float: left;
}

.box-main {
	width: 90%; /*callback*/
	width: calc(100% - 125px);
	float: left;
}

.head {
	padding: 45px 0 40px;
}

.head-logo {
	width: 35%;
	float: left;
}
	.head-logo img {
		width: 190px;
	}
.head-title {
	width:65%;
	padding-top: 12px;
	float: left;
	text-align: right;
}
	.head-title p {
		color: #666;
	}

.color-main {
	background-color: #0062bd;
}

.status-live {
	display: inline-block;
	width: 100px;
	line-height: 30px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	background-color: #ea0000;
	color: #fff;
	opacity: .75;
}

.status-offline {
	display: inline-block;
	width: 100px;
	line-height: 30px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	background-color: #676767;
	color: #fff;
	opacity: .75;
}

.cont-stream {
	float: left;
	width: 69%;
}
	.cont-stream img {
		width: 100%;
		float: left;
		border: 1px solid #aaa;
	}

.cont-stream-small {
	width: 55% !important;
}

.cont-stream-big {
	width: 94%;
}

.cont-bigstream-right {
	float: left;
	padding-left: 15px;
	width: 4%; /*callback*/
	width: calc(6% - 15px);
	display: none;
}

.understream {
	margin-top: 10px;
}

/*iframe video embedded*/
.video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
	background-color: #f0f0f0;
	border: 1px solid #aaa;
}
.video-container iframe, .chart-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.chart-content {
	background-color: #f0f0f0;
}

.chart-headline {
	position: absolute;
	top: 10px;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	z-index: 999;
}
	.chart-headline span {
		padding-left: 25px;
		padding-right: 25px;
	}

.amcharts-legend-div {
	position: absolute !important;
	bottom: 0px !important;
}


/****** Interaktiv
*********************/

.interaktiv {
	padding-top: 10px;
	border-top: 1px solid #676767;
}
	.interaktiv h2 {
		padding-bottom: 5px;
	}

.ansicht-kameras {
	margin-top: 20px;
	padding-top: 10px;
	border-top: 1px solid #676767;
}
	.ansicht-kameras p {
		margin-bottom: 10px;
	}

.kansicht {
	float: left;
	margin-top: 5px;
	margin-right: 20px;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	line-height: 15px;
}

.cont-inter {
	float: left;
	width: 29%; /*callback*/
	width: calc(31% - 30px);
	padding-left: 30px;
}

.cont-fragen {
	float: left;
	width: 43px; /*callback*/
	width: calc(45% - 30px);
	padding-left: 30px;
}

.inter-language {
	margin-bottom: 10px;
	width: 100%;
}
	.inter-language span {
		width: 80px;
		display: block;
		float: left;
		line-height: 28px;
		color: #fff;
		font-weight: bold;
		font-size: 12px;
		text-align: center;
		cursor: pointer;
		margin-right: 10px;
	}

.menu-hide-btn {
	float: right;
	width: 26px;
	height: 26px;
	background:url(../img/icons/menu-hide.svg) no-repeat right center;
	background-size: 26px 26px;
	cursor: pointer;
	opacity: .75;
}

.menu-show-btn {
	float: right;
	width: 35px;
	height: 28px;
	background:url(../img/icons/menu-show.svg) no-repeat center center;
	background-size: 22px 22px;
	cursor: pointer;
	color: #fff;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	opacity: .75;
}

.interaktiv-text {
	padding-top: 3px;
	margin-bottom: 20px;
	position: relative;
}
	.interaktiv-text p {
		width: 100%;
	}

.inter-info {
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	height: 20px;
	background:url(../img/icons/Info.svg) no-repeat center center;
	background-size: 100% 100%;
}

.int-btn {
	display: block;
	margin-top: 14px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 12px 0px 12px 55px;
	background-repeat: no-repeat;
	background-size: 30px 30px;
	background-position: 15px center;
	cursor: pointer;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	position: relative;
	opacity: .75;
}
	.int-btn:hover {
		padding-left: 60px;
	}
.int-btn-frage {
	background-image:url(../img/icons/frage.svg);

}
.int-btn-survey { background-image:url(../img/icons/survey.svg);}
.int-btn-umfrage {
	background-image:url(../img/icons/umfrage.svg);
	background-position: 17.5px center;
	background-size: 27.5px;
}
.int-btn-presentation-on { background-image:url(../img/icons/presentationon.svg);}
.int-btn-presentation-off { background-image:url(../img/icons/presentationoff.svg);}
.int-btn-emergency-presentation {
	background-image:url(../img/icons/arztkoffer.svg);
	background-position: 16.5px center;
	background-size: 25px;
}
.int-btn-ergebnis { background-image:url(../img/icons/umfrageergebnisse.svg);}

.int-btn-aktiv {
	position: absolute;
	top: -10px;
	right: 12px;
	background-color: #ea0000;
	color: #fff;
	display: block;
	padding: 4px 6px;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	opacity: 1;
}

.interactiv {
	
}

.frage-herr {
	margin-left: 10px;
}

.frage-name {
	float: left;
	width: 56%; /*callback*/
	width: calc(60% - 16px - 2px); /*input padding & border*/
}

.frage-ort {
	float: right;
	width: 34%; /*callback*/
	width: calc(37% - 16px - 2px); /*input padding & border*/
}
.frage-frage {
	width: 98%; /*callback*/
	width: calc(100% - 16px - 2px); /*input padding & border*/
	height: 142px;
}

.inter-fragen-danke {
	width: auto;
	border: 1px solid #676767;
	padding: 75px 20px 15px 20px;
	text-align: center;
	background:url(../img/icons/wolke-check.svg) no-repeat center 15px #b1c2ce;
	background-size: 55px 34px;
}
	.inter-fragen-danke h2 {
		line-height: 1.25em;
	}

.surveybtncont {
	padding-top: 0px;
}
	.surveybtncont a {
		text-decoration: none;
	}

/****** Sprachen
*********************/
.sprache-btn {
	float: left;
	color: #fff;
	padding: 10px;
	font-weight: bold;
	font-size: 14px;
	cursor: pointer;
	margin: 6px 7px 1px 0;
	text-align: center;
	min-width: 69px;
	opacity: .75;
}
	.sprache-btn:hover {
		/*margin: 7px 7px 1px 0;*/
		opacity:0.9; /* how much opaque you want image to be*/
		filter:alpha(opacity=90); /* For IE8 and earlier */
		-moz-opacity:0.9;
		transition: 0.2s;
	}

/****** Umfrage
*********************/

.umfrage {
	margin-top: 25px;
	padding: 15px;
	background-color: #fff;
	border: 1px solid #676767;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
	opacity: .75;
}

.umfrage .btn {
	opacity: 1;
}

	.umfrage label input {
		float: left;
		width: 10px;
		padding-right: 5px;
		line-height: 0px;
		vertical-align: baseline;
	}
	
	.umfrage form p {
		margin-top: -2px;
		float: left;
		width: 80% /*callback*/;
		width: calc(100% - 20px);
	}

.umfrage-nr {
	font-size: 12px;
	padding-bottom: 10px;
}

.umfrage-frage {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 12px;
}

.umfrage-form {}

	.umfrage-form label {
		margin-bottom: 10px;
		display: block;
	}
	
	.umfrage-form input[type="radio"] {
		margin-right: 6px;
	}
	
	.umfrage-form input[type="submit"] {
		margin-top: 10px;
		float: right;
		padding-right: 40px;
		background-repeat: no-repeat;
		background-size: 12px 12px;
		background-position: right center; /*callback*/
		background-position: calc(100% - 14px) center;
	}
		.umfrage-form input[type="submit"]:active {
			margin-top: 11px;
		}
	
.umfrage-continue {
	background-image:url(../img/icons/continue.svg);
}
.umfrage-abschliessen {
	background-size: 18px 16px !important;
	background-image:url(../img/icons/wolke-transparent.svg);
}

/*************
*********************/

.help-cont {
	padding: 112px 0 0 0;
}
	.help-cont p {
		font-size: 12px;
		line-height: 16px;
		color: #676767;
		padding-bottom: 12px;
	}

.presonly {
	padding-top: 4px;
}
	.presonly p {
		padding-top: 10px;
	}
	.presonly a {
		margin-top: 10px;
		display: block;
	}

/****** Problem / Anmerkung
*********************/
.proban_box {
	border-top: 1px solid #95989a;
	padding-top: 10px;
}

.problem_box {
	float: left;
	width: 70%;
}

.help-text {
	color: #676767;
	font-size: 11px;
	line-height: 13px;
}

.anmerkung_box {
	float: left;
	width: 30%;
	font-size: 10px;
	text-align: right;
	line-height: 1.1;
	color: #676767;
}

/***** LOGIN
*********************/

.login-wrapper {
	width: 380px;
	margin: 0 auto;
	padding: 40px 0 60px;
	opacity: .75;
}

.login-wrapper input[type=text], input[type=password] {
	margin-bottom: 10px;
	border: 1px solid #aeaeae;
	padding: 8px 8px;
	width: 75%;
	font-size: 14px;
}

.login-wrapper input[type=submit] {
	font-family: Arial, Helvetica, sans-serif !important;
	border: none;
	-webkit-appearance: none;
}

.login-wrapper input, .login-wrapper textarea {
	/*-webkit-appearance: none;*/
  	-webkit-border-radius: 0;
}

.login-status {
	margin-bottom: 30px;
	text-align: center;
}

.login-logo {
	text-align: center;
	margin-bottom: 50px;
}
	.login-logo img {
		width: 250px;
		height: auto;
	}

.login-content-box {
	text-align: center;
	border: 1px solid #bec0c1;
	padding: 0px 25px 20px 25px;
	background-color: #f0f0f0;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.45);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.45);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.45);
}

.login-language {
	margin-bottom: 30px;
}

.login-lang-btn {
	display: inline-block;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
	width: 80px;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	color: #fff !important;
	background-color: #b5b5b5;
	margin: 0 5px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	cursor: pointer;
	text-transform: uppercase;
	text-decoration: none !important;
}

.login-lang-active, .login-lang-btn:hover {
	background-color: #676767;
}

.login-error {
	margin-top: 12px;
	height: 32px;
}
	.login-error p {
		color: #F00;
		font-weight: bold;
	}

.login-btn {
	background-color: #676767;
	text-align: center;
	padding: 6px 10px;
	min-width: 90px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
}
	.login-btn:hover {
		background-color: #787878;
	}
	.login-btn:active {
		margin-top: 1px;
		margin-bottom: -1px;
	}

.login-headline {
	font-size: 20px;
	padding-bottom: 25px;
}

.login-note {
	margin: 15px 0 20px;
	font-size: 11px;
	line-height: 1.25em;
	color: #707070;
}

/****** BTNS INP
*********************/
input[type=submit] {
	border: none;
	cursor: pointer;
	-webkit-appearance: none;
	-webkit-padding-before: 8px;
	-webkit-padding-after: 8px;
	font-size: 14px;
}

.btn {
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	line-height: 14px;
	padding: 8px 10px;
	min-width: 90px;
	text-transform: uppercase;
	display: inline-block;
	text-decoration: none !important;
	cursor: pointer;
	opacity: .75;
}
	.btn:active {
		margin-top: 1px;
		margin-bottom: -1px;
	}

.btn-dark {
	background-color: #676767;
}
	.btn-dark:hover {
		background-color: #777777;
	}

.btn-problem {
	font-size: 12px !important;
	padding: 5px 5px 5px 20px !important;
	text-transform: none !important;
	background-size: 10px 10px !important;
	background-position: 6px center !important;
	margin-right: 15px;
	float: left;
}

.btn-icon {
	padding-left: 22px;
	padding-right: 5px;
	background-repeat: no-repeat;
	background-size: 15px 15px;
	background-position: 12px center;
	opacity: .75;
}

	.btn-i-problem { background-image: url(../img/icons/problem.svg); }
	.btn-i-sprechblase { background-image: url(../img/icons/sprechblase.svg); background-size: 12px 12px !important; }
	.btn-i-back { background-image: url(../img/icons/back.svg); }

.btn-kansicht {
	display: inline-block;
	width: 45px;
	height: 42px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 60% 60%;
	margin-bottom: 0px;
	cursor: pointer;
}
	.btn-kansicht-live {background-image: url(../img/icons/kansicht-live.svg); }
	.btn-kansicht-speaker {background-image: url(../img/icons/kansicht-speaker.svg); }
	.btn-kansicht-powerpoint {background-image: url(../img/icons/kansicht-powerpoint.svg); }

input[type=text], textarea {
	border: 1px solid #ababab;
	padding: 7px 8px;
	font-size: 14px;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
}

.inp-error {
	border-color: #F00 !important;
	color: #F00;
}

/***** Datescnuhtz / Impressum / Nutzungsbedingungen
*********************/
.datenschutz {
	width: 80%;
	margin: 0 auto;
}
	.datenschutz p {
		margin-bottom: 20px;
	}
	
	.datenschutz li {
		margin-left: 15px;
		margin-bottom: 10px;
	}
		.datenschutz li:last-child {
			margin-bottom: 0px;
		}

.datenschutz-btn {
	padding-top: 50px;
	padding-bottom: 50px;
}

/***** Problem / Survey
*********************/
.ps_head {
	padding: 5px 0 15px 0;
}

.ps_borderbottom {
	border-bottom: 1px solid #95989a;
}

.ps_main {
	position: relative;	
}

.ps_inh {
	margin: 20px 0;
	padding: 0 20px;
	border-right: 1px solid #95989a;
}

.ps_box {
	float: left;
}

.p_box1 { width: 28%; }
.p_box2 { width: 30%; }
.p_box3 { width: 30%; }
.p_box4 { width: 20%; }
.p_box5 { width: 22%; }
.p_box6 { width: 46%; }

.p_box1 .ps_inh,
.p_box4 .ps_inh {
	padding-left: 0px;
}

.p_box6 .ps_inh {
	padding-right: 0px;
}

.p_box4 .ps_inh,
.p_box5 .ps_inh,
.p_box6 .ps_inh {
	height: 232px;
}

.s_box1 { width: 22%; }
.s_box2 { width: 37%; }
.s_box3 { width: 41%; }
.s_box4 { width: 35%; }
.s_box5 { width: 45%; }

.s_box1 .ps_inh,
.s_box4 .ps_inh {
	padding-left: 0px;
}

.s_box5 .ps_inh,
.s_box3 .ps_inh {
	padding-right: 0px;
}

.s_box1 .ps_inh,
.s_box2 .ps_inh,
.s_box3 .ps_inh {
	height: 208px;
}

.ps_noborder_right {
	border-right: none;
}

.ps_title {
	font-weight: bold;
	padding-bottom: 8px;
}

.ps_fieldset {
	padding: 3px 0;
}

	.ps_fieldset p {
		display: inline-block;
		padding-left: 8px;
	}

.ps_specify {
	padding: 5px 0 0 21px;
}
	.ps_specify p {
		font-size: 12px;
		padding-left: 0;
	}
	.ps_specify input[type="text"] {
		width: calc(60% - 8px - 8px - 2px);
	}

.ps_comment {
	
}

.ps_savebtn {
	position: absolute;
	bottom: 22px;
	right: 0px;
}

.ps_error_popup {
	position: fixed;
	top: 30%;
	top: calc(50% - 150px);
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
}

.ps_error_popup_cont {
	display: inline-block;
	width: 350px;
	padding: 25px 0;
	background-color: #3c8ac2;
	background: rgba(36,112,166,0.85);
}
	.ps_error_popup_cont img {
		width: 40px;
		height: auto;
		margin-bottom: 18px;
	}
	
	.ps_error_popup_cont p {
		font-weight: bold;
		color: #fff;
	}

.ps_success_popup_cont {
	display: inline-block;
	width: 350px;
	padding: 25px 0;
	background-color: #b1c2ce;
	border: 1px solid #676767;
}
	.ps_success_popup_cont img {
		width: 50px;
		height: auto;
		margin-bottom: 18px;
	}
	
	.ps_success_popup_cont p {
		font-weight: bold;
	}

.ps-mobile-divider {
	display: none;
}

.s_right {
	text-align: right;
	vertical-align: top;
}

/***** FOOTER
*********************/
.footer-place {
	height: 60px;
	clear: both;
}

.footer {
	position: absolute;
	bottom: 0;
	background-color: #e0e0e0;
	border-top: 1px solid #c9c9c9;
	min-width: 100%;
	padding: 15px 0;
	font-size: 12px;
	line-height: 14px;
	color: #666;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
}
	.footer a {
		text-decoration: none;
	}
	.footer a:hover {
		text-decoration: underline;
	}
	.footer, .footer a, .footer a:hover {
		color: #666;
	}

.footer-left {
	float: left;
	width: 50%;
}
	.footer-left li {
		display: inline-block;
		padding: 0px 15px;
	}
	.footer-left li:first-child {
		padding-left: 0px;
		border-left: none;
	}

.footer-right {
	float: left;
	width: 50%;
	text-align: right;
}
	.footer-right li {
		display: inline-block;
		padding: 0px 10px;
	}
	.footer-right:last-child {
		padding-right: 0px;
	}

.footer-links {
	margin-top: 0 !important;
}

footer .left {
	position: relative;
}

footer .copyright {
	position: absolute;
	top: 3px;
	left: 0;
	font-weight: 700;
}

/***** ALLGEMEIN
*********************/
.animation-time {
	/*Animation Time muss gleich sein wie JS globalAnimationTime*/
	transition: All 0.25s ease;
	-webkit-transition: All 0.25s ease;
	-moz-transition: All 0.25s ease;
	-o-transition: All 0.25s ease;
}

.display-none {
	display: none;
}

.relative {
	position: relative;
}

.clear {
	clear: both;
}

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

.right {
	float: right !important;
}

.inaktiv {
	background-color: #b9b9b9;
}

.font-small {
	font-size: 12px;
}

.bg-red {
	background-color: #ea0000;
}

.bg-green {
	background-color: #1a8700;
}

.txt-red {
	color: #ea0000;
}

.abstand { height: 30px; }
.abstand-kl { height: 15px; }