body {
    font-family: 'Lato',"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: .95rem;
    font-weight: 400;
    line-height: 1.5;
    color: #444;
    text-align: left;

}
a {
    color: #105193;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
.navbar_foerderer {
    background: #fff url(https://www.unimedizin-greifswald.de/ebrain/fileadmin/images_optiniv/Logo_F-GBA.png) no-repeat center left;
    width: 240px;
    height: 100px;
}
.navbar a {
    color: rgba(0, 0, 0, .6);;
}
.navbar .nav-link {
    font-weight: 600;
    <!-- font-size: 0.85rem; //-->
}
.navbar-user .nav-inline a {
    color: #666;
    font-weight: 600;
}
.nav-sidebar a.nav-link {
    margin-top: 1px;
}
.d-flex {
    margin-top: 15px;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #005597;
}
.dropdown-item:hover, .dropdown-item:focus {
    color: #fff;
    text-decoration: none;
    background-color: #005597;
}
.partner ul {
    padding-inline-start: 10px;
} 
.partner ul li {
    list-style-type: none;
    padding: 2px 0px 0px 8px;
    line-height: 100%;
    background: url(../images/list_image.gif) no-repeat scroll 0em 0.4em transparent;
} 
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #005597;
}
.partner a.external-link-new-window:before, a[target="_blank"]:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    content: "";
}
.partner a {
    color: #444;
}
h1, .h1 {
    color: #373a3c;
}
h2, .h2 {
    font-size: 1.6rem;
    color: #e58e19;
    margin-top: 15px;
}
h2.display-1 {
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.2;
    margin-top: 0px;
}
h3, .h3 {
    color: #005597;
    margin-top: 15px;
    text-transform: uppercase;
}
.zielbutton div:first-child {
    background: #005597;
    color:  #fff;
    font-size: 1.4rem;
    font-weight: bold;
    text-align:center;
}
.well {
    border: 0;
    padding: 0px; 
    font-size: 1.25rem;
    color: #e58e19;
    background: none;
      text-transform: uppercase;
}
hr {
    margin-top: 5rem;
    margin-bottom: 3rem;
}
.socialbutton img {
    margin: 5px 20px 15px 0;
}
.badge-info {
  background-color: #e58e19;
}
.main-content {
   min-height: 400px;
} 
table td {
   vertical-align:top; 
}
.btn-outline-secondary:hover {
    background-color: #ddd;
}
.btn-primary {
    color: #fff;
    background-color: #005597;
    border-color: #005597;
}
#footer .nav-link {
    display: block;
    padding: .0rem 0rem;
}
#footer a { color: #444; }
#footer .small { font-size: 90%; }

.card { border: 0; }
#accordion-2783 .card h5, #accordion-2812 .card h5, #accordion-2798 .card h5, #accordion-2818 .card h5, #accordion-2805 .card h5 { 
     font-size: 0.9rem; 
}
#accordion-2783 .card-header, #accordion-2812 .card-header, #accordion-2798 .card-header, #accordion-2818 .card-header, #accordion-2805 .card-header {
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: 0;
}
.tx-fe-change-pwd label {
    min-width: 160px;
}
.tx-fe-change-pwd [type="submit"] {
    display: inline-block;
    color: #fff;
    background-color: #005597;
    border-color: #005597;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: .95rem;
    line-height: 1.5;
    border-radius: .25rem;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.tx-fe-change-pwd [type="submit"]:hover {
    color: #fff;
    background-color: #00323c;
    border-color: #00272f;
}
.tx-fp-newsletter label {
    display: block;
    width: 50%;
}
.tx-fp-newsletter input, .tx-fp-newsletter select {
    display: block;
    width: 50%;
    height: -webkit-calc(2.175rem + 2px);
    height: calc(2.175rem + 2px);
    padding: .375rem .75rem;
    margin-bottom: 1.5rem
    font-size: .95rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.tx-fp-newsletter input:focus {
    color: #495057;
    background-color: #fff;
    border-color: #00bde2;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0,82,98,.25);
    box-shadow: 0 0 0 .2rem rgba(0,82,98,.25);
}
.tx-fp-newsletter input[type='checkbox'] {
    width: auto;
    height: auto;
    display: inline;
}
.tx-fp-newsletter input.btn {
    color: #fff;
    background-color: #005597;
    border-color: #005597;
      width: auto;
  font-size: 1.0rem;
}
@media (min-width:992px) {
    .home .jumbotron.big { min-height: 22rem !important; }
    .jumbotron.big { min-height: 15rem !important; }
}

@media (max-width:475.98px) {
    .navbar-brand, .navbar_foerderer {  margin-top: 0px; }
}
