/* CSS Document */
.hide {
    display:none !important;
}
.mobilepx {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	visibility:hidden;
	width:1px;
	height:1px;
}
.right {
	float:right;
}
.left {
	float:left;
}
@media screen and (max-width:640px) {
	.mobilepx {
		display:block;
		visibility:visible;
	}
}

/* Grid - System - Start */
.grid0-xs, .grid1-xs, .grid1_5-xs, .grid2-xs, .grid3-xs, .grid4-xs, .grid4_5-xs, .grid5-xs, .grid5th-xs, .grid6-xs, .grid7-xs, .grid8-xs, .grid9-xs, .grid10-xs, .grid11-xs, .grid12-xs,
.grid0-sm, .grid1-sm, .grid1_5-sm, .grid2-sm, .grid3-sm, .grid4-sm, .grid4_5-sm, .grid5-sm, .grid5th-sm, .grid6-sm, .grid7-sm, .grid8-sm, .grid9-sm, .grid10-sm, .grid11-sm, .grid12-sm,
.grid0-md, .grid1-md, .grid1_5-md, .grid2-md, .grid3-md, .grid4-md, .grid4_5-md, .grid5-md, .grid5th-md, .grid6-md, .grid7-md, .grid8-md, .grid9-md, .grid10-md, .grid11-md, .grid12-md,
.grid0-lg, .grid1-lg, .grid1_5-lg, .grid2-lg, .grid3-lg, .grid4-lg, .grid4_5-lg, .grid5-lg, .grid5th-lg, .grid6-lg, .grid7-lg, .grid8-lg, .grid9-lg, .grid10-lg, .grid11-lg, .grid12-lg {
	position:relative;
	min-height:1px;
	padding:0px 10px;
	display:block;
}
.grid0-xs, .grid1-xs, .grid1_5-xs, .grid2-xs, .grid3-xs, .grid4-xs, .grid4_5-xs, .grid5-xs, .grid5th-xs, .grid6-xs, .grid7-xs, .grid8-xs, .grid9-xs, .grid10-xs, .grid11-xs, .grid12-xs {
	float:left;
}
.grid0-xs {
	display:none;
}
.grid1-xs {
	width:8.33%;
}
.grid1_5-xs {
	width:12.25%;
}
.grid2-xs {
	width:16.66%;
}
.grid3-xs {
	width:25%;
}
.grid4-xs {
	width:33.33%
}
.grid4_5-xs {
	width:37.5%;
}
.grid5-xs {
	width:41.66%
}
.grid5th-xs {
	width:20%
}
.grid6-xs {
	width:50%;
}
.grid7-xs {
	width:58.33%;
}
.grid8-xs {
	width:66.66%
}
.grid9-xs {
	width:75%;
}
.grid10-xs {
	width:83.33%;
}
.grid11-xs {
	width:91.66%;
}
.grid12-xs {
	width:100%;
}
.not-xs {
    display:none;
}
@media screen and (min-width:650px) {
    .not-xs {
        display:block;
    }
	.grid0-sm, .grid1-sm, .grid1_5-sm, .grid2-sm, .grid3-sm, .grid4-sm, .grid4_5-sm, .grid5-sm, .grid5th-sm, .grid6-sm, .grid7-sm, .grid8-sm, .grid9-sm, .grid10-sm, .grid11-sm, .grid12-sm {
		float:left;
		display:block;
	}
	.grid0-sm {
		display:none;
	}
	.grid1-sm {
		width:8.33%;
	}
	.grid1_5-sm {
		width:12.25%;
	}
	.grid2-sm {
		width:16.66%;
	}
	.grid3-sm {
		width:25%;
	}
	.grid4-sm {
		width:33.33%;
	}
	.grid4_5-sm {
		width:37.5%;
	}
	.grid5-sm {
		width:41.66%;
	}
	.grid5th-sm {
		width:20%;
	}
	.grid6-sm {
		width:50%;
	}
	.grid7-sm {
		width:58.33%;
	}
	.grid8-sm {
		width:66.66%;
	}
	.grid9-sm {
		width:75%;
	}
	.grid10-sm {
		width:83.33%;
	}
	.grid11-sm {
		width:91.66%;
	}
	.grid12-sm {
		width:100%;
	}
}
@media screen and (min-width:1000px) {
	.grid0-md, .grid1-md, .grid1_5-md, .grid2-md, .grid3-md, .grid4-md, .grid4_5-md, .grid5-md, .grid5th-md, .grid6-md, .grid7-md, .grid8-md, .grid9-md, .grid10-md, .grid11-md, .grid12-md {
		float:left;
		display:block;
	}
	.grid0-md {
		display:none;
	}
	.grid1-md {
		width:8.33%;
	}
	.grid1_5-md {
		width:12.5%;
	}
	.grid2-md {
		width:16.66%;
	}
	.grid3-md {
		width:25%;
	}
	.grid4-md {
		width:33.33%;
	}
	.grid4_5-md {
		width:37.5%;
	}
	.grid5-md {
		width:41.66%;
	}
	.grid5th-md {
		width:20%;
	}
	.grid6-md {
		width:50%;
	}
	.grid7-md {
		width:58.33%;
	}
	.grid8-md {
		width:66.66%;
	}
	.grid9-md {
		width:75%;
	}
	.grid10-md {
		width:83.33%;
	}
	.grid11-md {
		width:91.66%;
	}
	.grid12-md {
		width:100%;
	}
}
@media screen and (min-width:1200px) {
	.grid0-lg, .grid1-lg, .grid1_5-lg, .grid2-lg, .grid3-lg, .grid4-lg, .grid4_5-lg, .grid5-lg, .grid5th-lg, .grid6-lg, .grid7-lg, .grid8-lg, .grid9-lg, .grid10-lg, .grid11-lg, .grid12-lg {
		float:left;
		display:block;
	}
	.grid0-lg {
		display:none;
	}
	.grid1-lg {
		width:8.33%;
	}
	.grid1_5-lg {
		width:12.5%;
	}
	.grid2-lg {
		width:16.66%;
	}
	.grid3-lg {
		width:25%;
	}
	.grid4-lg {
		width:33.33%;
	}
	.grid4_5-lg {
		width:37.5%;
	}
	.grid5-lg {
		width:41.66%;
	}
	.grid5th-lg {
		width:20%;
	}
	.grid6-lg {
		width:50%;
	}
	.grid7-lg {
		width:58.33%;
	}
	.grid8-lg {
		width:66.66%;
	}
	.grid9-lg {
		width:75%;
	}
	.grid10-lg {
		width:83.33%;
	}
	.grid11-lg {
		width:91.66%;
	}
	.grid12-lg {
		width:100%;
	}
}

