@charset "UTF-8";

body,html {
	margin:0px;
	padding:0px;
	font-family:"Roboto",Verdana,sans-serif;
	font-size:16px;
	line-height:1.5;
	color:#013476;
	text-align:left;
	width:100%;
	height:100%;
	overflow:hidden;
	background:url(../images/milldrei.gif);
}

@media all and (max-width:640px) {
	body,html {
		font-size:12px;
	}
}

a {
	text-decoration:none;
	color:#013476;
}

h2 {
	font-size:2em;
	line-height:1.5em;
	margin:0 0 .5em 0;
	font-weight:200;
	text-align:center;
}

h3 {
	font-size:1.3em;
	line-height:1.2em;
	margin:.5em 0;
}

h4 {
	margin:1.2em 0 0 0;
}

input, select, textarea {
	font-family:"Roboto",Verdana,sans-serif;
	box-sizing:border-box;
	padding:5px 10px;
	font-size:14px;
	line-height:1.5;
	border:1px solid #999;
	border-radius:4px;
	color:#666;
}

@media all and (max-width:640px) {
	input, select, textarea {
		font-size:12px;
		padding:3px 10px;
	}
}

input:focus, select:focus, textarea:focus, button:focus {
	outline:0;
}

input.input100 {
	width:100%;
}

textarea {
	width:100%;
	resize:none;
	height:70px;
}

.material-icons {
	font-family:'Material Icons';
	font-weight:normal;
	font-style:normal;
	display:inline-block;
	text-transform:none;
	letter-spacing:normal;
	word-wrap:normal;
	white-space:nowrap;
	direction:ltr;
	cursor:pointer;
	-webkit-font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
	-moz-osx-font-smoothing:grayscale;
	font-feature-settings:'liga';
}

.material-icons_help {
	font-family:'Material Icons';
	font-weight:normal;
	font-style:normal;
	display:inline-block;
	text-transform:none;
	letter-spacing:normal;
	word-wrap:normal;
	white-space:nowrap;
	direction:ltr;
	cursor:help;
	-webkit-font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
	-moz-osx-font-smoothing:grayscale;
	font-feature-settings:'liga';
	float:right;
}

header {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:2;
}

header .meta {
	height:26px;
	line-height:26px;
	background:#013476;
}

@media (max-width:600px) {
	header .meta {
		height:6px;
		line-height:6px;
	}
}

header .top-nav {
	color:#013476;
	background-color:#013476;
	width:100%;
	height:40px;
	line-height:40px;
}

header .nav-wrapper {
	height:100%;
	background-color:#a3d8f8;
	padding:0 1.5em;
	position:relative;
	display:flex;
}

@media all and (max-width:640px) {
	header .nav-wrapper {
		padding:0 .5em;
	}
}

header .brand-logo {
	height:40px;
	position:relative;
	display:flex;
	align-items:center;
}

header .brand-logo img {
	height:24px;
	width:auto;
}

header .top-nav .middle {
	margin:0;
	list-style-type:none;
	font-weight:bold;
	font-size:20px;
	padding:2px 0 0 1em;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}

@media(max-width:640px) {
	header .top-nav .middle {
		padding-left:10px;
	}
}

header .top-nav ul.right {
	margin:0 0 0 auto;
	list-style-type:none;
	padding:0;
}

header .top-nav ul.right li {
	float:left;
	padding:0;
	height:40px;
	-webkit-transition:background-color .3s ease-out;
	-moz-transition:background-color .3s ease-out;
	-o-transition:background-color .3s ease-out;
	-ms-transition:background-color .3s ease-out;
	transition:background-color .3s ease-out;
}

header .top-nav ul.right li:hover {
	background-color:hsla(0,0%,100%,.3);
}

header .top-nav ul.right li a {
	-webkit-font-smoothing:antialiased;
	display:inline-block;
	padding:0 1em;
	cursor:pointer;
}

header #nav-black {
	display:none;
	background-color:rgba(0,0,0,.2);
	z-index:1000;
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
}

header .nav-dropdown {
	position:absolute;
	top:0;
	right:1.5em;
	width:150px;
	background-color:white;
	-webkit-box-shadow:0 2px 8px 0 rgba(0,0,0,.18), 0 2px 12px 0 rgba(0,0,0,.15);
	-moz-box-shadow:0 2px 8px 0 rgba(0,0,0,.18),0 2px 12px 0 rgba(0,0,0,.15);
	box-shadow:0 2px 8px 0 rgba(0,0,0,.18), 0 2px 12px 0 rgba(0,0,0,.15);
	height:0;
	margin:0;
	list-style-type:none;
	padding:0;
	overflow:hidden;
	-webkit-transition:all .5s ease-out;
	-moz-transition:all .5s ease-out;
	-o-transition:all .5s ease-out;
	-ms-transition:all .5s ease-out;
	transition:all .5s ease-out;
	z-index:1001;
}

