body {
  font-family: verdana, arial, sans-serif; 
}

@media(min-width:768px) {
    body {
      margin-bottom: 10px;
      padding-top: 10px;
      background-color: #f3faf5; }
} 

/* @media (max-width: 767px) {

} */

body .container {
    background: white;
    }
    @media (min-width: 768px) {
      body .container {
        -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.07);
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.07);
        min-height: 300px;
        position: relative;
        z-index: 20;
        padding-top: 10px;
        padding-bottom: 10px; } 
}

/* verwendet im Javascript fuer das Menu */
#page-wrapper {
    min-height: 568px;
}

/* keine Links im Ausdruck */
@media print {
    body a[href]:after {
      display: none; } 
}

/* Kennzeichnen eines externen Links */
a[target]:before{
	content:url(../img/externalpage.gif) " ";
}

h1 {
    font-size: 28px;
  }

h2 {
    font-size: 22px;
  }

h2.news {
    font-size: 24px;
  }

h3 {
    font-size: 18px;
  }
  
h4 {
    font-size: 14px;
  }
  
h5 {
    font-size: 12px;
  }    

.titleblock {
  padding: 50px; /* 5em; */ 
  margin: 5px 0 0 0;
  text-align: left;
  background-image: url(../img/header.jpg); 
  height:250px;
  background-repeat: no-repeat; 
  background-position: center;
}

@media(max-width:649px){
  .titleblock h1 {
    font-size: 18px;
  }
  .titleblock p {
    font-size: 18px;
  }
}

/* Small */
@media(min-width:650px) and (max-width:767px){
  .titleblock h1 {
    font-size: 24px;
  }
  .titleblock p {
    font-size: 24px;
  }
}

/* Small */
@media(min-width:768px) and (max-width:991px){
  .titleblock h1 {
    font-size: 28px;
  }
  .titleblock p {
    font-size: 28px;
  }
}

/* Medium */
@media(min-width:992px) and (max-width:1199px){
  .titleblock h1 {
    font-size: 32px;
  }
  .titleblock p {
    font-size: 32px;
  }
}

/* Large */
@media(min-width:1200px){
  .titleblock h1 {
    font-size: 36px;
  }
  .titleblock p {
    font-size: 36px;
  }
}

.content {
    border-left:1px solid #e0e0e0;
    border-right:1px solid #e0e0e0;
    padding:0 10px 0 10px;
    min-height: 330px;
}

.contentwide {
    border-left:1px solid #e0e0e0;
    padding:0 15px 0 10px;
    min-height: 330px;    
}

@media print {
  .content {
    border-style: none;
    padding:0 10px 0 10px;
  }

  .contentwide {
    border-style: none;  
    padding:0 15px 0 10px;
  }
}

.sidebar .sidebar-nav.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

.sidebar .sidebar-search {
    padding: 15px;
}

.sidebar ul li {
    border-bottom: 1px solid #e7e7e7;
}

.sidebar ul li a.active {
    background-color: #eee;
}

.sidebar .arrow {
    float: right;
}

.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
    border-bottom: 0!important;
}

.sidebar .nav-second-level li a {
    padding-left: 37px;
}

.sidebar .nav-third-level li a {
    padding-left: 52px;
}


.btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all .5s;
}

.btn-primary.btn-outline {
    color: #428bca;
}

.btn-success.btn-outline {
    color: #5cb85c;
}

.btn-info.btn-outline {
    color: #5bc0de;
}

.btn-warning.btn-outline {
    color: #f0ad4e;
}

.btn-danger.btn-outline {
    color: #d9534f;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: #fff;
}

.panel .slidedown .glyphicon,
.chat .glyphicon {
    margin-right: 5px;
}

.chat-panel .panel-body {
    height: 350px;
    overflow-y: scroll;
}

.login-panel {
    margin-top: 25%;
}


.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    border-radius: 25px;
    font-size: 18px;
    line-height: 1.33;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.show-grid [class^=col-] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    background-color: #eee!important;
}

.show-grid {
    margin: 15px 0;
}

.huge {
    font-size: 40px;
}

.panel-green {
    border-color: #5cb85c;
}

.panel-green .panel-heading {
    border-color: #5cb85c;
    color: #fff;
    background-color: #5cb85c;
}

.panel-green a {
    color: #5cb85c;
}

.panel-green a:hover {
    color: #3d8b3d;
}

.panel-red {
    border-color: #d9534f;
}

.panel-red .panel-heading {
    border-color: #d9534f;
    color: #fff;
    background-color: #d9534f;
}

.panel-red a {
    color: #d9534f;
}

.panel-red a:hover {
    color: #b52b27;
}

.panel-yellow {
    border-color: #f0ad4e;
}

.panel-yellow .panel-heading {
    border-color: #f0ad4e;
    color: #fff;
    background-color: #f0ad4e;
}

.panel-yellow a {
    color: #f0ad4e;
}

.panel-yellow a:hover {
    color: #df8a13;
}