.gridborder {
	border:1px solid #cccccc;
	padding:5px 10px;
	border-radius:3px;
	margin:5px 0px;
	transition:all 0.28s ease 0s;
}
.redborder {
	border:2px solid #ff0000;
	/*padding:5px;
	margin:-2px;*/
}
.scrollborder {
    overflow:auto;
    max-height:200px;
}
.explodegrid {
	margin-left:-10px;
	margin-right:-10px;
}
.uppercase {
    text-transform:uppercase;
}
p {
	margin:5px 0px;
}
img {
	max-width:100%;
	height:auto;
}
.rot90 {
    transform:rotate(90deg);
}
.apmultidatawrap {
    overflow-x:scroll;
    overflow-y:hidden;
    width:100%;
    margin-bottom:10px;
}
.apmultidata {
    display:block;
    margin:0px -5px;
}
.apmultidata .fieldbuttons {
    display:block;
    float:left;
    width:50px;
    height:250px;
    margin:5px 0px;
    padding:1px 5px;
    position:relative;
}
.apmultidata .fieldbuttons .button {
    transform:rotate(90deg);
    transform-origin:20px 20px;
    position:absolute;
    width:170px;
    height:40px;
}
.apmultidata .zfield2 {
    display:block;
    float:left;
}
/* Grid - System - Stop */
.gmap {
    height:250px;
}
.gmap.big {
    height:800px;
}
.maplink .normicon {
	margin-left:5px;
	margin-bottom:5px;
}
.maplink .button {
	border:1px solid #cccccc;
}
.paddingt100 {
    padding-top:100px;
}
.limitbalken {
    width:100%;
    height:30px;
    line-height:28px;
    border:1px solid #333;
    position:relative;
    overflow:hidden;
}
.limitbalken .limitbalkenbalken {
    display:block;
    height:28px;
    background:#ccc;
    position:absolute;
}
.limitbalken .limitbalkenbalken.s1 {
    background:#118f44;
}
.limitbalken .limitbalkenbalken.s2 {
    background:#f1a40e;
}
.limitbalken .limitbalkenbalken.s3 {
    background:#c53232;
}
.limitbalken .limitbalkentext {
    display:block;
    width:100%;
    height:28px;
    text-align:center;
    position:absolute;
    color:#fff;
    text-shadow:0px 0px 3px rgba(0, 0, 0, 0.9);
}
.center {
    text-align:center;
}
.statistik {
    display: flex;
    flex-direction: row;
    align-content: flex-end;
    flex-wrap: wrap;
}
.statistikbox {
    display:block;
    border:1px solid #000000;
    margin:10px;
}
.statistikhead {
    display:block;
    width:100%;
    height:20px;
    text-align:center;
    font-size: 14px;
    color: #9aa1ad;
}
.statistikbalken {
    display:flex;
    width:100%;
    margin:0px -1px;
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
}
.statistikdata {
    width:30px;
    margin-right:0px;
    margin-bottom:-1px;
    height:350px;
    position:relative;
}
.statistikdatabalken {
    position:absolute;
    bottom:0px;
    display:block;
    width:30px;
    border:1px solid #000000;
    margin-left:-1px;
}
.statistikdatabalken.red {
    background-color:#ef5656;
}
.statistikdatabalken.green {
    background-color:#00e577;
}
.statistikdatabalken.blue {
    background-color:#4d90de;
}
.statistikdatabalken:first-child {
    margin-left:0px;
}
.statistiktext {
    display:block;
    position:absolute;
    transform: rotate(-90deg);
    width:350px;
    height:30px;
    top:160px;
    left:-160px;
    line-height:20px;
    padding:5px;
}

