@charset "utf-8";

.xdebug-error a:link,
.xdebug-error a:visited,
.xdebug-error a:hover,
.xdebug-error a:hover a:active {
	color: blue;
}

body, h4, p, ul, li {
	margin: 0;
	padding: 0;
}

body {
	background-color: #131313;
	color: #fff;
	font: 100% Tahoma, "Lucida grande", sans-serif;
}

.xdebug-error {
	color: black;
}

h1 {
	display: none;
}

h2 {
	font: 400 2.4em Georgia, "Times New Roman", Times, serif;
	margin: 0 0 0.3em 0;
	padding: 0.3em 0 0.3em 0;
}

h3 {
	font: 400 1.4em Tahoma, Geneva, sans-serif;
}

h3 {
	margin: 0 0 0.3em 0;
	padding: 0 0 0.3em 0;
}

h4 {
	font: 400 1.2em Tahoma, Geneva, sans-serif;
}

.xdebug-var-dump {
	font-size: 16px;
	background-color: white;
	color: black;
	line-height: 2;
	border: 4px dashed red;
	padding: .5em;
}

p,
.maintopic ul {
	font-size: 1.2em;
	line-height: 1.46em;
}

a:link, a:visited {
	color: #fff;
	border-bottom: 1px dotted #555;
	text-decoration: none;
	outline: none;
}

a:hover, a:active {
	color: #fff;
	border-bottom: 1px dotted #fff;
	text-decoration: none;
	outline: none;
}

img {
	border: none;
}

ul {
	list-style: none;
}

.mainbody {
	font-size: .625em;
}

/* For centered view. There is also another parameter in #content

	#wrapper {background: transparent url("../images/nav_bg.gif") 0 76px repeat-x;}
	#header {margin: 0 auto;width: 867px;}

*/
#uservoice-dialog-close {
	border: none;
}

.logo {
	display: inline-block;
	padding: 18px 10px 0 30px;
	vertical-align: top;
	float: left;
}

.logo a {
	border: none;
}

.no-logo {
	display: inline-block;
	padding: 18px 10px 0 30px;
	vertical-align: top;
	float: left;
	font-size: 1.9em;
	font-weight: 100;
	color: #fff;
}

#maintenanceAnnouncementBox {
	background: #a7c7dc; /* Old browsers */
	background: -moz-linear-gradient(top, #a7c7dc 0%, #85b2d3 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a7c7dc),
		color-stop(100%, #85b2d3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #a7c7dc 0%, #85b2d3 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #a7c7dc 0%, #85b2d3 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #a7c7dc 0%, #85b2d3 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #a7c7dc 0%, #85b2d3 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7c7dc',
		endColorstr='#85b2d3', GradientType=0); /* IE6-9 */
	border-top: 1px solid #d6e8f4;
	border-bottom: 1px solid #4b6a7f;
}

#maintenanceAnnouncementBox p {
	color: #113e5e;
	font-size: 1.3em;
	padding: 0 2.5em 0.8em 2.5em;
}

#maintenanceAnnouncementBox p:first-child {
	font-weight: bold;
	padding-top: 0.5em;
	padding-bottom: 0.2em;
}

#maintenanceAnnouncementBox a,
#maintenanceAnnouncementBox a.link,
#maintenanceAnnouncementBox a.visited,
#maintenanceAnnouncementBox a.hover,
#maintenanceAnnouncementBox a.active {
	color: inherit;
	font-weight: bold;
}

/* *******************************************
 * Small Navigation
 * ******************************************/
#smallnav {
	margin: 0 0 3px;
	height: 14px;
	padding-top: 59px;
	position: relative;
}

#impressum {
	padding-left: 760px;
}

#impressum a:link, #impressum a:visited {
	border: none;
	color: #999;
}

#impressum a:hover, #impressum a:active {
	border: none;
	color: #fff;
}

/* *******************************************
 * Main Navigation
 * ******************************************/
