@charset "utf-8";

@font-face {
  font-family: BrandonGrotesque;
  font-weight: 400;
  src: url(../fonts/BrandonGrotesque-Regular.eot);
	src: url(../fonts/BrandonGrotesque-Regular.eot?#iefix) format("embedded-opentype")
	, url(../fonts/BrandonGrotesque-Regular.woff2) format("woff2")
	, url(../fonts/BrandonGrotesque-Regular.woff) format("woff")
	, url(../fonts/BrandonGrotesque-Regular.ttf) format("truetype")
}

@font-face {
  font-family: BrandonGrotesque;
  font-weight: 500;
  src: url(../fonts/BrandonGrotesque-Medium.eot);
	src: url(../fonts/BrandonGrotesque-Medium.eot?#iefix) format("embedded-opentype")
	, url(../fonts/BrandonGrotesque-Medium.woff2) format("woff2")
	, url(../fonts/BrandonGrotesque-Medium.woff) format("woff")
	, url(../fonts/BrandonGrotesque-Medium.ttf) format("truetype")
}

@font-face {
  font-family: BrandonGrotesque;
  font-weight: 700;
  src: url(../fonts/BrandonGrotesque-Bold.eot);
	src: url(../fonts/BrandonGrotesque-Bold.eot?#iefix) format("embedded-opentype")
	, url(../fonts/BrandonGrotesque-Bold.woff2) format("woff2")
	, url(../fonts/BrandonGrotesque-Bold.woff) format("woff")
	, url(../fonts/BrandonGrotesque-Bold.ttf) format("truetype")
}


@font-face {
  font-family: ACaslonPro;
  font-weight: 400;
  src: url(../fonts/ACaslonPro-Regular.eot);
	src: url(../fonts/ACaslonPro-Regular.eot?#iefix) format("embedded-opentype")
	, url(../fonts/ACaslonPro-Regular.woff2) format("woff2")
	, url(../fonts/ACaslonPro-Regular.woff) format("woff")
	, url(../fonts/ACaslonPro-Regular.ttf) format("truetype")
}

*,
::after,
::before {
	box-sizing: border-box;
}

html,
body {
	height: 100%;
	padding: 0;
	margin: 0;

	-webkit-font-smoothing: antialiased;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #5f6264;
	text-align: left;
	background-color: #ffffff;
}


p {
	padding: 0;
	margin: 0.7em 0 0.5em 0;

	font-family: ACaslonPro;
	font-size: 20px;
	line-height: 28px;
}

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

a:hover {
	text-decoration: underline;
}


a.gray {
	color: #999;
}

a.gray:hover {
	color: #649900;
	text-decoration: none;
}


a.print {
	background: url(print.gif) left no-repeat;
	padding: 4px 0 4px 20px;
	color: #999;
}

a.print:hover {
	color: #649900;
	text-decoration: none;
}

img {
	border: none;
	margin: 0;
	padding: 0;
}

legend {
	display: none;
	margin: 0;
	padding: 0;
}

form,
fieldset {
	border: 0;
	padding: 0px;
	margin: 0;
}

.underline {
	text-decoration: underline;
}

.helper {
	display: none;
}

.date {
	color: #999;
}

h1 {
	font-size: 1.1em;
	margin: 0 0 1.2em 0;
	color: #669900;
}

h2 {
	font-size: 1.2em;
	margin: 0;
}

h3 {
	font-size: 1.1em;
	margin: 0;
}

h4 {
	font-size: 1em;
	margin: 0;
}

.h4 {
	font-size: 20px;
	text-align: center;
	text-transform: uppercase;
}

ul.error {
	color: red;
}

.container {
	position: relative;

	width: 1140px;
	max-width: 100%;
	margin: 0 auto;
}

.row {
	display: flex;
	flex: 0 1 auto;
	flex-direction: row;

	margin-right: -5px;
	margin-left: -5px;
}

.col {
	flex-basis: 0;
	flex-grow: 1;

	max-width: 100%;
	padding: 0 5px;
}

.mt-4 {
	margin-top: 1.5rem !important;
}

.form-login {
	width: 334px;
	margin: 0 auto;
}

.form-control {
	display: block;

	width: 100%;
}

.form-control {
	padding: 20px;
	margin: 10px 0;

	color: #464a4c;
	font-family: ACaslonPro;
	font-size: 19px;
	font-weight: 400;
	line-height: 1.25;

	background-color: #efefef;

	border: none;
	border-radius: 0;

	-webkit-appearance: none;
}

.form-check {
	position: relative;

	display: block;

	padding-left: 1.25rem;
}

.form-check-input {
	position: absolute;

	margin-left: -1.25rem;
}

.form-check-label {
	margin-bottom: 0;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input:focus ~ .custom-file-label::after {
  border-color: #80bdff;
}

.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.25rem;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}

.invalid-feedback {
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

button, input {
	overflow: visible;
}

.btn {
	padding: 20px;
	margin: 10px 0;

	font-family: BrandonGrotesque;
	font-size: 20px;
	font-weight: 700;

	border: none;
	border-radius: 0;
}

.btn:hover {
	cursor: pointer;
}

.btn-primary {
	color: #fff;

	background-color: #69b450;
}

.btn-primary:hover {
	background-color: #54923f;
}

.form-control.error {
	background-color: #ff9999;
}

label {
	display: inline-block;

	margin-bottom: .5rem;
}

label.error {
	color: red;
}

.table {
	width: 100%;
	margin-bottom: 1rem;
	background-color: transparent;

	border-collapse: collapse;
}

.th {
	text-align: inherit;
}

.table td,
.table th {
	padding: .75rem;
	vertical-align: top;
	border-top: 1px solid #dee2e6;
}

.table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #dee2e6;
}

#head {
	margin-bottom: 60px;

	border-bottom: 5px solid #197350;
}

#head .navbar {
	display: flex;
	flex: 0 1 auto;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;

	width: 100%;
	height: 120px;
	padding: 0 5px;
}

#head .navbar-brand {
	padding-bottom: 4px;
	padding-left: 16px;
}

#head .navbar-nav {
	display: flex;
	flex: 0 1 auto;
	flex-direction: row;
	align-items: center;

	padding-top: 10px;
	margin: 0;

	text-transform: uppercase;

	list-style: none;
}