header .nav-dropdown.open {
	height:120px;
}

header .nav-dropdown li {
	display:block;
	padding-left:10px;
	float:none!important;
	cursor:pointer;
}

#ekgdarstellung {
	position:relative;
	margin:0;
	width:100%;
	height:100%;
	padding:0px;
	overflow:hidden;
}

#ekgcontainer {
	width:1200px;
	height:1400px;
	background-repeat:no-repeat;
	position:relative;
	margin-top:70px;
	background-size:cover;
	display:none;
}

@media (max-width:600px) {
	#ekgcontainer {
	margin-top:50px;
	}
}

#warten {
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background-repeat:no-repeat;
	background-size:150px 150px;
	background-position:center;
	background-color:rgba(0,0,0,.5);
	background-image:url(../images/ring-alt.svg);
	z-index:100;
}
#eingabefenster {
	position:absolute;
	top:100%;
	height:50%;
	background:white;
	width:620px;
	margin-left:-310px;
	left:50%;
	transition:all .8s ease-in-out;
	transform:translate(0px,0px);
}

#eingabefenster.schieben {
	transform:translate(0px,100px);
}

@media all and (max-width:640px) {
	#eingabefenster {
		left:20px;
		right:20px;
		margin:0;
		width:auto;
	}
}

@media all and (max-width:480px) {
	#eingabefenster {
		left:5px;
		right:5px;
	}
}

#fuss {
	position:absolute;
	height:58px;
	width:100%;
	/*background:#b5e0bf;*/
	background:white;
	top:-58px;
}

#fuss #aktuelles_ekg {
	margin:5px 0 0 0;
	line-height:36px;
	font-size:20px;
	font-weight:bold;
	padding:0 0 0 10px;
	float:left;
}

#fuss #aktuelles_ekg div {
	width:36px;
	height:36px;
	margin-left:5px;
	border-radius:50%;
	background-color:#013476;
	color:white;
	text-align:center;
	display:inline-block;
	vertical-align:middle;
	font-weight:normal;
	letter-spacing:-1px;
	margin-top:-2px;
}

#fuss #anzeige_zufall {
	line-height:36px;
	font-size:20px;
	margin-top:5px;
	float:left;
	margin-left:10px;
	opacity:.3;
}

#fuss #anzeige_zufall.aktiv {
	opacity:1;
}

@media all and (max-width:480px) {
	#fuss {
		height:75px;
		top:-75px;
	}
	#fuss #aktuelles_ekg {
		padding:15px 0 0 5px;
	}
	#fuss #anzeige_zufall {
		padding:15px 0 0 0;
	}
}

#fuss .fuss_button_klein, #fuss .fuss_button_gross {
	position:absolute;
	border:2px solid #5cb85c;
	border-radius:50%;
	/*background:#013476;*/
	background:#5cb85c;
	cursor:pointer;
	color:white;
	text-align:center;
	box-sizing:border-box;
	transition:all .2s;
}

#fuss .fuss_button_klein {
	height:40px;
	width:40px;
	font-size:24px;
	line-height:36px;
	top:-20px;
}

@media all and (max-width:480px) {
	#fuss .fuss_button_klein {
		height:30px;
		width:30px;
		font-size:20px;
		line-height:26px;
		top:-15px;
	}
}

.fuss_button_gross {
	height:60px;
	width:60px;
	font-size:36px;
	line-height:56px;
	top:-30px;
}

@media all and (max-width:480px) {
	.fuss_button_gross {
		height:50px;
		width:50px;
		font-size:32px;
		line-height:46px;
		top:-25px;
	}
}

#fuss .fuss_button_klein:hover, #fuss .fuss_button_gross:hover {
	color:#5cb85c;
	background:white;
	transform:scale(1.1);
}

#fuss .fuss_button_klein.aktiv, #fuss .fuss_button_gross.aktiv {
	background:red;
	border-color:red;
}

#fuss #fuss_zurueck {
	right:210px;
}

#fuss #fuss_weiter {
	right:165px;
}

#fuss #fuss_bearbeiten {
	right:100px;
}

#fuss #fuss_lineal {
	right:55px;
}

#fuss #fuss_diagnosen {
	right:10px;
}

#fuss #fuss_home {
	right:100px;
	display:none;
}

#fuss #fuss_hilfe {
	right:55px;
	display:none;
}

#fuss #fuss_impressum {
	right:10px;
	display:none;
}

@media all and (max-width:480px) {
	#fuss #fuss_zurueck {
		right:165px;
	}

	#fuss #fuss_weiter {
		right:130px;
	}

	#fuss #fuss_bearbeiten {
		right:75px;
	}

	#fuss #fuss_lineal {
		right:40px;
	}

	#fuss #fuss_diagnosen {
		right:5px;
	}

	#fuss #fuss_home {
		right:75px;
	}

	#fuss #fuss_hilfe {
		right:40px;
	}

	#fuss #fuss_impressum {
		right:5px;
	}
}

