.tx-sz-firmenwissen .firmenwissen-profile .wrapper {
	border-bottom: 1px solid #008dd9;
	padding-bottom: 20px;
	margin-bottom: 20px;;
}

.tx-sz-firmenwissen .firmenwissen-profile .main {
	float: left;
	width: 340px;
	padding-right: 16px;
}

.tx-sz-firmenwissen .firmenwissen-profile .side {
	float: left;
	width: 350px;
}

.tx-sz-firmenwissen .firmenwissen-profile .side iframe {
	width: 350px;
	height: 350px;
}

.tx-sz-firmenwissen .firmenwissen-profile .clear {
	clear: left;
	height: 0;
	line-height: 0;
	font-size: 0;
}

.tx-sz-firmenwissen button {
	display: block;
	cursor: pointer;
	width: 225px;
	text-align: center;
	margin-bottom: 10px;
	padding:6px 10px 19px;
	color:#36a5e1;
	height:20px;
	font-size:12px;
	border:1px solid;
	border-color:#c6dbe9 #a3c2d6 #8fb3cb #c6dbe9;
	box-shadow: 1px 1px 1px #eef5fa inset;
	-webkit-box-shadow: 1px 1px 1px #eef5fa inset;
	-moz-box-shadow: 1px 1px 1px #eef5fa inset;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #e2eff7;
	background: -moz-linear-gradient(top,  #e2eff7 0%, #cbe3f0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2eff7), color-stop(100%,#cbe3f0));
	background: -webkit-linear-gradient(top,  #e2eff7 0%,#cbe3f0 100%);
	background: -o-linear-gradient(top,  #e2eff7 0%,#cbe3f0 100%);
	background: -ms-linear-gradient(top,  #e2eff7 0%,#cbe3f0 100%);
	background: linear-gradient(top,  #e2eff7 0%,#cbe3f0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2eff7', endColorstr='#cbe3f0',GradientType=0 );
}

.tx-sz-firmenwissen button:hover {
	text-deocration: underline;
}

.tx-sz-firmenwissen .ui-match {
	text-decoration: underline;
	font-weight: bold;
}

.tx-sz-firmenwissen .loadingOverlay {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0.6;
	background: url('/typo3conf/ext/sz_firmenwissen/Resources/Public/Images/loader.gif') no-repeat center center #fff;
}

.tx-sz-firmenwissen .contactForm .loadingOverlay {
	left: 0;
	top: 0;
}

/* Error */
.tx-sz-firmenwissen .firmenwissen-search .error {
	clear: both;
}


/* Paginator (classes used of pagebrowse extension) */
.tx-sz-firmenwissen .tx-pagebrowse-page, .tx-sz-firmenwissen .tx-pagebrowse-page a,
.tx-sz-firmenwissen .tx-pagebrowse-prev, .tx-sz-firmenwissen .tx-pagebrowse-prev a,
.tx-sz-firmenwissen .tx-pagebrowse-next, .tx-sz-firmenwissen .tx-pagebrowse-next a {
	cursor: pointer !important;
}
.tx-sz-firmenwissen .tx-pagebrowse-current, .tx-sz-firmenwissen .tx-pagebrowse-current span,
.tx-sz-firmenwissen .tx-pagebrowse-prev, .tx-sz-firmenwissen .tx-pagebrowse-prev span,
.tx-sz-firmenwissen .tx-pagebrowse-next, .tx-sz-firmenwissen .tx-pagebrowse-next span {
	cursor: default !important;
}

.tx-sz-firmenwissen .tx-pagebrowse-disabled {
	background-color: #efefef !important;
}


/* Contact form */
.tx-sz-firmenwissen .contactForm label {
	display: block;
}

.tx-sz-firmenwissen .contactForm label.h {
	display: none;
	visibility: hidden;
}

.tx-sz-firmenwissen .contactForm input.ng-invalid {
	background-color: #fee;
	border: 1px solid #f44;
	color: #f55;
}

.tx-sz-firmenwissen .contactForm input,
.tx-sz-firmenwissen .contactForm input.ng-untouched {
	width: 100%;
	background-color: #fff;
	color: #555;

	border: 1px solid #cbcbcb;
	border-bottom: none;
	border-right: none;

	padding: 5px 0px 2px 4px;
	margin: 0 0 10px;
	font-size: 12px;
}

.tx-sz-firmenwissen .confirmation, .tx-sz-firmenwissen .error {
	padding: 20px;
}


/* Lightbox ngDialog */
.ngdialog.ngdialog-sz-firmenwissen .ngdialog-content {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);

}

.ngdialog.ngdialog-sz-firmenwissen .ngdialog-close:before {
	background: #000;
	color: #fff;
	border: 3px solid #fff;

	font-size: 20px;
	line-height: 22px;
	width: 25px;
	height: 25px;
	top: -10px;
	right: -14px;

	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}