@font-face {
font-family: "Roboto sans-serif";
src: url("roboto/Roboto-Regular.ttf") format("truetype");
font-style: normal;
}
html {
  position: relative;
  min-height: 100%;
}
body {
  background: url(../images/b_image.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  padding-top: 51px; 
  margin-bottom: 65px;  
  background-color:#329473;
  font-family: 'Roboto', sans-serif;
}
.navbar-default  .navbar-brand{
  font-family: 'Roboto', sans-serif;  
  font-size: 24px;
  font-weight: 700;
  color: #d2d2d2;
}
.navbar-default {
  background-color: #2b684a;
}
.navbar-default .navbar-brand:hover{
  color:#fff;
}
#main {
  background-color: #fff;
  margin-top: 20px;  
  padding-bottom: 20px;
  padding-top: 10px;
}
#sidebar {
  height: 100%;
  padding-right: 0;
  padding-top: 20px;
}
#sidebar .nav {
  width: 95%;
}
#sidebar li {
  background-color: #28a745;
  border-color: #28a745;
  margin-bottom:2px;
}
#sidebar li a {
  font-size:18px;
  color: #fff;
  font-weight: 500;
}
.nav li a:hover, .nav li a:focus {
  background-color: #50B250;
}
#sidebar li.active{
  background: #0c770c;
}

.fa-bars::before, .fa-bars::before{
  font-size: 20px;
  color:#fff;
}
.navbar-header .navbar-toggle {
  padding: 4px 10px;
  border-radius: 0px;
}
.navbar-header .navbar-toggle:hover, .navbar-header .navbar-toggle:focus  {
  background-color: #ffc107;
  border-color: #ffc107;
}
.alert {
  border-radius: 0px;
}

.quote{
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}
ul {
  list-style: none;
  margin: 0;
  padding-left: 18px;
  margin-bottom:10px;
}
.pdf li{
  padding-left:6px;
  font-size:17px;
}

.pdf li::before {
  content: "\f1c1";
  font-family: FontAwesome;
  display: inline-block;
  font-size: 19px;
  float: left;
  margin-top: -4px;
  margin-left: -20px;
  color: #a1c82e;
}
.text_pdf p{
  text-align: justify;
}
.my_list li::before{
  content: "\f111";
  font-family: FontAwesome;
  display: inline-block;
  font-size: 12px;
  float: left;
  margin-top: 2px;
  margin-left: -18px;
  color: #a1c82e;
}
.logo_titel {
  font-size: 17px;
  color: #a1c82e;
}
#main h1, #main h2{
  font-size: 24px;
  color: #d29e00;
  font-weight: 400;
}
#main .ce-media{
  margin: 10px 0px;
}
#main p {
  line-height: 24px;
  font-weight: 300;
}
#main dt {
  line-height: 2;
  color: #4d7d4d;
  font-weight: 500;
}
#main .btn {
  border-radius: 0px;
  margin-bottom: 10px;
}
#main .table-bordered thead {
  color: #fff;
  background-color: #baa92d;
}
#main .table-bordered > tbody > tr:nth-of-type(2n) {
  background-color: #ddd;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  background-color: #2b684a;
}
.container .text-muted {
  margin: 20px 0;
  color:#fff;
}
.ce-column{
  margin-top: 6px;
}
.image-embed-item {
  display: block;
  margin-right: auto;
  margin-left: auto;
  display: block;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  #sidebar {
    padding-top: 23px;
  }
  #sidebar li a {
    font-size:12px;
    font-weight:300;
  }
  .row-offcanvas {
    position: relative;
    -webkit-transition: all 0.5s  ease-out;
    -moz-transition: all 0.5s  ease-out;
    transition: all 0.5s  ease-out;
  }
  .row-offcanvas-right
  .sidebar-offcanvas {
    right: -41.6%;
  }

  .row-offcanvas-left
  .sidebar-offcanvas {
    left: -41.6%;
  }
  .row-offcanvas-right.active {
    right: 41.6%;
  }
  .row-offcanvas-left.active {
    left: 41.6%;
  }
  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 41.6%;
  }
}

