  body {
    font: 16px Montserrat, sans-serif;
    line-height: 1.8;
    color: #0c0c0c;
  }
  p {font-size: 18px;}
  .margin {margin-bottom: 10px;
    padding-bottom: 5px;
  }
  .bg-1 { 
    background-color: #FFFFFF; /* White */
    color: #0a0a0a !important;
  }
  .bg-1t { 
    color: #0a0a0a !important;
  }
  .t2 { 
    color: #8b8a8a !important;
    font-size: 12px;
  }
  .sn { 
    color: #8b8a8a !important;
    font-size: 14px 
  }
  .bg-1a { 
    background-color: #FFFFFF; /* White */
    color: #C0C0C0;
	font-size: 12px;
  }
  .bg-2 { 
    background-color: #333333; /* gray */
    color: #ffffff;
  }
  .bg-3 { 
    background-color: #ffffff; /* White */
    color: #555555;
  }
  .bg-4 { 
    background-color: #800000; /* Red */
    color: #C0C0C0;
  }	
  .bg-5 { 
    background-color: #580202; /* Red */
    color: #C0C0C0;
  }	
  .li {
    list-style: none;
  }
  .li-1 {
    list-style: none;
    color: #C0C0C0;
  }
  .ul {
    list-style: none;
  }
	.caret {
    background-color:green !important;
}
  a:link { color:#000000;
  }
  
  .l1 { color:#f7f1f1;
        font-size: 14px;
  }
  .container-fluid {
    padding-top: 10px;
    padding-bottom: 5px;
  }
  .container-fluid-info {
    padding-top: 2px;
    padding-bottom: 1px;
  }
  .container-fluid-newsfeed {
    padding-top: 2px;
    padding-bottom: 1px;
    color:#333333;
    font: 12px Montserrat, sans-serif;
    line-height: 1.8;
  }
  .container-fluid-footer {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar {
    padding-top: 5px;
    padding-bottom: 5px;
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
    font-size: 14px;
    letter-spacing: 5px;
  }
  .navbar-nav  li a:hover {
    color: #000000 !important;
  }
    .grid-8 {
    width: 66.6666666666%;
  }
  input, select, textarea {
    margin-bottom: 10px;
  }
  .hinweis { 
    background-color: #800000; /* Red */
    color: #C0C0C0;
  }	
  .hinweistext { 
    color: #f50909;
  }	
  .dropdown{
    list-style: none;
  }
  .small {
    font-size: 6px;
    font-family: "Times New Roman", Times, serif;
  }
  .middel {
    font-size: 12px;
    font-family: "Times New Roman", Times, serif;
  }
  .text-1 {
    font-size: 20px;
    font-family: "Times New Roman", Times, serif;
  }
  .breite-3 {
    width: 120px;
  }
  .persinfo { 
    color: #000000 !important;
    background-color: #e97154;
    border: 1px;
    border-color: #555555;
  }
  .modal-content {
    max-height: 300px;
    overflow-y: auto;
  }
  .jumbotron{
    background-color: #333333;
    color:#f7f1f1;
    border-style: outset;
    border-width: 2pt;
    border-color: #800000;
    height: 25%;
    width: 25%;
}
.vertical-center {
  min-height: 10%;  /* Fallback for browsers do NOT support vh unit */
  min-height: 10vh; /* These two lines are counted as one :-)       */

  display: inline-block;
  vertical-align: middle;
}