#eingabefelder {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:10px;
	overflow:auto;
	padding:0 10px;
}

.ui-autocomplete {
	max-height:30%;
	max-width:40%;
	overflow-y:auto;
}

@media all and (max-width:767px) {
	.ui-autocomplete {
		max-width:50%;
	}
}

.ui-autocomplete::-webkit-scrollbar {
-webkit-appearance:none;
width:8px;
height:8px;
}

.ui-autocomplete::-webkit-scrollbar-thumb {
border-radius:6px;
border:1px solid white;
background-color:#013476;
}

.feld_titel {
	font-size:1.2em;
	margin-top:3px;
	color:#013476;
	padding-left:0;
}

.feld_ueberschrift {
	font-weight:normal;
	color:#666;
	padding-left:10px;
}

.feld_ueberschrift.gross {
	margin-top:3px;
	color:#013476;
	padding-left:0;
}

.feld_ueberschrift.gross span {
	font-size:1.2em;
}

.feld_ueberschrift span {
	padding-right:30px;
}

.feld_ueberschrift i {
	color:#999;
	position:absolute;
	right:10px;
}

#eingabefelder > div {
	border:none;
	padding:10px 10px 0 10px;
	border-radius:4px;
	margin-bottom:15px;
	background:rgba(92,184,92,.2);
}

@media all and (max-width:640px) {
	#eingabefelder > div {
		margin-bottom:10px;
		padding:5px;
	}
}

#eingabefelder > div:after {
	content:".";
	clear:both;
	display:block;
	visibility:hidden;
	height:0px;
}

#eingabefelder > div > div {
	width:50%;
	float:left;
	position:relative;
	box-sizing:border-box;
	margin-bottom:10px;
}

@media all and (max-width:640px) {
	#eingabefelder > div > div {
		margin-top:10px;
	}
}

#eingabefelder > div > div:nth-of-type(2n+1) {
	clear:both;
}

#eingabefelder > div > div:nth-of-type(2n) {
}

#eingabefelder .regler_kasten {
	width:100%;
	box-sizing:border-box;
	padding-right:60px;
	padding-top:10px;
	padding-bottom:10px;
}

@media all and (max-width:640px) {
	#eingabefelder .regler_kasten {
		padding-top:7px;
		padding-bottom:7px;
	}
}

#eingabefelder > div#kasten_vgl {
	text-align:center;
	float:none;
	background:white;
}

#eingabefelder > div#kasten_vgl > * {
	cursor:pointer;
}

#eingabefelder > div#kasten_vgl > div#kasten_vgl_innen {
	display:inline-block;
	margin:0 auto;
	float:none;
	padding:7px;
	border:1px solid #5cb85c;
	border-radius:4px;
	background:white;
	color:#5cb85c;
}

#eingabefelder > div#kasten_vgl > div#kasten_vgl_innen:hover {
	color:white;
	background:#5cb85c;
}

#kasten_vgl .material-icons {
	font-size:80px;
	line-height:60px;
	display:block;
}

#lineal {
	position:absolute;
	top:70px;
	left:15px;
	width:748px;
	height:272px;
	border:1px solid gray;
	background-color:#bfbfbf;
	display:none;
	background:url(../images/ekglineal.png);
	cursor:move;
	background-size:cover;
}

/* DIAGNOSEN, BEURTEILUNG, ZUFALL, HILFE, IMPRESSUM */

.overlay_kasten {
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	display:none;
	z-index:100;
}

.overlay_hg {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.3);
}

#diagnosen_inhalt_kasten, #beurteilung_inhalt_kasten, #hilfe_inhalt_kasten, #impressum_inhalt_kasten {
	position:absolute;
	top:15%;
	height:70%;
	width:50%;
	margin:0 25%;
	background:white;
	border-radius:3px;
	padding:15px;
	box-sizing:border-box;
	transition:all .8s;
}

#zufallumschalter_inhalt_kasten {
	position:relative;
	width:600px;
	max-width:80%;
	margin:80px auto 0 auto;
	background:white;
	border-radius:3px;
	padding:15px;
	box-sizing:border-box;
	transition:all .5s;
	text-align:center;
}

#zufallumschalter_inhalt_kasten #zufall_umschalten {
	display:inline-block;
	padding:5px 15px;
	background:#013476;
	color:white;
	cursor:pointer;
}

#diagnosen_inhalt_kasten {
	transform:translate(-300px,0px);
}

#beurteilung_inhalt_kasten {
	transform:translate(0px,-300px);
}

#zufallumschalter_inhalt_kasten {
	transform:translate(0px,-200px);
}