#nav {
	background: transparent url(../images/nav_bg.gif) left top repeat-x;
	/*der normale hintergrund der leiste*/
	/*overflow:hidden; /*für das float innen drin wegen der suchleiste*/
	height: 30px;
	padding: 0 0 0 30px; /*der abstand für den inhalt der leiste*/
}

#nav ul {
	/*background: transparent url(../images/nav_border_blackwhite.gif) left top no-repeat;*/
	/*hintergrund der navigation mit dunkeler leiste rechts*/
	padding: 0 1px 0 1px;
	/*abstand links und rechts für den trenner, links hell, rechts dunkel*/
	/*overflow:hidden; /*für das floaten der menüpunkte*/
	display: inline-block;
	/*damit die ul nur die breite hat, die es braucht*/
	/*min-width: 792px; damit das ganze nicht umbricht wenn die breite zu klein wird*/
	min-width: 810px;
	/* damit das ganze nicht umbricht wenn die breite zu klein wird*/
}

#nav li {
	float: left; /*macht die menüpunkte in eine zeile*/
	background: transparent url(../images/nav_border_white.gif) right top
		no-repeat; /*rechts bekommt ein menüpunkt den weissen trenner*/
}

#nav li a {
	background: transparent url(../images/nav_bg_inactive.gif) left top
		no-repeat;
	/*Hintergrund für einen menüpunkt samt linkem hellem trenner*/
	display: inline-block; /*mach das ding so groß wie nötig*/
	padding: 8px 20px 8px 22px;
	/*abstand nach links um 2px größer wegen der borderBG*/
	margin: 0 1px 0 0;
	/*mach ein abstand nach rechts damit der dunkele hintergrund zum vorschein kommt, als dunkeler trenner quasi*/
	font-size: 1.1em; /* schriftgröße 11px*/
	color: #fff;
	border: none;
}

#nav li a:hover {
	background: transparent url(../images/nav_bg_hover.gif) left top
		repeat-x; /*der eigentliche highlight eines menüpunktes*/
	text-decoration: none; /*damit die punkte nicht unterstrichen sind*/
}

#remotelabel {
	border: 1px solid #B00;
	position: absolute;
	width: 81px;
	left: 445px;
	bottom: 0;
	padding: 4px 0;
	background: #900;
	font-size: 1.1em;
	cursor: pointer;
	text-align: center;
}

#remotelabel:hover {
	background: #b31f2f;
	border: 1px solid #a90006;
}


/* *******************************************
 * Content
 * ******************************************/
#content {
	padding: 20px 10px 0 30px;
	overflow: hidden;
	width: 808px;
}

.coda-slider-wrapper {
	overflow: hidden;
}

#breadcrumb {
	font-size: 1.1em;
	padding: 8px 0 9px;
}

#breadcrumb .lvl {
	color: #777;
	padding: 0 0.7em 0 0.5em;
}

#breadcrumb a {
	border: none;
}

/* *******************************************
 * Popup
 * ******************************************/
.ffpopup.deprecated,
.ffpopup.denied {
	display: none;
}

.ffpopup {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(50, 50, 50, 0.9);
	z-index: 100002; /* Feedback-Lasche verlangt, dass das eine so hohe Zahl sein muss */
	top : 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
}

.ffpopup img {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -372px;
	margin-top: -219px;
	border: 10px solid rgba(255, 255, 255, 0.3);
}

.ffpopup .close {
	width: 100px;
	background: #cd4348;
	color: #fcfcfc;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
	position: absolute;
	right: 50%;
	top: 50%;
	margin-right: -392px;
	margin-top: -260px;
	cursor: pointer;
}

.ffpopup .close:hover {
	background: #ad2e33;
}

/* *******************************************
 * Content
 * ******************************************/
.maintopic,
.coda-slider {
	height: 179px !important;
}

#mainpic {
	background: #d2e5ec url(../images/mainpic5.jpg) left top no-repeat;
	color: #333;
	font-size: 1em;
	line-height: 1em;
	width: 808px;
	height: 179px
}

.maintopic {
	font-size: 1em;
	line-height: 1em;
	width: 808px;
}