#head .navbar-nav .nav-item {
	padding: 0 10px;
}

#head .navbar-nav .nav-item:last-child {
	padding: 0;
}

#head .navbar-nav .nav-link {
	color: hsla(0, 0%, 15%, .8);
	font-family: BrandonGrotesque;
	font-weight: 500;
	font-size: 16px;
}
#head .navbar-nav .nav-link.inactive {
	color: hsla(0, 0%, 43%, .5);
}

#head .navbar-nav .nav-link.active:nth-child(n),
#head .navbar-nav .nav-link:hover:nth-child(n),
#head .navbar-nav .nav-link:focus:nth-child(n) {
	color: #69b450;
	text-decoration: none;
}

#head .navbar-nav .login .nav-link {
	margin-left: 50px;

	color: hsla(0, 0%, 43%, .5);
}

#main_left {
	float: left;
	width: 166px;
	margin: 0 22px 0 22px;
}

* html #main_left {
	margin-left: 12px;
}

#main_content {
	width: 660px;
	margin: 0 auto;
}

#main_right {
	float: left;
	width: 166px;
	margin: 0 22px 0 22px;
}

#navi ul {
	margin: 0 0 10px 0;
	padding: 0;
	list-style-type: none;
	font-size: 1.1em;
	background: url(nav_border.gif) bottom left repeat-x;
}

#navi li {
	background: url(nav_border.gif) top left repeat-x;
}

#navi li a {
	display: block;
	width: 156px;
	padding: 3px 5px 3px 5px;
	color: #999;
}

#navi li a:hover {
	color: #649900;
	text-decoration: none;
}

#navi li.act a {
	font-weight: bold;
	color: #649900;
}

#head2 {
	height: 140px;
	background: url(geschlossenefonds.png) top left no-repeat;
	background-position: 155px 18px;
	padding: 17px 0 0 500px;
}

#tmp-header {
	padding-top: 25px;
	margin-left: 235px;
}

#tmp-header a {
	color: white;
	font-family: Verdana, Helvetica, sans;

	font-size: 1.5em;
	font-weight: bold;
	line-height: 140%;
	color: #ffffff;

}

#tmp-header a {
	text-decoration: none;
}
.date-control{
	
}
td.no-border{
	border-top-style:none;
}
td.fond-td{
	font-size:13px;
	padding-top:0px;
}
tr.deleted-prospect td, tr.deleted-prospect td a{
	color:red;
}