#hilfe_inhalt_kasten, #impressum_inhalt_kasten {
	transform:translate(0px,300px);
}

.overlay_inhalt_kasten.schieben {
	transform:translate(0px,0px)!important;
}

@media (max-width:800px) {
	#diagnosen_inhalt_kasten, #beurteilung_inhalt_kasten, #hilfe_inhalt_kasten, #impressum_inhalt_kasten {
		width:70%;
		margin:15%;
		padding:10px;
	}
}

@media (max-width:640px) {
	#diagnosen_inhalt_kasten, #beurteilung_inhalt_kasten, #hilfe_inhalt_kasten, #impressum_inhalt_kasten {
		width:80%;
		margin:10%;
		padding:5px;
	}
}

.overlay_inhalt {
	overflow:auto;
	height:100%;
	width:100%;
}

#diagnosen_inhalt div {
	float:left;
	box-sizing:border-box;
	margin-top:3px;
	padding:0 0 9px 0;
	box-sizing:border-box;
}

#diagnosen_inhalt div:nth-child(2n) {
	clear:both;
	padding-right:10px;
	width:50%;
	padding-left:20px;
	line-height:34px;
}

#diagnosen_inhalt div:nth-child(2n+1) {
	width:49%;
	line-height:30px;
}

@media all and (max-width:480px) {
	#diagnosen_inhalt div:nth-child(2n) {
		line-height:24px;
	}
	#diagnosen_inhalt div:nth-child(2n+1) {
		line-height:20px;
	}
}

#diagnosen_inhalt div.neu {
	border-top:1px solid #eee;
	padding-top:12px;
}

#diagnosen_inhalt div.neu b {
	margin-left:-20px;
}

#diagnosen_inhalt div a {
	width:32px;
	height:32px;
	box-sizing:border-box;
	border:2px solid #013476;
	background:#013476;
	color:white;
	border-radius:50%;
	display:inline-block;
	text-align:center;
	margin-right:7px;
	margin-bottom:3px;
	transition:all .2s;
}

@media all and (max-width:480px) {
	#diagnosen_inhalt div a {
		width:24px;
		height:24px;
	}
}

#diagnosen_inhalt div a:hover {
	transform:scale(1.15);
	background:white;
	color:#013476;
}

#beurteilung_inhalt > p {
	margin:25px 0 0 0;
	text-align:center;
	font-weight:bold;
	color:#666;
}

#beurteilung_inhalt > div {
	background-color:rgba(92,184,92,.2);
	padding:5px;
	border-radius:5px;
}

#beurteilung_inhalt > div > div {
	background-image:url(../images/pixel_blau.png);
	background-repeat:repeat-y;
	background-position:center;
}

#beurteilung_inhalt > div:last-child > div {
	background:none;
}

#beurteilung_inhalt > div > div > div {
	width:50%;
	box-sizing:border-box;
	float:left;
	text-align:center;
	min-height:1.5em;
}

#beurteilung_inhalt > div > div > div:nth-of-type(2n+1) {
	padding-right:5px;
}

#beurteilung_inhalt > div > div > div:nth-of-type(2n) {
	padding-left:5px;
}

#beurteilung_inhalt > div:last-child > div > div:first-child {
	display:none;
}

#beurteilung_inhalt > div:last-child > div > div:last-child {
	width:100%;
	padding-left:0;
}

#beurteilung_inhalt > div > div:after {
	content:".";
	clear:both;
	display:block;
	visibility:hidden;
	height:0px;
}

.kreuz {
	position:absolute;
	top:-15px;
	right:-15px;
	width:30px;
	height:30px;
	background:#5cb85c;
	border-radius:50%;
	border:2px solid white;
	cursor:pointer;
}

.kreuz div {
	border-top:2px solid white;
	position:absolute;
	top:50%;
	margin-top:-1px;
	left:15%;
	width:70%;
	transition:all .4s;
}

.kreuz div:nth-of-type(1) {
	transform:rotate(45deg);
}

.kreuz div:nth-of-type(2) {
	transform:rotate(-45deg);
}

.kreuz:hover div:nth-of-type(1) {
	transform:rotate(-45deg);
}

.kreuz:hover div:nth-of-type(2) {
	transform:rotate(45deg);
}

/* PERFECT SCROLLBAR */

.ps__rail-x,
.ps__rail-y {
	z-index:1000;
}

/* AUTOCOMPLETE WIDGET */

.ui-widget.ui-autocomplete {
	font-family:"Roboto",Verdana,sans-serif;
	border:1px solid #ddd;
	background:#a3d8f8;
	color:#000;
}

.ui-widget.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper {
	padding:3px 1em 3px .4em;
}

.ui-widget.ui-autocomplete .ui-menu-item .ui-state-active {
	background:#fff;
	border:none;
	color:#2b2b2b;
	margin:0;
}