.badge-new {
	background: transparent url(../images/badge_new.png) left top no-repeat;
}

#ea48 {
	background-image: url(../images/mainpic_2014_9.jpg);
}

#ea48 h2 {
	font-size: 2em;
}

#ms {
	background-image: url(../images/mainpic_2014_12.jpg);
}

#ms h2 {
	font-size: 2em;
}

#neubau {
	background-image: url(../images/mainpic_2015_09_1.jpg);
}

#neubau h2 {
	font-size: 2em;
}

#calendar {
	background-image: url(../images/mainpic_2015_09_2.jpg);
}

#calendar h2 {
	font-size: 2em;
}

#bewertung {
	background-image: url(../images/mainpic_2015_09_3.jpg);
}

#bewertung h2 {
	font-size: 2em;
}

.maintopic h2, .maintopic p {

}

.maintopic h2 {
	padding: 20px 25px 0 407px;
	font-size: 1.7em;
}

.maintopic p,
.maintopic ul {
	padding: 0 25px 0 407px;
}

.maintopic li {
	padding-left: 1.3em;
	background: transparent url(../images/arrow.gif) left center no-repeat;
}

.maintopic p+p {
	padding-top: 1em;
	text-align: right;
}

#videoerstellung-theme p+p {
	padding-top: 0;
}

.maintopic p a:link, .maintopic p a:visited {
	color: #fff;
	border-bottom: 1px dotted #777;
}

.maintopic p a:hover, .maintopic p a:active {
	color: #fff;
	border-bottom: 1px dotted #fff;
}

#implius-theme a:link, #implius-theme a:visited {
	color: #fbba00;
}

#implius-theme a:hover, #implius-theme a:active {
	color: #fbba00;
	border-bottom: 1px dotted #fbba00;
}

#videoerstellung-theme a:link, #videoerstellung-theme a:visited {
	color: #c61e14;
}

#videoerstellung-theme a:hover, #videoerstellung-theme a:active {
	color: #c61e14;
	border-bottom: 1px dotted #c61e14;
}

#empfehlung-theme a:link, #empfehlung-theme a:visited {
	color: #c61e14;
}

#empfehlung-theme a:hover, #empfehlung-theme a:active {
	color: #c61e14;
	border-bottom: 1px dotted #c61e14;
}

/***************************************************************************/
#news {
	float: left;
	width: 392px;
	margin-top: 20px;
	padding-bottom: 0;
}

#news h2 {
	margin: 0 0 20px 0;
	padding: 2px 0 0 40px;
	background: transparent url(../images/newsicon.gif) 0 0 no-repeat;
}

#news ul {
	font-size: 1.2em;
	padding-left: 10px;
}

#news ul li:before {
	content: "\203A \0020";
	margin-left: -10px;
}

#news li {
	padding-bottom: 7px;
}

#news .morerow {
	text-align: right;
	padding: 0;
	margin: 20px 0 0 0;
}

#news .highlight {
	background: transparent url(../images/neu.gif) 2px 3px no-repeat;
	padding: 0 0 0 31px;
}

#news .newsDetails {
	background-color: #222;
	font-size: 0.75em;
	margin: 12px 0 0;
	padding: 12px 15px;
	border: 1px solid #444;
}

/***************************************************************************/
#uv-list {
	float: left;
	width: 392px;
	margin-top: 20px;
	padding-bottom: 0;
}

#uv-list h2 {
	margin: 0 0 7px 0;
	padding: 7px 0 7px 48px;
	background: transparent url(../images/newsicon.gif) 10px 0 no-repeat;
}

#uv-list>p {/*
	display: none;*/
	text-align: right;
}

#uv-list ul {
	padding: 0;
}

#uv-list ul li {
	overflow: hidden;
	padding: 0 0 1em 0;
}

#uv-list ul li:last-child {
	overflow: hidden;
}

#uv-list ul li a {
	border: none;
}

#uv-list ul li a:hover {
	border-bottom: 1px dotted #fff;
}