.dudenwrap {
	display:block;
}
.dudenwrap .dudenbar {
	border:1px solid #cecece;
	background:#ececec;
}
.dudenwrap .dudenbutton {
	color:#000;
	text-shadow:1px 1px 1px #fff;
	display:inline-block;
	width:32px;
	height:32px;
	border:1px solid #cecece;
	background:#efefef;
	font-size:14px;
	line-height:32px;
	box-shadow:inset 0px 0px 5px -2px #000000;
	text-align:center;
	cursor:pointer;
}
.dudenwrap.aktiv .dudenbutton {
	color:#FF9900;
}
.dudenwrap .dudenbutton.dudenstatus {
	display:none;
}
.dudenwrap.aktiv .dudenbutton.dudenstatus {
	display:inline-block;
	width:auto;
	cursor:default;
	padding:0px 5px;
	color:#000;
}
.dudenwrap .dudenauswertung {
	display:none;
	margin:0px;
	padding:5px;
    background:#ffffff;
    border:1px solid #e6e6e6;
    font-family:"Source Sans Pro", "Open Sans", Trebuchet MS, Helvetica, Arial, sans-serif;
    font-size:14px;
    color:#525d6f;
	line-height:18px;
}
.dudenwrap.aktiv .dudenauswertung {
	display:block;
}
.dudenwrap.aktiv textarea {
	display:none;
}

.dudenwrap .dudenauswertung .dudenwort {
	position:relative;
}
.dudenwrap .dudenauswertung .dudenwort.dudenfehler {
	text-decoration:underline;
	text-decoration-style:wavy;
	text-decoration-color:#f00;
	cursor:pointer;
}
.dudenvorschlaegewrap {
	display:block;
	width:250px;
	position:absolute;
	top:23px;
	left:0px;
	background:#fff;
	color:#000;
	border:1px solid #efefef;
	padding:5px;
	z-index:5000;
}
.dudenvorschlaegewrap:before {
	content:'';
	display:block;
	border-color:transparent transparent #ccc transparent;
	border-style:solid;
	border-width:5px;
	border-top:none;
	height:0px;
	left:10px;
	position:absolute;
	top:-5px;
	width:0px;
}
.dudenvorschlaegedesc {
	
}
.dudenvorschlaegevorschlag {
	
}