#uv-list div:first-child {
	width: 50px;
	float: left;
}

#uv-list div:first-child p:first-child {
	text-align: center;
	font-size: 2em;
	line-height: 1em;
}

#uv-list div:first-child p:nth-child(2) {
	text-align: center;
	font-size: 1em;
	line-height: 1em;
}

#uv-list div:nth-child(2) {
	width: 342px;
	float: left;
}

#uv-list div:nth-child(2) p:nth-child(2) {
	font-size: 1em;
	font-weight: 700;
	line-height: 1.6em;
}

#uv-list div:nth-child(2) p:nth-child(2).checking {
	color: #555;
}

#uv-list div:nth-child(2) p:nth-child(2).planned {
	color: #f0ba00;
}

#uv-list div:nth-child(2) p:nth-child(2).started {
	color: #0a0;
}

#uv-list div:nth-child(2) p:nth-child(2).done {
	color: #0cf;
}

#stimmen.loading {
	background: transparent url("../images/ajax-loader.gif") center center no-repeat;
}

/***************************************************************************/
#flowfactmls p.url {
	background: transparent url(../images/arrow.gif) left bottom no-repeat;
	padding: 1em 0 0 1.7em;
}

/***************************************************************************/
#videos {
	float: left;
	width: 392px;
	margin: 20px 0 0 24px;
}

#videos>p:last-child {
	padding-top: .5em;
	text-align: right;
}

#videos h2, .title-video {
	padding-left: 48px;
	background: transparent url(../images/videoicon.gif) 5px 0 no-repeat;
}

#videos h2 a:link, #videos h2 a:visited {
	border-bottom: none;
	color: #c61e14;
}

#videos h2 a:hover, #videos h2 a:active {
	border-bottom: none;
	color: #f00;
}

#videos p {
	padding-bottom: 0.6em;
}

#videos .vcont {
	min-height: 16px;
	margin-top: 3px;
	padding-bottom: 8px;
}

#videos .vcont p {
	font-size: 0.9em;
	margin-top: 5px;
}

#videos .vcont .vthmp {
	float: left;
	margin-right: 8px;
	font-weight: 400;
	opacity: 0.5;
}

#videos .vcont .vthmp:hover {
	opacity: 1;
}

#videos .vcont .vthmp a {
	display: block;
	/* width: 41px; */
	/* height: 32px; */
	width: 16px;
	height: 16px;
	border: none;
	background: transparent url(../images/arrow.gif) right center no-repeat;
}

/***************************************************************************/
.thmp1 a {
	background: transparent url(../images/vid-tn-1_41x32.jpg) 0 0 no-repeat;
}

.thmp2 a {
	background: transparent url(../images/vid-tn-2_41x32.jpg) 0 0 no-repeat;
}

.thmp3 a {
	background: transparent url(../images/vid-tn-3_41x32.jpg) 0 0 no-repeat;
}

.thmp4 a {
	background: transparent url(../images/vid-tn-4_41x32.jpg) 0 0 no-repeat;
}

.thmp5 a {
	background: transparent url(../images/vid-tn-5_41x32.jpg) 0 0 no-repeat;
}

/***************************************************************************/
#videos .vcont .vthmp a span {
	display: none;
}

#videos .morerow {
	text-align: right;
	margin: 6px 0 0 0;
}

#services h2 {
	padding-left: 40px;
	background: transparent url(../images/servicesicon.gif) 0 0 no-repeat;
}

#services .partner {
	line-height: 1.46em;
	padding: 20px 40px;
	border-bottom: 1px solid #333;
	overflow: hidden;
}

#services .partner:last-child {
	border-bottom: none;
}

#services .partner .partnerlogo {
	float: right;
	width: 260px;
}

#services .partner .partnerlogo a {
	border: none;
	display: inline-block;
	opacity: 0.7;
}

#services .partner:hover .partnerlogo a {
	opacity: 1;
}

#services .partner:hover {
	background-color: #171717;
}

#services .partner .partnertext {
	margin: 0;
	width: 450px;
}

#services .partner .partnertext a {

}

.bold {
	font-weight: bold;
}

/* SCHULUNGSVIDEOS
-------------------------------------------------------------------------------*/
#content .video-overview {
	border-bottom: 1px solid #555;
	margin-bottom: 2em;
}

#content .videocontainer {
	min-height: 40px;
	margin-top: 7px;
	margin-left: 20px;
	float: left;
	width: 350px;
}

#content .videocontainer p:nth-child(3) {
	background-color: #222;
	font-size: 1.2em;
	width: 350px;
	position: absolute;
	z-index: 9999;
	margin: 6px 0 0 40px;
	padding: 12px 15px;
	border: 5px solid #444;
}

#content .videocontainer p {
	display: none;
}

#content .videocontainer .videodetailedinfo {
	margin-left: 22px;
	border-bottom: none;
	opacity: 0.7;
}

#content .videocontainer .videodetailedinfo:hover {
	margin-left: 22px;
	border-bottom: none;
	opacity: 1;
}

#content .videopicture {
	float: left;
	margin-right: 8px;
}

#content .videopicture a {
	display: block;
	width: 41px;
	height: 32px;
	border: none;
	opacity: 0.5;
}

#content .videopicture a:hover {
	opacity: 1;
}

#content .videopicture a span {
	display: none;
}

#content .videocontainer h3 {
	font-size: 1.2em;
}

#content .videocontainer h3 a[target],
	/* #content .vcont h4 a[target] */ #content .vcont a.external {
	border: none;
	position: absolute;
	padding-left: 5px;
	opacity: 0.7;
}

#content .videocontainer h3 a[target]:hover,
	/* #content .vcont h4 a[target]:hover */ #content .vcont a.external:hover
	{
	opacity: 1;
}

#content .videocontainer p+p {
	margin-bottom: 0.6em;
	padding-bottom: 0.6em;
	padding-left: 40px;
	line-height: 1.46em;
	font-size: 0.9em;
	display: block;
}

/* SPLITTER
-------------------------------------------------------------------------------*/
.splitter {
	font-size: 1.1em;
	margin: 10px 0;
	padding: 5px 10px 0;
	border-bottom: 1px solid #aaa;
}

.splitter:after {
	content: "";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
}

.splitter ul {
	margin-right: 0;
	margin-top: 0;
}

.splitter>li ul {
	margin-left: 10px;
}

.splitter ul li a {
	border-bottom: 0;
	position: static;
	background-color: #222;
}

.splitter li, .splitter ul, .splitter ul li a {
	display: inline;
	display: inline-block;
	line-height: 1;
}

.splitter ul li {
	margin-left: 1px;
}

.splitter ul li.alt input {
	padding: 1px;
}

.splitter ul li:first-child {
	margin-left: 0;
}

.splitter ul li a {
	padding: 5px 8px 6px;
	color: #777;
	text-shadow: rgba(0, 0, 0, 0.4) 0 1px 0;
	text-decoration: none;
	border-radius: 2px 2px 0 0;
	-moz-transition-property: background-color;
	-moz-transition-duration: 200ms;
}

.splitter ul li.selected a, .splitter ul li.selected a:hover {
	color: #070708;
	text-shadow: rgba(255, 255, 255, 0.25) 0 1px 0;
	background-color: #ddd;
	padding: 6px 11px 6px;
	font-size: 1.1em;
	font-weight: bold;
	border-top: 1px solid #fff;
	-moz-transition-property: background-color, border;
	-moz-transition-duration: 500ms;
}

.splitter ul li a:hover {
	background-color: #333;
	border-top: 1px solid #444;
	color: #999;
}

@-webkit-keyframes spinnerRotate {
	from {
		-webkit-transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
	}
}

@-moz-keyframes spinnerRotate {
	from {
		-moz-transform: rotate(0deg);
	}
	to {
		-moz-transform: rotate(360deg);
	}
}

@keyframes spinnerRotate {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}
